Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
v2.0.0
- Add warning (#235) af8d227
- Add more nullable tests (#234) dbe7e0f
- Bump jest from 25.5.2 to 25.5.3 (#231) e96f8f4
- Bump jest from 25.5.1 to 25.5.2 (#230) c23729c
- Bump jest from 25.4.0 to 25.5.1 (#229) cadbe20
- Bump @typescript-eslint/parser from 2.29.0 to 2.30.0 (#227) fb03b98
- Bump @typescript-eslint/eslint-plugin from 2.29.0 to 2.30.0 (#228) d1c696f
- Improve array and object handling (#226) ceb47ca
- docs: add antonk52 as a contributor (#225) 97a296d
- Resolve Prettier config using Prettier (#224) 596c025
- Transform recursively, without JSON.parse() (#223) 93c4409
- add default default prettier config (#220) 5dc6c64
- Update .all-contributorsrc (#219) 5f2c262
- docs: add bokub as a contributor (#217) 9cf63ff
- docs: add lbenie as a contributor (#216) a354b30
- docs: add scvnathan as a contributor (#215) ca12cb3
- Fix README badge (#214) b6fbad8
- docs: add sorin-davidoi as a contributor (#213) 2142f91
- docs: add svnv as a contributor (#212) d75441b
- docs: add tombarton as a contributor (#211) f188b28
- docs: add tpdewolf as a contributor (#210) c915798
- docs: add atlefren as a contributor (#209) 4888c57
- docs: add enmand as a contributor (#208) dd39ea7
- docs: add psmyrdek as a contributor (#206) 7b3453b
- docs: add dangodev as a contributor (#205) b6ab31b
- Add CONTRIBUTING.md doc (#204) fbae394
v1.7.1
🐛 Bugfixes
- Now handles the
@
character in namespaces thanks to @sorin-davidoi 🎉
🐣 Minor improvements
- Updates Prettier to
2.0
v1.7.0: Beta Support for v3, bugfixes
🌟 New Features
- Swagger v3 is no longer unsupported! 🎉 But it’s in beta. Which means errors will probably arise. Please test it out on your existing v3 schema, and file any bugs here.
🐣 Minor improvements
- The
--swagger
flag is now deprecated; this library will automatically parse the version from the schema.
🐛 Bugfixes
- Fixes a bug where
additionalProperties
weren’t respected for nestedproperties
(#92).
v1.6.2: Fix camelCasing on `$ref`s
v1.6.1: fix missing `type` definition
🐛 Bugfixes
- Fixes a bug where a definition with a missing
type
would be skipped, rather than assume it’s anobject
like Swagger does by default.
v1.6.0: support for x-nullable (#118)
🌟 New Features
v1.5.0: Convert names containing spaces to use underscores (#75)
🌟 New Features
Prints out JSDoc
Fix Nested array generation
🐛 Bugfixes
- Fix nested arrays (#54)
nowrapper CLI option
🐣Minor changes
- The
--nowrapper
flag was added to the CLI, courtesy of @scvnathan (#33). Now you don’t have to wrap your interfaces if you don’t want to!