Skip to content

Releases: openapi-ts/openapi-typescript

v3.2.4

07 May 15:25
Compare
Choose a tag to compare

πŸ› Bugfixes

  • additionalProperties now default to true per the OpenAPI 3.0 spec by @mehalter (#583)

v3.2.3

15 Apr 06:19
Compare
Choose a tag to compare

πŸ› Bugfixes

  • Fixed a parse error on enum: [] (#563)
  • Fixed another parse error on responses missing schemas (#565)
  • Fixed a bug with the latest version of Prettier and options.prettierConfig (#566)

v3.2.2

07 Apr 15:55
Compare
Choose a tag to compare

πŸ› Bugfixes

  • RequestBodies that had hyphens in their name would generate an error (#550). Thanks (again), @ashsmith!

v3.2.1

05 Apr 20:14
Compare
Choose a tag to compare

πŸ› Bugfixes

  • Fixed an issue where a comment within a schema definition would break type gen (#548). Thanks, @ashsmith!

v3.2.0

24 Mar 23:02
Compare
Choose a tag to compare

✨ New features

  • Added a new --immutable-types flag to generate readonly schemas by @dnalborczyk (#522)
  • The operations interface has been improved with inherited parameters by @henhal (#530)

v3.1.2

12 Mar 04:55
Compare
Choose a tag to compare

πŸ› Bugfixes

  • Fixes package types for TypeScript projects (#520)

v3.1.1

10 Mar 04:24
Compare
Choose a tag to compare

πŸ› Bugfixes

  • Better handles remote schema content types (#516)

v3.1.0

09 Mar 19:22
Compare
Choose a tag to compare

✨ New features

  • Remote schema loading now follows redirects (#510)
  • New --auth flag to access private schemas (#508)
  • npm version now ships with ESM package exports for better interop between ESM & CommonJS (#509)

πŸ› Bugfixes

πŸ“ Other Notes

  • Now uses a quicker build/release process for easier building

v3.0.4

04 Mar 04:46
Compare
Choose a tag to compare

πŸ› Bugfixes

  • If using OpenAPI 2.0, and you didn’t have definitions, an unexpected error was encountered. This is now fixed.

v3.0.3

02 Mar 22:28
Compare
Choose a tag to compare

πŸ› Bugfixes

  • Improves handling of complex oneOf by @gr2m (#491)