diff --git a/.changeset/afraid-news-know.md b/.changeset/afraid-news-know.md deleted file mode 100644 index 19d3616..0000000 --- a/.changeset/afraid-news-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: refactor test cases to use vitest as testing framework diff --git a/.changeset/eager-books-throw.md b/.changeset/eager-books-throw.md deleted file mode 100644 index e698ae1..0000000 --- a/.changeset/eager-books-throw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: 生成的类型缺少namespace问题 diff --git a/.changeset/rare-loops-try.md b/.changeset/rare-loops-try.md deleted file mode 100644 index d8f5a3c..0000000 --- a/.changeset/rare-loops-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: 新增的 enum label hook中取变量错误 diff --git a/.changeset/real-suns-move.md b/.changeset/real-suns-move.md deleted file mode 100644 index a7993ff..0000000 --- a/.changeset/real-suns-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-ts-request": minor ---- - -feat: 支持通过hooks处理enum types diff --git a/.changeset/sharp-bees-stay.md b/.changeset/sharp-bees-stay.md deleted file mode 100644 index 7837c13..0000000 --- a/.changeset/sharp-bees-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -style: prefer type import diff --git a/.changeset/solid-dolls-cough.md b/.changeset/solid-dolls-cough.md deleted file mode 100644 index f9b6b26..0000000 --- a/.changeset/solid-dolls-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -chore: clean test script diff --git a/.changeset/spicy-insects-eat.md b/.changeset/spicy-insects-eat.md deleted file mode 100644 index d2a1ee9..0000000 --- a/.changeset/spicy-insects-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -perf: perf parmas customTemplates type definition diff --git a/.changeset/twenty-pandas-act.md b/.changeset/twenty-pandas-act.md deleted file mode 100644 index e9fd5d6..0000000 --- a/.changeset/twenty-pandas-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -chore: add user documentation diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e351c..1c3804f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # openapi-ts-request +## 1.6.0 + +### Minor Changes + +- [#381](https://github.com/openapi-ui/openapi-ts-request/pull/381) [`2ac8cf5`](https://github.com/openapi-ui/openapi-ts-request/commit/2ac8cf587b47a0d540b127e37d685f6268bfaf8a) Thanks [@asins](https://github.com/asins)! - feat: 支持通过hooks处理enum types + +### Patch Changes + +- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: refactor test cases to use vitest as testing framework + +- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: 生成的类型缺少namespace问题 + +- [#390](https://github.com/openapi-ui/openapi-ts-request/pull/390) [`97baffc`](https://github.com/openapi-ui/openapi-ts-request/commit/97baffcf3f907cba1e304107d9e8c8a6327270ac) Thanks [@AdoKevin](https://github.com/AdoKevin)! - fix: 新增的 enum label hook中取变量错误 + +- [#385](https://github.com/openapi-ui/openapi-ts-request/pull/385) [`296739e`](https://github.com/openapi-ui/openapi-ts-request/commit/296739e0e0afc68d2c454e125c65d13ad1b404bc) Thanks [@AdoKevin](https://github.com/AdoKevin)! - style: prefer type import + +- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`d4d19c8`](https://github.com/openapi-ui/openapi-ts-request/commit/d4d19c835630e0bff61bfdc571183944feb9484b) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - chore: clean test script + +- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`0d2ac27`](https://github.com/openapi-ui/openapi-ts-request/commit/0d2ac2724bcf9b74a6eb88242635d2962d3ac406) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - perf: perf parmas customTemplates type definition + +- [#392](https://github.com/openapi-ui/openapi-ts-request/pull/392) [`3b75878`](https://github.com/openapi-ui/openapi-ts-request/commit/3b75878234417cd663d3b5c3554eb454212ddc0c) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - chore: add user documentation + ## 1.5.2 ### Patch Changes diff --git a/package.json b/package.json index 1b5ce57..9c62c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.5.2", + "version": "1.6.0", "description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas", "packageManager": "pnpm@9.15.0", "engines": {