Skip to content

Releases: openapi-ts/openapi-typescript

v1.1.0

19 Mar 19:56
Compare
Choose a tag to compare

🦍 Major changes

  • Changes default behavior to preserve snake_case properties (you can still convert with --camelcase)

🐣 Minor changes

Handle object types

18 Dec 20:52
Compare
Choose a tag to compare

🐛Bugfixes

  • Falls back to object if it can’t grab properties

Namespace support

13 Dec 22:12
Compare
Choose a tag to compare

🦍Major changes

  • Different API, now requires namespace as 2nd parameter. Because namespacing is good.

🐛Bugfixes

  • Maybe a bug; maybe not—if a Swagger spec had a common name like Error it would break your build if another type extended from it

Fix enum bug

13 Dec 21:40
Compare
Choose a tag to compare

🐛Bugfixes

  • Fixes bug where number enums names could be generated.

enum support

13 Dec 21:39
Compare
Choose a tag to compare

🐣Minor changes

  • Supports TypeScript enums

Initial Release

13 Dec 21:38
Compare
Choose a tag to compare

🦍Major changes

  • exists