Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
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