Updated readme with migration message

This commit is contained in:
Ferdi Koomen 2024-04-07 18:07:19 +02:00
parent 1e04c979e1
commit 118255c1e1
4 changed files with 352 additions and 286 deletions

View File

@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.29.0] - 2024-04-05
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/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
## [0.28.0] - 2024-03-19
### Fixed
- Upgraded dependencies

View File

@ -1,3 +1,19 @@
# Important announcement
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
Due to time limitations on my end, this project has been unmaintained for a while now. 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
- All open PR's and issues will be archived on the 1st of May 2024
- All versions of this package will be deprecated in NPM
👋 Thanks for all the support, downloads and love! Cheers Ferdi.
---
# OpenAPI Typescript Codegen
[![NPM][npm-image]][npm-url]

580
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.28.0",
"version": "0.29.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
@ -67,17 +67,17 @@
"handlebars": "^4.7.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.0",
"@angular/animations": "17.3.0",
"@angular/cli": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@angular-devkit/build-angular": "17.3.3",
"@angular/animations": "17.3.3",
"@angular/cli": "17.3.3",
"@angular/common": "17.3.3",
"@angular/compiler": "17.3.3",
"@angular/compiler-cli": "17.3.3",
"@angular/core": "17.3.3",
"@angular/forms": "17.3.3",
"@angular/platform-browser": "17.3.3",
"@angular/platform-browser-dynamic": "17.3.3",
"@angular/router": "17.3.3",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
@ -114,15 +114,15 @@
"puppeteer": "22.6.3",
"qs": "6.12.0",
"rimraf": "5.0.5",
"rollup": "4.13.0",
"rollup": "4.14.0",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.4.2",
"typescript": "5.4.4",
"zone.js": "0.14.4"
},
"overrides": {
"node-fetch": "2.7.0",
"rollup": "4.13.0"
"rollup": "4.14.0"
}
}