Commit graph

61 commits

Author SHA1 Message Date
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
46fec666c3
feat: always use superjson to serialize/deserialize in the api layer (#585) 2023-07-17 18:29:22 +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
e76ee35bdb
fix: bug fixes for openapi plugin (#432) 2023-05-27 20:57:46 +09:00
Jiasheng
a3473eaec2
fix: Update start line of JsDoc comments in zmodel to start with two … (#428) 2023-05-22 14:50:42 +01: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
9eaf2353e4
fix: canonicalize plugin's output folder detection; don't generate aux field unnecessarily (#423) 2023-05-20 22:02:00 +09:00
Yiming
a5848ea5ef
fix: openapi plugin - make sure components are generated even model is marked ignored (#422) 2023-05-20 12:22:42 +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
2860f002e5
feat: implement openapi security inferrence and override (#341) 2023-04-10 23:21:07 -07:00
Yiming
d996d09be1
chore: bump version (#339) 2023-04-10 17:57:06 -07:00
Yiming
3b9e3567b8
feat: improvements of openapi plugin (#335) 2023-04-07 11:51:22 -07:00
Yiming
f1c9765b77
fix: openapi generator relation handling (#320) 2023-03-31 21:01:00 +08:00
Yiming
181f9ef178
fix: wrong dev dependency in cli project (#318) 2023-03-31 20:40:33 +08:00
Yiming
dd62f8d13c
fix: openapi plugin bugs - relation handling and spec version (#317) 2023-03-31 18:42:31 +08:00
Yiming
30fa09304b
chore: bump version (#316) 2023-03-31 18:13:27 +08:00
Yiming
51484a76f9
fix: fix react-query code-gen and improve mutation options merging (#314) 2023-03-31 15:20:29 +08:00