Commit graph

65 commits

Author SHA1 Message Date
Yiming
2d41a9fcff
fix: change back to loading from literal ".zenstack" path otherwise Vercel breaks :( (#701) 2023-09-18 20:59:45 -07:00
Yiming
df67f30111
fix: add "exports" to generated package.json, make trpc code-gen compatible with vite (#677) 2023-09-07 15:50:21 +08:00
Yiming
576c4f7a48
fix: issue with client typing generation in trpc plugin (#673) 2023-09-05 10:36:20 +08:00
Yiming
322eae8c30
chore bump version (#669) 2023-09-04 10:54:38 +08:00
Yiming
32d5b262ca
fix: bugs related to model name casing (#645) 2023-08-23 16:16:24 +08:00
Yiming
38e89e4d8a
chore: bump version (#641) 2023-08-22 12:43:12 +08:00
Yiming
7c76df1d7a
chore: bump version (#636) 2023-08-16 16:09:40 +08:00
Yiming
2ef93cb932
fix: issue #627 (#628) 2023-08-14 18:39:44 +08:00
Yiming
f6b68dabc9
fix: vscode language accidentally bundles prisma packages (#625) 2023-08-12 22:49:48 +08:00
Yiming
3e09a3a664
fix: add CheckSelect type into code for Prisma version backward compatibility (#619) 2023-08-08 11:15:14 +08:00
Yiming
1b7b5bda3f
fix: improve consistency of generated guard code (#616) 2023-08-05 17:58:15 +08:00
Yiming
7757b5772c
merge main back to dev (#611)
Co-authored-by: Jiasheng <jiashengguo@outlook.com>
2023-07-31 11:35:02 +08:00
Yiming
13d58eb020
chore: bump version (#604) 2023-07-24 15:10:54 +08:00
Yiming
76a0bac9c6
fix: make sure Buffer is imported (#596) 2023-07-20 10:57:25 +08:00
Yiming
ca3ebdae4e
fix: hooks generation emits Provider export for backward compatibility (#594) 2023-07-19 18:18:43 +08:00
Yiming
87be443f9c
chore bump version (#590) 2023-07-19 15:11:00 +08:00
Yiming
b0d9154270
feat: support Prisma v5 (#587) 2023-07-18 22:56:53 +08:00
Yiming
d65307b15b
chore: bump version (#575) 2023-07-10 15:09:35 +08:00
Yiming
51985b1279
fix: make sure zod schemas have type annotations (#574) 2023-07-10 13:43:27 +08:00
Yiming
6abf735d28
chore: bump version (#566) 2023-07-08 22:35:54 +08:00
Yiming
bba7a3c904
chore: bump version (#557) 2023-07-05 16:06:12 +08:00
Yiming
4305bf96ac
bump version (#554) 2023-07-05 09:57:40 +08:00
Yiming
011053f8c3
chore: bump version (#550) 2023-07-04 21:06:04 +08:00
Yiming
3aa0f516b0
chore: bump version (#524) 2023-06-30 16:08:47 +08:00
Yiming
2280f83cd7
feature: a better "zod" plugin (#521) 2023-06-30 15:25:53 +08:00
Yiming
5ced0fcbf5
chore: bump version (#505) 2023-06-19 12:42:04 +08:00
Yiming
270258be91
chore: bump version (#489) 2023-06-14 11:02:03 +08:00
Yiming
f90e65a808
chore: bump version (#466) 2023-06-06 08:55:42 +08:00
Yiming
97ea2f6727
chore: bump version (#459) 2023-06-04 20:06:56 +08:00
Yiming
dd6be9509c
fix: issue with connecting multiple relations (#450) 2023-06-03 13:56:14 +08:00
Yiming
2855647510
fix: open-api issues (#446) 2023-06-02 09:00:58 +08:00
Yiming
9e8412645e
fix: disable eslint in generated hooks, refactor package inter-dependencies 2023-05-30 14:37:12 +09:00
Yiming
ec65e53f20
fix: change openapi plugin's default flavor to "rpc" (#439) 2023-05-30 08:09:24 +09:00
Yiming
95177006cd
chore: bump version (#435) 2023-05-29 08:49:55 +09:00
Yiming
159d025eae
refactor: code generation for swr hooks (#426) 2023-05-21 09:49:19 +09:00
Yiming
efe9d0e1b9
chore: bump version (#424) 2023-05-20 22:03:11 +09:00
Yiming
4ebaa1fa4a
feat: restful style openapi spec generation (#410) 2023-05-12 10:48:56 -07:00
Yiming
86c57fd35b
chore: remove dep to chevrotain and upgrade langium to 1.2.0 (#406) 2023-05-08 12:01:35 -07:00
Yiming
d90d7c83e9
fix: undefined field access when selecting with _count (#403) 2023-05-07 15:18:17 -07:00
Yiming
66269cef34
chore: bump version (#399) 2023-05-06 16:23:15 -07:00
Yiming
d6fba93e2f
fix: zod plugin issue with lower-case model names (#396) 2023-05-05 17:37:24 -07:00
Yiming
a54eba45f6
fix: short-circuit post-read check when policy rules don't depend on model fields (#376) 2023-05-02 18:48:17 -07:00
Yiming
4bf1304c65
fix: make core plugins compile generated ts files by default (#373) 2023-05-01 10:28:22 -07:00
Yiming
0d7a2bf417
perf: improve runtime performance by removing expensive verbose logging (#371) 2023-04-30 23:41:07 -07:00
Jiasheng
a4227c2ae9
chore: bump version to 1.0.0-alpha.110 (#370) 2023-04-29 22:19:01 +01:00
Yiming
3be9ade114
chore: fix test directory cleanup (#357) 2023-04-18 10:22:24 -07:00
Yiming
8284988cf1
fix: support object literal in plugin fields processing (#351) 2023-04-14 11:05:56 -07:00
Yiming
2035319a03
fix: wrong return type of generated count hook (#347) 2023-04-13 13:20:30 -07:00
Yiming
83fd21e5b2
fix: wrong type generated for groupBy hook (#344) 2023-04-12 23:28:13 -07:00
Yiming
d996d09be1
chore: bump version (#339) 2023-04-10 17:57:06 -07:00