1984 Commits

Author SHA1 Message Date
Ferdi Koomen
da3b23afae Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen 2022-06-13 23:51:37 +02:00
Ferdi Koomen
d0c470652e - Updated license config 2022-06-13 23:51:31 +02:00
dependabot[bot]
4a1cfa0b78
Bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.28.0 (#1079)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.1 to 5.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.28.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 22:48:45 +01:00
Ferdi Koomen
58d603f42b - Addd automerge 2022-06-13 23:44:36 +02:00
Ferdi Koomen
beac27fb86 - Added license check 2022-06-13 23:42:06 +02:00
Ferdi Koomen
32ff947dee Fix undefined request body when body === false or 0, "" in other clients 2022-06-13 21:45:26 +02:00
Ferdi Koomen
aa20f9e17b
Merge pull request #1076 from visortelle/patch-1
Fix undefined request body when body is a valid JSON falsy value: false or 0, "".
2022-06-13 21:41:19 +02:00
visortelle
1bec18e664
Fix undefined request body when body === false or 0, "". 2022-06-13 14:06:08 +03:00
Ferdi Koomen
e180ba3f15 - Updated documentation
- Fixed issue with node-fetch abort signal
2022-06-13 11:18:17 +02:00
Ferdi Koomen
79bb027ee5 - Removed action 2022-06-13 10:28:50 +02:00
Ferdi Koomen
3c1e6d4da7 - Updated version of action 2022-06-13 10:24:47 +02:00
Ferdi Koomen
859cb2668d - Switched automerge action 2022-06-13 10:22:25 +02:00
Ferdi Koomen
a199552350 - Updated dependencies 2022-06-06 23:05:59 +02:00
Ferdi Koomen
961c8a8767 - Added automerge 2022-06-06 22:47:32 +02:00
Ferdi Koomen
5028ee1ce2 - Added automerge 2022-06-06 21:48:47 +02:00
Ferdi Koomen
56c62af2d6 - Added documenation
- Bumped version
v0.23.0
2022-06-02 16:03:39 +02:00
Ferdi Koomen
73bcbca33f
Merge pull request #1055 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.75.4
Bump rollup from 2.75.3 to 2.75.4
2022-06-02 15:37:13 +02:00
Ferdi Koomen
3ce139a462
Merge pull request #1056 from ferdikoomen/dependabot/npm_and_yarn/types/node-17.0.38
Bump @types/node from 17.0.36 to 17.0.38
2022-06-02 15:37:04 +02:00
dependabot[bot]
52dca47a93
Bump @types/node from 17.0.36 to 17.0.38
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.36 to 17.0.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 06:12:06 +00:00
dependabot[bot]
42c1568464
Bump rollup from 2.75.3 to 2.75.4
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.3 to 2.75.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.75.3...v2.75.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 06:11:07 +00:00
Ferdi Koomen
73d668a85a - Added support for NodeJS 12 2022-05-31 18:49:25 +02:00
Ferdi Koomen
97b2c64715 - Reverted test scripts 2022-05-31 18:03:46 +02:00
Ferdi Koomen
0ae4db4f61 - Added better support for deprecated prop 2022-05-31 17:53:03 +02:00
Ferdi Koomen
4428f85f2c - Updated test cases after EOL change
- Added request options object to ApiError
2022-05-31 12:42:13 +02:00
Ferdi Koomen
f69da7fe2c - Making sure we have a blank line at the end of the generated files 2022-05-31 11:46:48 +02:00
Ferdi Koomen
8ef2c90cc7 Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen 2022-05-31 10:54:35 +02:00
Ferdi Koomen
d9a7527652
Merge pull request #1037 from vrslev/type-only-axios-imports
Use type-only imports for `axios`
2022-05-31 10:53:42 +02:00
Ferdi Koomen
0dfebbdfc8
Merge pull request #1048 from huzaifahj/patch-1
Fix error TS2564
2022-05-31 10:53:04 +02:00
Ferdi Koomen
f50b7e4a6f Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen 2022-05-31 10:52:33 +02:00
Ferdi Koomen
df7fd04a4f
Merge pull request #1050 from implydata/fix/axios-content-type
Set Content-Type in axios
2022-05-31 10:52:20 +02:00
Ferdi Koomen
65645ca56e - Updated dependencies 2022-05-31 10:52:04 +02:00
John Gozde
08d994c3d0
Set Content-Type in axios 2022-05-25 14:27:49 -06:00
huzaifahj
9e9c5923de
Fix error TS2564 2022-05-23 11:40:20 +01:00
Lev Vereshchagin
4867366cd5 Use type-only imports for axios
TypeScript type checker complains about imported types in clients generated for axios backend

Type-only imports: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export
2022-05-03 17:22:56 +03:00
Ferdi Koomen
59254d94a9 - Upgraded dependencies
- Removed depricated enum model generation
- Fixed issue with "null" value inside comments for OpenAPI v2 enums
- Fixed issue with compatibility for latest version of Axios (0.27.x)
v0.22.0
2022-04-26 16:25:49 +02:00
Ferdi Koomen
33c1ff5e26 - Added documentation for axios project 2022-04-26 15:53:47 +02:00
Ferdi Koomen
b9ad91bff8 Bumped version v0.21.0 2022-04-06 22:34:35 +02:00
Ferdi Koomen
99bd25a3fd Remobved unused import from node-fetch example 2022-04-06 22:33:49 +02:00
Ferdi Koomen
28415a82d9 Removed private fields using new # syntax due to issues 2022-04-06 22:28:19 +02:00
Ferdi Koomen
05d5962144 Return undefined in most cases to support noImplicitReturns rule
Filter out wrong enum values
2022-04-06 22:21:06 +02:00
Ferdi Koomen
93d57da3f6 Updated dependencies 2022-04-06 21:57:23 +02:00
Ferdi Koomen
1bbd1e06ae
Merge pull request #1004 from ferdikoomen/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.3
Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3
2022-04-06 21:20:46 +02:00
Ferdi Koomen
6a0b067750
Merge pull request #999 from vitalybaev/patch-1
Fixed type in client-instances.md
2022-04-06 21:18:52 +02:00
dependabot[bot]
a5e915903d
Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.2 to 21.0.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.3/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 19:18:39 +00:00
Ferdi Koomen
fa29b509f9
Merge pull request #1016 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.18.0
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.18.0
2022-04-06 21:18:34 +02:00
dependabot[bot]
2d77ec55c4
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.18.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.13.0 to 5.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 19:18:16 +00:00
Ferdi Koomen
a42795517e
Merge pull request #980 from yuvalt/master
return undefined explicitly to avoid compilation errors
2022-04-06 21:18:14 +02:00
Ferdi Koomen
e5ed6d1c51
Merge pull request #994 from ferdikoomen/dependabot/npm_and_yarn/node-forge-1.3.0
Bump node-forge from 1.2.1 to 1.3.0
2022-04-06 21:17:27 +02:00
Ferdi Koomen
068ff06fed
Merge pull request #1003 from ferdikoomen/dependabot/npm_and_yarn/rxjs-7.5.5
Bump rxjs from 7.5.4 to 7.5.5
2022-04-06 21:17:18 +02:00
Ferdi Koomen
f043ba8304
Merge pull request #1005 from ferdikoomen/dependabot/npm_and_yarn/axios-0.26.1
Bump axios from 0.26.0 to 0.26.1
2022-04-06 21:17:09 +02:00