File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 8
4
4
5
+ ### v8.9.0
6
+
7
+ - Fixed types depicted by the OpenAPI documentation generator.
8
+ - Transformations in ` output ` schema.
9
+ - If failed to figure out their output type, now depicts as ` any ` .
10
+ - No excessive properties inherited from the input type of the transformation.
11
+ - Improved types created by the frontend client generator.
12
+ - Transformations in ` output ` schema.
13
+ - Now got types, similar to OpenAPI generator.
14
+ - Using ` coerce ` feature in output schema.
15
+ - Now avoid marking the property as optional (similar to the fix of OpenAPI generator in v8.6.1).
16
+
5
17
### v8.8.2
6
18
7
19
- No new features, no any fixes.
37
49
38
50
### v8.8.0
39
51
40
- - First step on generating better Typescript from your IO schemas.
52
+ - First step on generating better types from your IO schemas for the frontend client .
41
53
- I rewrote and refactored the functionality of ` zod-to-ts` within the library.
42
54
- Using the abstract schema walker I made in the previous release.
43
55
- In general, I'm aiming to achieve the consistency between OpenAPI and Client generators.
You can’t perform that action at this time.
0 commit comments