Releases: ferdikoomen/openapi-typescript-codegen
Release list
v0.31.0
v0.31.0
Maintenance release: dependency upgrades (including several major-version bumps), TypeScript 6 compatibility, and a build script fix. No changes to the generator's output or public API.
Dependencies
- commander 14.0.2 → 14.0.3
- fs-extra 11.3.3 → 11.3.5
- handlebars 4.7.8 → 4.7.9
Dev dependencies
- @angular-devkit/build-angular 21.0.4 → 22.0.3
- @angular/animations 21.0.6 → 22.0.2
- @angular/cli 21.0.4 → 22.0.3
- @angular/common 21.0.6 → 22.0.2
- @angular/compiler 21.0.6 → 22.0.2
- @angular/compiler-cli 21.0.6 → 22.0.2
- @angular/core 21.0.6 → 22.0.2
- @angular/forms 21.0.6 → 22.0.2
- @angular/platform-browser 21.0.6 → 22.0.2
- @angular/platform-browser-dynamic 21.0.6 → 22.0.2
- @angular/router 21.0.6 → 22.0.2
- @babel/cli 7.28.3 → 7.29.7
- @babel/core 7.28.5 → 7.29.7
- @babel/preset-env 7.28.5 → 7.29.7
- @babel/preset-typescript 7.28.5 → 7.29.7
- @eslint/js 9.39.2 → 10.0.1
- @rollup/plugin-commonjs 29.0.0 → 29.0.3
- @rollup/plugin-terser 0.4.4 → 1.0.0
- @types/node 25.0.3 → 26.0.0
- @types/qs 6.14.0 → 6.15.1
- @typescript-eslint/eslint-plugin 8.50.1 → 8.61.1
- @typescript-eslint/parser 8.50.1 → 8.61.1
- axios 1.13.2 → 1.18.0
- eslint 9.39.2 → 10.5.0
- eslint-plugin-prettier 5.5.4 → 5.5.6
- eslint-plugin-simple-import-sort 12.1.1 → 13.0.0
- form-data 4.0.5 → 4.0.6
- glob 13.0.0 → 13.0.6
- globals 16.5.0 → 17.6.0
- jest 30.2.0 → 30.4.2
- jest-cli 30.2.0 → 30.4.2
- prettier 3.7.4 → 3.8.4
- puppeteer 24.34.0 → 24.43.1
- qs 6.14.0 → 6.15.2
- rimraf 6.1.2 → 6.1.3
- rollup 4.54.0 → 4.62.2
- typescript 5.9.3 → 6.0.3
- typescript-eslint 8.50.1 → 8.61.1
- zone.js 0.16.0 → 0.16.2
Full Changelog: v0.30.0...v0.31.0
v0.30.0
Please migrate your projects to use @hey-api/openapi-ts
The @hey-api/openapi-ts
project started as a fork with the goal to resolve the most pressing issues. going forward they are planning to
maintain the OpenAPI generator and give it the love it deserves. Please support them with their work and make
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
Fixed
- Upgraded dependencies
v0.29.0
Please migrate your projects to use @hey-api/openapi-ts
The @hey-api/openapi-ts
project started as a fork with the goal to resolve the most pressing issues. going forward they are planning to
maintain the OpenAPI generator and give it the love it deserves. Please support them with their work and make
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
Fixed
- Upgraded dependencies
v0.28.0
Fixed
- Upgraded dependencies
- Windows issue when resolving external spec files
- Media-type for falsy bodies except 'undefined'
- Updated typo in generated header
Added
- Enabled
withXSRFTokenfor Axios
v0.27.0
Fixed
- Reverted
@apidevtools/json-schema-ref-parserto version 10.1.0
v0.26.0
v0.25.0
Fixed
- Upgraded dependencies
Added
- Allow usage of a custom axios instance
- Added message in generated files
v0.24.0
Fixed
- Upgraded dependencies
- Fixed issue with Cancelable promise
- Fixed issue with escaping reserved keywords in schema names
Added
- Added
--postfixModelsoption
v0.23.0
Fixed
- Upgraded dependencies
- Added blank line at the end of generated files
- Added support for Node.js v12
Added
- Added
requestproperty insideApiError - Added support for
@depricatedinside models and operations
v0.22.0
Fixed
- Upgraded dependencies
- Fixed issue with
nullvalue inside comments for OpenAPI v2 enums - Fixed issue with compatibility for latest version of Axios (0.27.x)
Removed
- Removed deprecated enum model generation