diff --git a/.changeset/free-chairs-film.md b/.changeset/free-chairs-film.md new file mode 100644 index 000000000..0f7dc7ee5 --- /dev/null +++ b/.changeset/free-chairs-film.md @@ -0,0 +1,5 @@ +--- +"swagger-typescript-api": patch +--- + +Fix CLI executable by adding the required shebang to the entry file. diff --git a/.changeset/honest-bears-stay.md b/.changeset/honest-bears-stay.md new file mode 100644 index 000000000..0bc3c0038 --- /dev/null +++ b/.changeset/honest-bears-stay.md @@ -0,0 +1,5 @@ +--- +"swagger-typescript-api": patch +--- + +Fix query params detection on route name parsing diff --git a/.changeset/loose-lies-fetch.md b/.changeset/loose-lies-fetch.md new file mode 100644 index 000000000..274dc71ca --- /dev/null +++ b/.changeset/loose-lies-fetch.md @@ -0,0 +1,5 @@ +--- +"swagger-typescript-api": patch +--- + +Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da5a9da9..4ddbd50dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,5 @@ # swagger-typescript-api -## 13.0.25 - -### Patch Changes - -- [#1101](https://github.com/acacode/swagger-typescript-api/pull/1101) [`76b84cb`](https://github.com/acacode/swagger-typescript-api/commit/76b84cbafdb6f62794fcf475907ed7bde808cfef) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix CLI executable by adding the required shebang to the entry file. - -- [#1064](https://github.com/acacode/swagger-typescript-api/pull/1064) [`0d4a3ce`](https://github.com/acacode/swagger-typescript-api/commit/0d4a3ce23df12b7154285a1f4540aad672182391) Thanks [@nicky1038](https://github.com/nicky1038)! - Fix query params detection on route name parsing - -- [#1100](https://github.com/acacode/swagger-typescript-api/pull/1100) [`4782f13`](https://github.com/acacode/swagger-typescript-api/commit/4782f1334fea00c7a5b2b7513cc1d2f82d82b0e9) Thanks [@js2me](https://github.com/js2me)! - Improve type safety by adding proper types to SchemaComponent and introducing flags for extracted elements such as request parameters, request body, response body, and response errors. - ## 13.0.24 ### Patch Changes diff --git a/package.json b/package.json index 0dc0a1372..8ac87a446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.25", + "version": "13.0.24", "description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", "homepage": "https://github.com/acacode/swagger-typescript-api", "bugs": "https://github.com/acacode/swagger-typescript-api/issues",