Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
v1.5.0: Convert names containing spaces to use underscores (#75)
Compare
Sorry, something went wrong.
No results found
drwpow
released this
12 Dec 20:16
🌟 New Features
Convert names containing spaces to use underscores (#75 ) thanks to @svnv e29254b
v1.4.0...v1.5.0
Prints out JSDoc
Compare
Sorry, something went wrong.
No results found
drwpow
released this
01 Oct 14:55
🌟 New Features
v1.3.1...v1.4.0
Fix Nested array generation
Compare
Sorry, something went wrong.
No results found
drwpow
released this
28 Aug 21:33
nowrapper CLI option
Compare
Sorry, something went wrong.
No results found
drwpow
released this
05 Aug 18:05
🐣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!
Fix underscores in interfaces
Compare
Sorry, something went wrong.
No results found
drwpow
released this
18 Jul 21:41
🐛 Bugfixes
This fixes underscores from accidentally appearing in some TypeScript interface names (#29 )
kebab-case support
Compare
Sorry, something went wrong.
No results found
drwpow
released this
12 Jun 15:48
🐛 Bugfixes
Swagger properties in kebab-case would break generation unless they were converted to --camelcase (#13 ). This has been fixed! 🎉 You still have the option of converting to --camelcase, but now you can keep kebab-case too if needed
Wrapper support
Compare
Sorry, something went wrong.
No results found
drwpow
released this
11 Jun 21:23
🦍 Major changes
Adds --wrapper option, letting you specify any namespace or module wrapper for exporting types. See the README for full description
⚠️ Breaking changes
--namespace and --export options are now deprecated, in favor of the more versatile --wrapper
Export namespaces
Compare
Sorry, something went wrong.
No results found
drwpow
released this
19 Apr 01:37
🐣 Minor changes
Now supports an --export option to export namespaces thanks to @tpdewolf
v1.1.2
Compare
Sorry, something went wrong.
No results found
drwpow
released this
25 Mar 14:27
🐛 Bugfixes
No longer generates empty interfaces (caused by top-level definitions being array types, referencing other definitions)
v1.1.1
Compare
Sorry, something went wrong.
No results found
drwpow
released this
19 Mar 21:54
🐣 Minor changes
Improves enum generation to be simpler-to-use (values are now just hardcoded inline, rather than trying to use TypeScript enums).