Skip to content

Commit e227a0c

Browse files
committed
Merge remote-tracking branch 'origin/master' into enum-schemas-fork
2 parents 86e0e61 + c88d3c8 commit e227a0c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2810
-3617
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
schedule:
99
- cron: "44 20 * * 3"
1010

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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+
16+
## [0.28.0] - 2024-03-19
17+
### Fixed
18+
- Upgraded dependencies
19+
- Windows issue when resolving external spec files
20+
- Media-type for falsy bodies except 'undefined'
21+
- Updated typo in generated header
22+
### Added
23+
- Enabled `withXSRFToken` for Axios
24+
425
## [0.27.0] - 2024-01-15
526
### Fixed
627
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://help.github.com/articles/using-pull-requests
2020

2121
## Submitting a Pull Request
2222

23-
1. Make your changes in a new git branch: `git checkout -b my-fix-branch master`
23+
1. Make your changes in a new git branch: `git checkout -b my-fix-branch main`
2424
2. Create your patch or feature
2525
3. Ensure the builds work by running: `npm run build`
2626
4. Ensure the tests will pass by running: `npm run test`

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
# Important announcement
2+
3+
> [!IMPORTANT]
4+
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
5+
6+
Due to time limitations on my end, this project has been unmaintained for a while now. The `@hey-api/openapi-ts`
7+
project started as a fork with the goal to resolve the most pressing issues. going forward they are planning to
8+
maintain the OpenAPI generator and give it the love it deserves. Please support them with their work and make
9+
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
10+
11+
- All open PR's and issues will be archived on the 1st of May 2024
12+
- All versions of this package will be deprecated in NPM
13+
14+
👋 Thanks for all the support, downloads and love! Cheers Ferdi.
15+
16+
---
17+
118
# OpenAPI Typescript Codegen
219

320
[![NPM][npm-image]][npm-url]
421
[![License][license-image]][license-url]
5-
[![Coverage][coverage-image]][coverage-url]
6-
[![Coverage][coverage-image]][coverage-url]
722
[![Downloads][downloads-image]][downloads-url]
823
[![Build][build-image]][build-url]
924

@@ -81,5 +96,5 @@ If you're from an enterprise looking for a fully managed SDK generation, please
8196
[coverage-image]: https://img.shields.io/codecov/c/github/ferdikoomen/openapi-typescript-codegen.svg
8297
[downloads-url]: http://npm-stat.com/charts.html?package=openapi-typescript-codegen
8398
[downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg
84-
[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master
85-
[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master.svg?style=svg
99+
[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/main
100+
[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/main.svg?style=svg

0 commit comments

Comments
 (0)