1656 Commits

Author SHA1 Message Date
Ferdi Koomen
be7ffbbd80 - Fixed test 2021-10-28 20:35:38 +02:00
Ferdi Koomen
a51ac6a22d - Fixed build 2021-10-28 20:30:32 +02:00
Ferdi Koomen
1a3eba4312 Fixed call to get content 2021-10-28 20:26:36 +02:00
Ferdi Koomen
1b82dee276 Merge branch 'master' into feature/test
# Conflicts:
#	src/openApi/v3/parser/getOperationResponse.ts
2021-10-28 15:54:46 +02:00
Ferdi Koomen
433b4f1b21 - Working on support for formData in v3 2021-10-28 15:51:39 +02:00
Ferdi Koomen
eac474ce5f - Updated version 2021-10-27 20:35:06 +02:00
Ferdi Koomen
78d6876708 - Fixed issue #869 2021-10-27 20:34:47 +02:00
Ferdi Koomen
fa2bab05c7 - Fixed test cases for v2 spec 2021-10-27 12:46:04 +02:00
Ferdi Koomen
64a3dc2d7d - Small bug in open api spec v2 with composition 2021-10-27 12:44:15 +02:00
Ferdi Koomen
4cb15b2325 - Updated dependencies 2021-10-26 22:31:54 +02:00
Ferdi Koomen
918d4844d9 - Fixed #868 where (newly) required properties from base models would not get specified 2021-10-26 18:31:38 +02:00
Ferdi Koomen
73acbca085 - Fixed formatting of models (comma vs semicolumn)
- Fixed issue #867 where nullable prop would not have correct type
2021-10-26 17:18:51 +02:00
Ferdi Koomen
63f59e6c39 - Fixed just in time cancelation scenario 2021-10-24 10:55:01 +02:00
Ferdi Koomen
2553b2cf93 - Updated spec 2021-10-20 09:02:16 +02:00
Ferdi Koomen
2deaa4321e - Fixed undefined value 2021-10-20 08:59:23 +02:00
Ferdi Koomen
ea1406443b - Formatted code 2021-10-19 22:06:34 +02:00
Ferdi Koomen
1a777738f8 - Updated formatting of cancelable promise 2021-10-19 21:56:48 +02:00
Ferdi Koomen
6b7efd1523 - Removed need for abort controller in axios implementation
- Fixed export of cancelable promise for custom requests
-
2021-10-19 21:47:56 +02:00
Ferdi Koomen
ad11e63a57 - Using private props in cancelable promise
- Updated snapshots
- Removed unused imports
2021-10-19 20:56:29 +02:00
Ferdi Koomen
d7c153ff55 Merge branch 'master' into feature/cancelable
# Conflicts:
#	README.md
#	package.json
#	src/utils/registerHandlebarTemplates.ts
#	test/__snapshots__/index.spec.js.snap
#	test/custom/request.ts
#	test/e2e/v3.fetch.spec.js
#	test/e2e/v3.node.spec.js
#	yarn.lock
2021-10-18 22:19:36 +02:00
Ferdi Koomen
b532279969 - Updated dependencies 2021-10-18 10:40:08 +02:00
Ferdi Koomen
626881a080
Merge pull request #858 from ferdikoomen/dependabot/npm_and_yarn/axios-0.23.0
build(deps): bump axios from 0.22.0 to 0.23.0
2021-10-12 19:50:10 +02:00
dependabot[bot]
db007934dd
build(deps): bump axios from 0.22.0 to 0.23.0
Bumps [axios](https://github.com/axios/axios) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 17:20:10 +00:00
Ferdi Koomen
762dd73a38 - Updated dependencies 2021-10-12 19:17:41 +02:00
Ferdi Koomen
519d26b1c6 - Updated badges 2021-10-11 23:36:13 +02:00
Ferdi Koomen
ab29880584 - Updated snapshot 2021-10-11 23:10:49 +02:00
Ferdi Koomen
2cd1fe1651 - Formatted build script 2021-10-11 23:05:53 +02:00
Ferdi Koomen
4b5060ed01 - Simplified sort
- Updated axios client to use getHeaders when available
2021-10-11 22:38:58 +02:00
Ferdi Koomen
22b30e04f5 - Removed travis 2021-10-11 17:41:09 +02:00
Ferdi Koomen
b996a4b7fd - Removed js-yaml from lock file 2021-10-11 14:37:32 +02:00
Ferdi Koomen
92ad2ae772 - Removed yaml loader in favor of refparser 2021-10-11 14:23:12 +02:00
Ferdi Koomen
b3a08a7c69 - Fixed #493 and #856 2021-10-11 14:18:28 +02:00
Ferdi Koomen
55aec82b8c
Merge pull request #857 from xiaoyu-tamu/patch-1
fix(*): add missing config
2021-10-11 13:14:17 +02:00
Ferdi Koomen
20f809493c - Updated dependencies 2021-10-11 13:10:12 +02:00
Michael Li
29aa9da819
fix(*): add missing config 2021-10-09 23:59:26 -05:00
Ferdi Koomen
b1e136e4ba
Merge pull request #855 from ferdikoomen/dependabot/npm_and_yarn/jest-27.2.5 2021-10-08 23:48:34 +02:00
dependabot[bot]
4e966d2482
build(deps-dev): bump jest from 27.2.4 to 27.2.5
Bumps [jest](https://github.com/facebook/jest) from 27.2.4 to 27.2.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.4...v27.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 21:37:57 +00:00
Ferdi Koomen
5b3348d6f9 - Added axios client
- Added function to escape path and stopped replacement of ":" character in path
2021-10-08 23:34:49 +02:00
Ferdi Koomen
de3a44ae1b
Merge pull request #853 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.33.0 2021-10-06 08:39:58 +02:00
Ferdi Koomen
3d1700a340
Merge pull request #852 from ferdikoomen/dependabot/npm_and_yarn/types/node-16.10.3 2021-10-06 08:39:35 +02:00
dependabot[bot]
3f67a27cee
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.2 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.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>
2021-10-06 06:39:08 +00:00
Ferdi Koomen
8728fcf89a
Merge pull request #846 from ferdikoomen/dependabot/npm_and_yarn/jest-27.2.4 2021-10-06 08:37:31 +02:00
dependabot[bot]
ad12b9374c
build(deps-dev): bump @types/node from 16.10.1 to 16.10.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.1 to 16.10.3.
- [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>
2021-10-06 06:37:22 +00:00
dependabot[bot]
512e7edcc6
build(deps-dev): bump jest from 27.2.2 to 27.2.4
Bumps [jest](https://github.com/facebook/jest) from 27.2.2 to 27.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.2...v27.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 06:37:07 +00:00
Ferdi Koomen
e06ffc4773
Merge pull request #847 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.58.0 2021-10-06 08:36:12 +02:00
Ferdi Koomen
83bb11f888
Merge pull request #845 from ferdikoomen/dependabot/npm_and_yarn/jest-cli-27.2.4 2021-10-06 08:36:04 +02:00
Ferdi Koomen
ec43858d75
Merge pull request #844 from ferdikoomen/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.0 2021-10-06 08:35:56 +02:00
Ferdi Koomen
728796c432
Merge pull request #843 from ferdikoomen/dependabot/npm_and_yarn/node-fetch-3.0.0 2021-10-06 08:35:44 +02:00
Ferdi Koomen
65152ec9dc
Merge pull request #842 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.32.0 2021-10-06 08:35:22 +02:00
Ferdi Koomen
82654f771a
Merge pull request #841 from ferdikoomen/dependabot/npm_and_yarn/types/node-fetch-3.0.3 2021-10-06 08:35:07 +02:00