Commit graph

90 commits

Author SHA1 Message Date
github-actions[bot]
daaf0bbd7d
chore: bump version 3.0.0-beta.6 (#266)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-09-22 22:31:59 -07:00
github-actions[bot]
e7ba1d6696
chore: bump version 3.0.0-beta.5 (#257) 2025-09-19 14:54:30 -07:00
github-actions[bot]
3d2e199d59
chore: bump version 3.0.0-beta.4 (#248)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-09-11 23:35:02 -07:00
github-actions[bot]
0f9764f328
chore: bump version 3.0.0-beta.3 (#237)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-09-04 04:46:44 -07:00
Yiming Cao
b02958d9a6
chore: fix telemetry token (#236)
* chore: fix telemetry token

* update

* update

* try again

* update

* update

* update

* update

* update

* update

* update

* fix
2025-09-03 23:56:51 -07:00
github-actions[bot]
1fe1be1af0
chore: bump version 3.0.0-beta.2 (#232)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-09-03 16:44:06 -07:00
Yiming Cao
e013774347
chore: fix telemetry env var for publish CI (#230)
* chore: fix telemetry env var for publish CI

* update test and config

* update

* remove unused settings
2025-09-02 18:02:47 +08:00
Yiming Cao
4821aecef9
chore: doc update (#226)
* chore: update vscode engine version

* update

* update

* update

* update
2025-09-01 19:06:45 +08: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
20afec565b
chore: bump beta (#219) 2025-09-01 16:30:25 +08:00
Yiming Cao
1d1f2c9002
feat: new version check (#222)
* feat: new version check

* update
2025-08-31 19:48:15 +08:00
github-actions[bot]
11658f236c
chore: bump version 3.0.0-alpha.34 (#221)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-31 15:23:31 +08:00
Yiming Cao
808a7a6349
feat: CLI telemetry (#220)
* feat: CLI telemetry

* update

* update

* update

* update
2025-08-31 15:22:34 +08:00
Yiming Cao
21404d076b
chore: misc CLI improvements (#218)
* chore: misc CLI improvements

* update
2025-08-30 18:20:04 +08:00
github-actions[bot]
81e10162fe
chore: bump version 3.0.0-alpha.33 (#212)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-27 19:35:32 +08:00
github-actions[bot]
a9ef4b03f7
chore: bump version 3.0.0-alpha.32 (#207)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-26 10:57:26 +08:00
github-actions[bot]
25b5d1a14c
chore: bump version 3.0.0-alpha.31 (#204) 2025-08-24 09:48:45 +08:00
github-actions[bot]
f3e8d072f8
chore: bump version 3.0.0-alpha.30 (#196)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-21 18:23:22 +08:00
Yiming Cao
3faa2cffb5
fix: output path handling for prisma plugin (#194) 2025-08-21 13:30:50 +08:00
github-actions[bot]
286b14ff59
chore: bump version 3.0.0-alpha.29 (#190)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-20 16:46:54 +08:00
github-actions[bot]
bca8ee86ea
chore: bump version 3.0.0-alpha.28 (#187)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-19 15:08:45 +08:00
Yiming Cao
3cdadd7429
chore: misc changes (#186)
* chore: misc changes

* update

* fix tests

* fix lint

* update test

* update
2025-08-19 15:08:33 +08:00
github-actions[bot]
9139e3fe0a
chore: bump version 3.0.0-alpha.27 (#183)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-18 16:47:21 +08:00
Yiming Cao
98668e881d
feat: cli plugin support (#181)
* feat: cli plugin support

* update

* update

* more fixes
2025-08-17 16:35:07 +08:00
github-actions[bot]
1659789e79
chore: bump version 3.0.0-alpha.26 (#176)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-15 18:01:31 +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
github-actions[bot]
904a8aa8f5
chore: bump version 3.0.0-alpha.25 (#173)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-15 16:15:27 +08:00
Yiming Cao
edb0255bc0
fix: error when selecting relation that contains computed fields (#172)
* fix: error when selecting relation that contains computed fields

* update
2025-08-15 16:08:53 +08:00
github-actions[bot]
b57827ad52
chore: bump version 3.0.0-alpha.24 (#165)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-14 12:26:50 +08:00
github-actions[bot]
ac43d58a54
chore: bump version 3.0.0-alpha.23 (#162)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-13 22:27:36 +08:00
github-actions[bot]
2b14ff7638
chore: bump version 3.0.0-alpha.22 (#159)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-13 15:41:44 +08:00
github-actions[bot]
9e4bac6fca
chore: bump version 3.0.0-alpha.21 (#156)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-13 11:37:15 +08:00
FTB_lag
8833aa75b5
chore: single better-sqlite version for all packages (#150)
* chore: single better-sqlite version for all packages

* update lock file

---------

Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-12 18:23:06 +08:00
github-actions[bot]
c87d55396f
chore: bump version 3.0.0-alpha.20 (#153)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-12 18:17:34 +08:00
github-actions[bot]
0c493d11c2
chore: bump version 3.0.0-alpha.19 (#148)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-06 17:10:53 +08:00
github-actions[bot]
ceaaaf810c
chore: bump version 3.0.0-alpha.18 (#141) 2025-08-04 22:20:46 +08:00
github-actions[bot]
990584c839
chore: bump version 3.0.0-alpha.17 (#136)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-08-04 17:19:04 +08:00
Yiming Cao
2d917f3af2
chore: unify vitest config and minor fixes in CLI (#133) 2025-08-04 16:43:02 +08:00
github-actions[bot]
b14512e517
chore: bump version 3.0.0-alpha.16 (#131)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-31 15:20:36 +08:00
Yiming Cao
0f29b39549
chore: use the entire kysely dialect in client options (#130) 2025-07-31 15:18:46 +08:00
github-actions[bot]
043161b30b
chore: bump version 3.0.0-alpha.15 (#129)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-30 16:55:53 +08:00
Yiming Cao
0df015ad8d
feat: implement zmodel import (#126)
* feat: implement zmodel import

* addressing PR comments

* update
2025-07-30 16:45:55 +08:00
github-actions[bot]
7c7183d75b
chore: bump version 3.0.0-alpha.14 (#124)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-29 22:55:04 +08:00
github-actions[bot]
33ac58e372
chore: bump version 3.0.0-alpha.13 (#118)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-28 23:21:07 +08:00
Yiming Cao
cbf1ce3366
feat: implement delegate models (create + read) (#110)
* feat: implement delegate models (create + read)

* update

* update

* update
2025-07-23 22:54:28 +08:00
Yiming Cao
39cf629b0c
feat: implementing mixin (#106)
* feat: implementing mixin

* format

* update
2025-07-21 19:48:48 +08:00
Yiming Cao
8df3f88f55
feat: cli validate command (#103) 2025-07-17 22:46:57 +08:00
github-actions[bot]
32936db7a7
chore: bump version 3.0.0-alpha.12 (#98)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-17 16:54:24 +08:00
github-actions[bot]
64cfad0814
chore: bump version 3.0.0-alpha.11 (#95)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2025-07-13 20:19:52 +08:00
Yiming Cao
52d95761bf
fix: make helpers package browser-compatible, fix update args validation (#90)
* fix: make helpers package browser-compatible, fix update args validation

* update
2025-07-11 23:24:48 +08:00