Skip to content

Releases: block65/openapi-codegen

v8.0.1

13 Oct 06:09
Compare
Choose a tag to compare

What's Changed

  • 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

13 Oct 02:28
Compare
Choose a tag to compare
v8.0.0 Pre-release
Pre-release

What's Changed

  • 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

20 Jul 07:41
Compare
Choose a tag to compare

What's Changed

QOL updates July 2024 by @maxholman in #5 #6 #7

Full Changelog: v7.0.1...v7.0.2

v7.0.1

20 Jul 04:18
Compare
Choose a tag to compare
v7.0.1 Pre-release
Pre-release

What's Changed

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

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

v7.0.0

20 Jul 03:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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