Releases: block65/openapi-codegen
Releases · block65/openapi-codegen
v8.0.1
What's Changed
- QOL updates 2024-10 by @maxholman in #8
- improve typing of empty and unknown requests and responses
- improve generated code to remove unused vars
- improved enum arrangement
- improved null handling
Full Changelog: v7.0.2...v8.0.1
v8.0.0
What's Changed
- QOL updates 2024-10 by @maxholman in #8
- improve typing of empty and unknown requests and responses
- improve generated code to remove unused vars
- improved enum arrangement
- improved null handling
Full Changelog: v7.0.2...v8.0.0
v7.0.2
v7.0.1
What's Changed
- hotfix - better optional property handling by @maxholman in #6
Full Changelog: v7.0.0...v7.0.1
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