Skip to content

Releases: block65/openapi-codegen

v7.0.0

20 Jul 03:42

Choose a tag to compare

v7.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v6.0.3...v7.0.0

v6.0.3

27 May 10:57

Choose a tag to compare

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

08 Nov 05:13

Choose a tag to compare

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

11 May 08:47

Choose a tag to compare

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

29 Apr 04:06

Choose a tag to compare

Whats new

  • feat: new Command interfaces + reference client generation
  • feat: support node16

Full Changelog: v2.0.1...v3.0.1

v2.0.1

01 Apr 08:24

Choose a tag to compare

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

29 Mar 05:01

Choose a tag to compare

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

15 Dec 10:44

Choose a tag to compare

  • feat: support for array bodies using refs

Full Changelog: v1.2.1...v1.3.0

v1.2.1

15 Dec 08:26

Choose a tag to compare

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

06 Dec 07:22

Choose a tag to compare

  • feat: handle booleans
  • use prettier on generated code (not eslint)

Full Changelog: v1.1.1...v1.2.0