-
-
Notifications
You must be signed in to change notification settings - Fork 19
merge dev to main (v3.0.0-beta.28) #478
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
17 commits
Select commit
Hold shift + click to select a range
f3843a3
feat(orm): implement JSON null values and equality filter (#464)
ymc9 b00e508
Merge remote-tracking branch 'origin/main' into dev
ymc9 af39798
merge from main (#468)
ymc9 4987079
Merge branch 'dev' of https://github.com/zenstackhq/zenstack-v3 into dev
ymc9 fa8b716
chore(deps): update glob dependency (#469)
ymc9 01fcffa
Merge branch 'dev' of https://github.com/zenstackhq/zenstack-v3 into dev
ymc9 665c69e
chore(deps): bump next from 16.0.1 to 16.0.7 (#470)
ymc9 e129278
Merge branch 'dev' of https://github.com/zenstackhq/zenstack-v3 into dev
ymc9 02dec0c
feat(orm): enable JSON filter for typed-json fields; consolidate gene…
ymc9 ebf98a5
feat(orm): implement json filters (#472)
ymc9 bf52d5d
chore: bump version 3.0.0-beta.28 (#474)
github-actions[bot] 583e77e
feat(orm): typed-json filters (#473)
ymc9 96629ed
fix(type-check): try improving type checking performance (#475)
ymc9 618a96e
chore(orm): export JSON types (#476)
ymc9 3e73e93
fix(orm): entity is not created when upserting with an empty update p…
ymc9 293cf0d
fix(orm): escape special characters in string search patterns (#479)
ymc9 cce7555
fix(orm): "array_contains" filter fixes (#480)
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "zenstack-v3", | ||
| "version": "3.0.0-beta.27", | ||
| "version": "3.0.0-beta.28", | ||
| "description": "ZenStack", | ||
| "packageManager": "[email protected]", | ||
| "type": "module", | ||
|
|
@@ -24,7 +24,7 @@ | |
| "@eslint/js": "^9.29.0", | ||
| "@types/node": "catalog:", | ||
| "eslint": "~9.29.0", | ||
| "glob": "^11.0.2", | ||
| "glob": "^11.1.0", | ||
| "prettier": "^3.5.3", | ||
| "prisma": "catalog:", | ||
| "tsup": "^8.5.0", | ||
|
|
||
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 was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@zenstackhq/typescript-config", | ||
| "version": "3.0.0-beta.27", | ||
| "version": "3.0.0-beta.28", | ||
| "private": true, | ||
| "license": "MIT" | ||
| } |
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.
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.