Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
v3.3.0
25 May 21:55
Compare
Sorry, something went wrong.
No results found
🐣 Minor changes
Changes default behavior of #585 to require an opt-in --additional-properties flag (#607 )
Adds -c shortcut alias for --prettier-config (#607 )
Adds -it shortcut alias for --immutable-types (#607 )
v3.2.4
07 May 15:25
Compare
Sorry, something went wrong.
No results found
🐛 Bugfixes
additionalProperties now default to true per the OpenAPI 3.0 spec by @mehalter (#583 )
v3.2.3
15 Apr 06:19
Compare
Sorry, something went wrong.
No results found
🐛 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
Sorry, something went wrong.
No results found
🐛 Bugfixes
RequestBodies that had hyphens in their name would generate an error (#550 ). Thanks (again), @ashsmith !
v3.2.1
05 Apr 20:14
Compare
Sorry, something went wrong.
No results found
🐛 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
Sorry, something went wrong.
No results found
✨ 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
Sorry, something went wrong.
No results found
🐛 Bugfixes
Fixes package types for TypeScript projects (#520 )
v3.1.1
10 Mar 04:24
Compare
Sorry, something went wrong.
No results found
🐛 Bugfixes
Better handles remote schema content types (#516 )
v3.1.0
09 Mar 19:22
Compare
Sorry, something went wrong.
No results found
✨ 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
Sorry, something went wrong.
No results found
🐛 Bugfixes
If using OpenAPI 2.0, and you didn’t have definitions, an unexpected error was encountered. This is now fixed.