-
-
Notifications
You must be signed in to change notification settings - Fork 113
merge dev to main (v2.9.0) #1869
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ef27d85
chore: update Jetbrains changelog (#1839)
ymc9 e59d940
feat: allow using a type as auth model (#1841)
ymc9 a003be9
feat(hooks): optimistic update for nested relations (#1842)
ymc9 716091e
fix: ignore file from typechecking (#1846)
genu 04184b9
feat(hooks): add "portable" generation mode (#1850)
ymc9 e41a927
fix: avoid reference unused enums in generated policy code (#1851)
ymc9 0cd51aa
chore: bump version (#1853)
ymc9 3134f0d
feat(openapi): add plugin option to omit generating input object deta…
ymc9 85a8d5d
fix: don't use package name starting with dot (#1854)
ymc9 ad07053
fix(cli): bogus validation error when merging imported enums (#1861)
ymc9 285b258
fix: make sure both fk and relation fields are optional in create inp…
ymc9 f377441
fix: allow 'null' values for optional fields in custom types (#1864)
ymc9 68a0eb3
fix(runtime): intercepts `$extends` to reproxy its result to make sur…
ymc9 c7f333d
fix(json): support recursive definitions (#1865)
ymc9 6df80b2
feat: support `@@validate` in type declarations (#1868)
ymc9 fdb6862
Don't expose foreign keys as attributes in openAPI spec (#1856)
thomassnielsen 9b56b1c
chore: misc changes for 2.9.0 (#1873)
ymc9 768d94c
chore: unify the logic of saving ts files (#1874)
ymc9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ plugins { | |
} | ||
|
||
group = "dev.zenstack" | ||
version = "2.8.1" | ||
version = "2.9.0" | ||
|
||
repositories { | ||
mavenCentral() | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.