Releases: block65/openapi-codegen
Releases · block65/openapi-codegen
v7.0.0
v6.0.3
Full Changelog: v5.0.0...v6.0.3
Whats New
- feat: remove legacy functions
- fix: types - never vs unknown
- feat: latest deps
v5.0.0
What's Changed
- Requires @block65/rest-client ^8.0.0
- Fixes some types issues with nullables and removes special date handling with block65/rest-client
- Deps + friends + fixes by @maxholman in #3
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Whats new
- feat: require node20
- feat: add support for empty schemas meaning "any JSON" as well as object schemas with no properties
- fix: reduce occurence of unknown types with complex schemas
- fix: ensure correct response value when there are no responses defined
Full Changelog: v3.0.1...v4.0.0
v3.0.1
Whats new
- feat: new Command interfaces + reference client generation
- feat: support node16
Full Changelog: v2.0.1...v3.0.1
v2.0.1
Whats new
- fix: avoid double ups of null and/or undefined in types
- fix: dont immediately assume undefined if object with single enum null
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Whats new
- feat: better jsdoc generation
- feat: support for stringish booleans and stringish integers
- feat: optimise types and imports
Full Changelog: v1.3.0...v2.0.0
v1.3.0
- feat: support for array bodies using refs
Full Changelog: v1.2.1...v1.3.0
v1.2.1
fix: repeated null types
fix: reversed union/intersections
fix: bad code output with anonymous object arrays
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- feat: handle booleans
- use prettier on generated code (not eslint)
Full Changelog: v1.1.1...v1.2.0