-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0-alpha #188
base: main
Are you sure you want to change the base?
v1.0.0-alpha #188
Commits on Jul 24, 2024
-
- changed organisation and package name - updated maintainers - removed previous code items - updated tools Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 2ea82dd - Browse repository at this point
Copy the full SHA 2ea82ddView commit details -
Added generic fluent builder proxy
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for c29c6ac - Browse repository at this point
Copy the full SHA c29c6acView commit details -
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 071794e - Browse repository at this point
Copy the full SHA 071794eView commit details
Commits on Jul 25, 2024
-
improved stability when generating types declarations
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for c13ca72 - Browse repository at this point
Copy the full SHA c13ca72View commit details
Commits on Jul 26, 2024
-
Generated classes now reflects their associated type
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for d8b3f44 - Browse repository at this point
Copy the full SHA d8b3f44View commit details
Commits on Jul 27, 2024
-
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 0e5d469 - Browse repository at this point
Copy the full SHA 0e5d469View commit details -
Extended support to array types
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for d7704ba - Browse repository at this point
Copy the full SHA d7704baView commit details
Commits on Jul 28, 2024
-
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 4523ef9 - Browse repository at this point
Copy the full SHA 4523ef9View commit details
Commits on Jul 30, 2024
-
Recursive hydration when creating an instance
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 51a25ed - Browse repository at this point
Copy the full SHA 51a25edView commit details -
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 84901ef - Browse repository at this point
Copy the full SHA 84901efView commit details
Commits on Jul 31, 2024
-
Added support for workflow (de)serialization
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 2ee8b61 - Browse repository at this point
Copy the full SHA 2ee8b61View commit details -
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for a4a1084 - Browse repository at this point
Copy the full SHA a4a1084View commit details
Commits on Aug 1, 2024
-
fixed jest-haste-map module naming collision
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for faff52e - Browse repository at this point
Copy the full SHA faff52eView commit details
Commits on Aug 6, 2024
-
Improved handling of union types when generating classes
Prevents accessing a property which is declared in one type but not the other: ``` type A = { p: string; }; type B = { k: number; }; const foo = {} as A | B; foo.p = "bar"; //>Property 'p' does not exist on type 'A | B'. //> Property 'p' does not exist on type 'B'. ``` Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 14e768a - Browse repository at this point
Copy the full SHA 14e768aView commit details
Commits on Aug 9, 2024
-
Fixed hydration for value type arrays and added support for yaml inpu…
…t in the tooling Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 9d4748c - Browse repository at this point
Copy the full SHA 9d4748cView commit details
Commits on Aug 30, 2024
-
Fixed custom name function used when generating types
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for cf1d42c - Browse repository at this point
Copy the full SHA cf1d42cView commit details
Commits on Sep 12, 2024
-
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for fe3bbee - Browse repository at this point
Copy the full SHA fe3bbeeView commit details
Commits on Oct 8, 2024
-
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for f107cb6 - Browse repository at this point
Copy the full SHA f107cb6View commit details
Commits on Oct 9, 2024
-
Added workflow param when validating
Allows to validate an item against the workflow, for instance a transition, the use of a a function, ... Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 5dd02fc - Browse repository at this point
Copy the full SHA 5dd02fcView commit details -
Updated json-schema-to-typescript to v15.0.2
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for e02cf4b - Browse repository at this point
Copy the full SHA e02cf4bView commit details -
Removed duplicate validation hooks in Workflow deserialization
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Configuration menu - View commit details
-
Copy full SHA for 0727bde - Browse repository at this point
Copy the full SHA 0727bdeView commit details