Commit graph

23 commits

Author SHA1 Message Date
github-actions[bot]
267f98df1d
chore: bump version 3.0.0-beta.21 (#388) 2025-11-09 20:54:31 -08:00
github-actions[bot]
e37a6cfa2d
chore: bump version 3.0.0-beta.20 (#381)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-08 12:45:38 -08:00
Yiming Cao
50ec1be7d6
fix(orm): update to kysely 0.28.x and simplify typing (#380)
* fix(orm): update to kysely 0.28.x and simplify typing

* fix deprecation warning

* fix `orderBy` deprecation

* fix tests
2025-11-08 10:19:14 -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
github-actions[bot]
56acc1cd5e
chore: bump version 3.0.0-beta.19 (#374)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-05 21:50:22 -08:00
github-actions[bot]
218f44ea5e
chore: bump version 3.0.0-beta.18 (#367)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-04 21:53:49 -08:00
github-actions[bot]
7cdda90deb
chore: bump version 3.0.0-beta.17 (#363)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-04 12:56:44 -08:00
github-actions[bot]
7839d5f0c4
chore: bump version 3.0.0-beta.16 (#358)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-03 09:33:12 -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
github-actions[bot]
02a621a9c4
chore: bump version 3.0.0-beta.15 (#352)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-11-02 09:34:06 -08:00
github-actions[bot]
db505bcb80
chore: bump version 3.0.0-beta.14 (#338)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-26 17:20:50 -07:00
Yiming Cao
cccd34491d
refactor: rename runtime package to orm (#332) 2025-10-23 22:07:55 -07:00
Yiming Cao
56b68ab9cc
feat(server): migrate rpc api handler and express adapter (#328)
* feat(server): migrate rpc api handler and express adapter

* fix package.json

* misc fixes

* update

* update ot express5 only

* update

* update

* fix test
2025-10-23 19:05:05 -07:00
github-actions[bot]
67f23689f6
chore: bump version 3.0.0-beta.13 (#329)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-23 18:26:01 -07:00
github-actions[bot]
d475599a6b
chore: bump version 3.0.0-beta.12 (#324)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-22 09:58:40 -07:00
github-actions[bot]
14eaf36c1a
chore: bump version 3.0.0-beta.11 (#318)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-20 18:19:07 -07:00
Yiming Cao
6c8f756fca
chore: improve tests and fix typo (#311) 2025-10-17 09:26:52 -07:00
github-actions[bot]
7ef504c347
chore: bump version 3.0.0-beta.10 (#309)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-16 21:52:35 -07:00
Yiming Cao
59dfa73f01
refactor: move policy attributes to its own zmodel (#307)
* refactor: move policy attributes to its own zmodel

* update

* update

* fix tests
2025-10-16 21:52:22 -07:00
Yiming Cao
9699d5bed0
fix(delegate,policy): several issues due to interaction between delegate and policy (#299) 2025-10-14 22:54:14 -07:00
Yiming Cao
0fa87c15f6
fix(delegate): sort by fields from delegate base (#294)
* fix(delegate): sort by fields from delegate base

* refactor

* update

* update

* update
2025-10-11 17:52:05 -07:00
github-actions[bot]
cc848f26ce
chore: bump version 3.0.0-beta.9 (#286)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-10-03 21:08:30 -07:00
Yiming Cao
411524404e
refactor: move e2e orm tests to e2e project, fix bundle issues (#285)
* refactor: move e2e orm tests to e2e project, fix bundle issues

* add missing package

* include all tests

* more fixes

* update lockfile

* extract policy plugin to its own package

* fix lint

* addressing review comments
2025-10-03 21:06:19 -07:00