Skip to content

Releases: block65/openapi-codegen

v7.0.1

v7.0.1 Pre-release
Pre-release

Choose a tag to compare

@maxholman maxholman released this 20 Jul 04:18

What's Changed

  • hotfix - better optional property handling by @maxholman in #6

Full Changelog: v7.0.0...v7.0.1

v7.0.0

v7.0.0 Pre-release
Pre-release

Choose a tag to compare

@maxholman maxholman released this 20 Jul 03:42

What's Changed

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

v6.0.3

Choose a tag to compare

@maxholman maxholman released this 27 May 10:57

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

Choose a tag to compare

@maxholman maxholman released this 08 Nov 05:13

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

Choose a tag to compare

@maxholman maxholman released this 11 May 08:47

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

Choose a tag to compare

@maxholman maxholman released this 29 Apr 04:06

Whats new

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

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

v2.0.1

Choose a tag to compare

@maxholman maxholman released this 01 Apr 08:24

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

Choose a tag to compare

@maxholman maxholman released this 29 Mar 05:01

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

Choose a tag to compare

@maxholman maxholman released this 15 Dec 10:44
  • feat: support for array bodies using refs

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

v1.2.1

Choose a tag to compare

@maxholman maxholman released this 15 Dec 08:26

fix: repeated null types
fix: reversed union/intersections
fix: bad code output with anonymous object arrays

Full Changelog: v1.2.0...v1.2.1