Releases: astahmer/typed-openapi
Releases · astahmer/typed-openapi
typed-openapi@1.4.5
typed-openapi@1.4.4
typed-openapi@1.4.3
typed-openapi@1.4.2
Patch Changes
- 9f70b13: Ensure dir is created before generating files
typed-openapi@1.4.1
Patch Changes
- f367a04: Treat boolean values as literal in enum
typed-openapi@1.4.0
typed-openapi@1.3.2
Patch Changes
- ceb15f6: Export generateClientFiles fn (same used as in the CLI)
typed-openapi@1.3.1
Patch Changes
- 86a384f: add mutation selectFn + endpoint type-only property in .mutation
typed-openapi@1.3.0
Minor Changes
-
91b005f: add parenthesis to handle priority between union/intersection
this fixes an issue where
(A | B | C) & D
would be ambiguous and could be interpreted asA | B | (C & D
typed-openapi@1.2.0
Minor Changes
- ed15081: Rename .options to .queryOptions