1.0.0
(feat):
Change default configuration values for several options
(fix):
Fix property name quoting in interfaces and classes to only use quotes when necessary
0.51.7
(fix):
Fix handling of object extensions where an object extends an alias
0.51.6
(fix):
Add support for custom introduction setting in generated README.md
0.51.5
(fix):
Fix issue with ts-morph where creating an ifStatement with empty conditions array caused errors
0.51.4
(fix):
Fix issue where runtime.ts file was missing when other files were trying to import it
0.51.3
(fix):
Fix minor type issue for polyfilling Headers in Node 16 and below
0.51.2
(fix):
Improve file upload by extracting filename from path property when available
0.51.1
(fix):
Add fallback to custom Headers class implementation for Node 16 compatibility
0.51.0
(feat):
Add rawResponse property to JavaScript errors
0.50.1
(feat):
Add packageManager entry to package.json
0.50.0
(feat):
Return HttpResponsePromise<T>
from endpoint functions with withRawResponse() support
0.49.7
(fix):
Significantly improve SDK generation performance when useLegacyExports is false
0.49.6
(feat):
Support arbitrary websocket headers during connect handshake
0.49.5
(feat):
Improvements to Websocket code generation quality
0.49.4
(fix):
Increase timeout in generated webpack.test.ts file
0.49.3
(fix):
Increase timeout in generated webpack.test.ts file