Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
v1.1.0
🦍 Major changes
- Changes default behavior to preserve
snake_case
properties (you can still convert with--camelcase
)
🐣 Minor changes
- Bundles & ships with @pika/pack
Handle object types
🐛Bugfixes
- Falls back to
object
if it can’t grab properties
Namespace support
🦍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
🐛Bugfixes
- Fixes bug where number enums names could be generated.
enum support
🐣Minor changes
- Supports TypeScript enums
Initial Release
🦍Major changes
- exists