Skip to content

Commit 17ed8e7

Browse files
committed
Changelog: the future version 8.9.0.
1 parent f932e61 commit 17ed8e7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Version 8
44

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+
517
### v8.8.2
618

719
- No new features, no any fixes.
@@ -37,7 +49,7 @@ after:
3749
3850
### v8.8.0
3951
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.
4153
- I rewrote and refactored the functionality of `zod-to-ts` within the library.
4254
- Using the abstract schema walker I made in the previous release.
4355
- In general, I'm aiming to achieve the consistency between OpenAPI and Client generators.

0 commit comments

Comments
 (0)