Skip to content

Commit 564da8c

Browse files
ferdikoomeninesgomas
authored andcommitted
Updated readme with migration message
1 parent d03efd0 commit 564da8c

File tree

4 files changed

+495
-200
lines changed

4 files changed

+495
-200
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.29.0] - 2024-04-05
5+
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
6+
7+
The `@hey-api/openapi-ts`
8+
project started as a fork with the goal to resolve the most pressing issues. going forward they are planning to
9+
maintain the OpenAPI generator and give it the love it deserves. Please support them with their work and make
10+
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
11+
12+
### Fixed
13+
- Upgraded dependencies
14+
15+
416
## [0.28.0] - 2024-03-19
517
### Fixed
618
- Upgraded dependencies

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ Forked from [openapi-typescript-codegen](https://github.com/ferdikoomen/openapi-
1010
> Node.js library that generates Typescript clients based on the OpenAPI specification.
1111
1212
## Why?
13-
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
14-
- Quick, lightweight, robust and framework-agnostic 🚀
15-
- Supports generation of TypeScript clients
16-
- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
17-
- Supports OpenAPI specification v2.0 and v3.0
18-
- Supports JSON and YAML files for input
19-
- Supports generation through CLI, Node.js and NPX
20-
- Supports tsc and @babel/plugin-transform-typescript
21-
- Supports aborting of requests (cancelable promise pattern)
22-
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/)
13+
14+
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
15+
- Quick, lightweight, robust and framework-agnostic 🚀
16+
- Supports generation of TypeScript clients
17+
- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
18+
- Supports OpenAPI specification v2.0 and v3.0
19+
- Supports JSON and YAML files for input
20+
- Supports generation through CLI, Node.js and NPX
21+
- Supports tsc and @babel/plugin-transform-typescript
22+
- Supports aborting of requests (cancelable promise pattern)
23+
- Supports external references using [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser/)
2324

2425
## Install
2526

@@ -59,12 +60,10 @@ $ openapi --help
5960

6061
## Documentation
6162

62-
6363
The main documentation can be found in the [openapi-typescript-codegen/wiki](https://github.com/ferdikoomen/openapi-typescript-codegen/wiki)
6464

6565
## Sponsors
6666

67-
6867
If you or your company use the OpenAPI Typescript Codegen, please consider supporting me. By sponsoring I can free up time to give this project some love! Details can be found here: https://github.com/sponsors/ferdikoomen
6968

7069
If you're from an enterprise looking for a fully managed SDK generation, please consider our sponsor:

0 commit comments

Comments
 (0)