Commit graph

29 commits

Author SHA1 Message Date
Yiming Cao
2b88b523c1
docs: add @zenstackhq/schema to manual install command in README (#2586)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 20:44:34 -07:00
ymc9
dbca9ed4ee docs: add Zod schema generation to README features
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 13:25:23 -07:00
Yiming Cao
3e3b69486e
docs: add contributors section to README (#2512)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:02:56 -07:00
Yiming Cao
5def9479f5
chore: more repo merge cleanup (#2371) 2026-02-11 12:02:34 +08:00
Yiming Cao
45e2b746eb
chore: update README badge (#533) 2025-12-24 18:05:51 +08:00
Yiming Cao
6891412f9a
chore: README and CONTRIBUTING updates (#530) 2025-12-24 17:17:03 +08:00
Yiming Cao
b0178a5893
chore: bump version 3.0.0 (#522)
* chore: bump version 3.0.0

* update

* update README

* update
2025-12-24 16:48:58 +08:00
Yiming Cao
f3843a37f6
feat(orm): implement JSON null values and equality filter (#464)
* feat(orm): implement JSON null values and equality filter

* Update packages/orm/src/client/crud/validator/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/orm/src/utils/type-utils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* address PR comments

* speed up test type-checking

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-04 20:54:04 +08:00
Yiming Cao
ff0808d359
refactor: revised error system (#377)
* refactor: revised error system

* addressing PR comments
2025-11-06 21:59:27 -08:00
Yiming Cao
e919bb0199
feat(tanstack-query): new implementation of tanstack-query react hooks (#356)
* WIP

* feat: tanstack-query/react CRUD hooks implementation

* fix build

* addressing PR comments

* update

* update

* migrate tests

* update

* fix test environment

* use happy-dom instead of jsdom
2025-11-02 23:14:11 -08:00
Yiming Cao
cccd34491d
refactor: rename runtime package to orm (#332) 2025-10-23 22:07:55 -07:00
Yiming Cao
fe54e42c21
chore(policy): more test cases and update (#246)
* chore(policy): more test cases and update

* fix update regression

* optimize nested relation manipulation
2025-09-11 22:23:10 -07:00
Yiming Cao
116ddcca4c
chore: update vscode engine version (#225)
* chore: update vscode engine version

* update

* update

* update
2025-09-01 19:04:26 +08:00
Yiming Cao
31873bf945
chore: update readme (#216)
* chore: update readme

* update
2025-08-30 17:55:32 +08:00
Yiming Cao
cd6ccb413c
fix: issues and tests about self relations (#189) 2025-08-20 16:58:05 +08:00
Yiming Cao
1ac89c1cba
feat: add "migrate resolve" command to CLI (#171)
* feat: add "migrate resolve" command to CLI

* Update packages/cli/src/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add test

* update test

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-15 17:00:08 +08:00
Yiming Cao
ad704f4497
chore: rename query function to proceed for onquery plugin (#167)
* chore: rename query function to proceed for onquery plugin

* update test
2025-08-14 12:49:01 +08:00
Yiming Cao
476821b3d4
chore: simplify plugin contract to improve tsc performance (#164) 2025-08-14 12:26:40 +08:00
Yiming Cao
3d88a5511c
fix: improve plugin config typing (#161)
* fix: improve plugin config typing

* update
2025-08-13 21:00:22 +08:00
Yiming Cao
2d917f3af2
chore: unify vitest config and minor fixes in CLI (#133) 2025-08-04 16:43:02 +08:00
Yiming Cao
0f29b39549
chore: use the entire kysely dialect in client options (#130) 2025-07-31 15:18:46 +08:00
Yiming Cao
c1f1b696ff
chore: update readme badges (#68) 2025-07-02 10:33:55 +02:00
Yiming Cao
e81b8bfaa4
feat: make plugins compatible with prisma client extensions (#39)
* feat: make plugins compatible with prisma client extensions

* chore: bump version, fix lint

* update
2025-06-24 18:29:12 +08:00
Yiming Cao
088c41a7dc
chore: upgrade eslint (#36) 2025-06-21 23:26:56 +08:00
Yiming Cao
30d1141fb6
chore: vscode readme (#32) 2025-06-19 11:16:25 +08:00
Yiming Cao
0badf91d20
fix: misc fixes (#30) 2025-06-18 11:41:50 +08:00
Yiming Cao
6cd7e2eff1
refactor: get rid of ds config provider from generated schema (#28)
* refactor: get rid of ds config provider from generated schema

* update
2025-06-17 21:03:48 +08:00
Yiming Cao
a43be54c95
docs: add README (#27) 2025-06-17 17:18:56 +08:00
ymc9
50bcf3aaa9 update 2025-03-19 21:23:58 -07:00