Skip to content

Commit c2d87a8

Browse files
authored
Merge pull request #209 from zenstackhq/dev
merge dev to main
2 parents c879a87 + 2390469 commit c2d87a8

File tree

28 files changed

+1246
-847
lines changed

28 files changed

+1246
-847
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ early_access: false
44
reviews:
55
auto_review:
66
enabled: true
7+
base_branches: ['dev', 'main']
78
sequence_diagrams: false
89
chat:
910
auto_reply: true

TODO.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## V3 Alpha Todo
22

3-
- [ ] Infra
4-
- [ ] Dependency injection
53
- [ ] CLI
64
- [x] generate
75
- [x] migrate
@@ -11,7 +9,7 @@
119
- [ ] format
1210
- [x] plugin mechanism
1311
- [x] built-in plugins
14-
- [x] ts
12+
- [x] typescript
1513
- [x] prisma
1614
- [ ] ZModel
1715
- [x] Import
@@ -34,10 +32,12 @@
3432
- [x] Pagination
3533
- [x] Skip and limit
3634
- [x] Cursor
37-
- [x] Filtering
35+
- [ ] Filtering
3836
- [x] Unique fields
3937
- [x] Scalar fields
4038
- [x] Relation fields
39+
- [ ] JSON filtering
40+
- [ ] Full-text search
4141
- [x] Sort
4242
- [x] Scalar fields
4343
- [x] Relation fields
@@ -46,7 +46,6 @@
4646
- [x] Sorting
4747
- [x] Pagination
4848
- [x] Distinct
49-
- [ ] JSON filtering
5049
- [x] Update
5150
- [x] Input validation
5251
- [x] Top-level
@@ -66,10 +65,10 @@
6665
- [x] Transactions
6766
- [x] Interactive transaction
6867
- [x] Sequential transaction
69-
- [ ] Extensions
68+
- [ ] Extensibility
7069
- [x] Query builder API
7170
- [x] Computed fields
72-
- [x] Prisma client extension
71+
- [x] Plugin
7372
- [ ] Custom procedures
7473
- [ ] Misc
7574
- [x] JSDoc for CRUD methods

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenstack-v3",
3-
"version": "3.0.0-alpha.31",
3+
"version": "3.0.0-alpha.32",
44
"description": "ZenStack",
55
"packageManager": "[email protected]",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "zenstack",
44
"displayName": "ZenStack CLI",
55
"description": "FullStack database toolkit with built-in access control and automatic API generation.",
6-
"version": "3.0.0-alpha.31",
6+
"version": "3.0.0-alpha.32",
77
"type": "module",
88
"author": {
99
"name": "ZenStack Team"

packages/common-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/common-helpers",
3-
"version": "3.0.0-alpha.31",
3+
"version": "3.0.0-alpha.32",
44
"description": "ZenStack Common Helpers",
55
"type": "module",
66
"scripts": {

packages/create-zenstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-zenstack",
3-
"version": "3.0.0-alpha.31",
3+
"version": "3.0.0-alpha.32",
44
"description": "Create a new ZenStack project",
55
"type": "module",
66
"scripts": {

packages/dialects/sql.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/kysely-sql-js",
3-
"version": "3.0.0-alpha.31",
3+
"version": "3.0.0-alpha.32",
44
"description": "Kysely dialect for sql.js",
55
"type": "module",
66
"scripts": {

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/eslint-config",
3-
"version": "3.0.0-alpha.31",
3+
"version": "3.0.0-alpha.32",
44
"type": "module",
55
"private": true,
66
"license": "MIT"

packages/ide/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zenstack",
33
"publisher": "zenstack",
4-
"version": "3.0.0-alpha.31",
4+
"version": "3.0.0-alpha.32",
55
"displayName": "ZenStack Language Tools",
66
"description": "VSCode extension for ZenStack ZModel language",
77
"private": true,

packages/language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/language",
33
"description": "ZenStack ZModel language specification",
4-
"version": "3.0.0-alpha.31",
4+
"version": "3.0.0-alpha.32",
55
"license": "MIT",
66
"author": "ZenStack Team",
77
"files": [

0 commit comments

Comments
 (0)