Philipp Katz
|
b7c1cbe8e5
|
Make BaseHttpRequest abstract
* it's not meant for instantiation anyways, right?
* it'll prevent TS compile error TS6133 when `noUnusedParameters` compiler option is enabled
|
2022-03-07 17:21:36 +01:00 |
|
Ferdi Koomen
|
b3530b14fc
|
Merge pull request #975 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.13.0
|
2022-03-01 22:32:04 +01:00 |
|
dependabot[bot]
|
db18eb9e58
|
Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.12.1 to 5.13.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.13.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-03-01 21:27:14 +00:00 |
|
Ferdi Koomen
|
1fb7556e00
|
Merge pull request #976 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-5.13.0
|
2022-03-01 22:26:20 +01:00 |
|
Ferdi Koomen
|
35b64ba8eb
|
Merge pull request #977 from ferdikoomen/dependabot/npm_and_yarn/eslint-8.10.0
|
2022-03-01 22:26:11 +01:00 |
|
dependabot[bot]
|
644f52c3b3
|
Bump eslint from 8.9.0 to 8.10.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.9.0...v8.10.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-01 04:06:02 +00:00 |
|
dependabot[bot]
|
161843458d
|
Bump @typescript-eslint/parser from 5.12.1 to 5.13.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-01 04:05:38 +00:00 |
|
Ferdi Koomen
|
fec6534b91
|
Fixed enum for V2
Bumped version
v0.20.1
|
2022-02-25 22:25:38 +01:00 |
|
Ferdi Koomen
|
9fb432968a
|
- Bumped version
v0.20.0
|
2022-02-25 12:20:25 +01:00 |
|
Ferdi Koomen
|
2f8ae47c2a
|
- Fixed issue with non string values in x-enum flags
|
2022-02-25 12:19:46 +01:00 |
|
Ferdi Koomen
|
a45e1b1586
|
- Fixed unittest
|
2022-02-25 11:55:08 +01:00 |
|
Ferdi Koomen
|
eedadee59e
|
Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen
|
2022-02-25 11:47:31 +01:00 |
|
Ferdi Koomen
|
b32c85e4eb
|
- Fixed quotes in enums
- Fixed better default operation name
- Fixed unittest
|
2022-02-25 11:47:24 +01:00 |
|
Ferdi Koomen
|
54d1bfef2b
|
Merge pull request #965 from nikopavlica/fix-dictionary-composition
Fixes a bug that prevented using complex dictionaries within compositions
|
2022-02-25 11:45:47 +01:00 |
|
Ferdi Koomen
|
ec2c712901
|
Switched to NPM
|
2022-02-11 11:34:48 +01:00 |
|
Ferdi Koomen
|
6f5d0e4fe9
|
Merge pull request #962 from vyobukhov/feature/support-empty-model-properties
Add support for empty model properties that are valid in OpenAPI
|
2022-02-10 10:17:49 +01:00 |
|
Niko Pavlica
|
c88f506be9
|
Fixes a bug that prevented using complex dictionaries within compositions.
|
2022-02-09 22:04:42 +01:00 |
|
Slava Obukhov
|
14b4906e3b
|
Fix tests for empty model properties that are valid in OpenAPI
|
2022-02-09 18:33:59 +01:00 |
|
Slava Obukhov
|
e3421ddcd2
|
Add support for empty model properties that are valid in OpenAPI
|
2022-02-09 17:56:52 +01:00 |
|
Ferdi Koomen
|
14f626fe60
|
- Fixed wrong entry in readme
|
2022-02-07 21:11:11 +01:00 |
|
Ferdi Koomen
|
fce9d907da
|
- Minor change in import order
|
2022-02-07 18:21:46 +01:00 |
|
Ferdi Koomen
|
599ead60c2
|
v0.19.0
v0.19.0
|
2022-02-07 18:16:39 +01:00 |
|
Ferdi Koomen
|
75a648cc4e
|
- Added support for the Angular client with --name parameter
|
2022-02-07 18:16:11 +01:00 |
|
Ferdi Koomen
|
ca1c2a7353
|
v0.18.2
v0.18.2
|
2022-02-05 10:07:09 +01:00 |
|
Ferdi Koomen
|
fcab4b4334
|
- Updated changelog
|
2022-02-05 10:06:49 +01:00 |
|
Ferdi Koomen
|
2adb7f3142
|
- Fixed export type for when using OpenAPI generator
|
2022-02-05 10:01:15 +01:00 |
|
Ferdi Koomen
|
facfe1666b
|
- Added testcases for query parsing
|
2022-02-02 21:20:12 +01:00 |
|
Ferdi Koomen
|
4c21c5107d
|
- Added test cases for CLI
- Upgraded dependencies
|
2022-02-02 20:45:40 +01:00 |
|
Ferdi Koomen
|
1d2d10c39c
|
v0.18.1
v0.18.1
|
2022-01-31 20:05:58 +01:00 |
|
Ferdi Koomen
|
ba151594bc
|
- Testing multiline descripts for params
- Made client and request vars public
|
2022-01-31 20:05:32 +01:00 |
|
Ferdi Koomen
|
58ba24e5bc
|
- Fixed #948
|
2022-01-31 19:38:23 +01:00 |
|
Ferdi Koomen
|
ff132fcf5d
|
Merge pull request #947 from IvanBaricic/patch-1
Update CHANGELOG.md - replace 2021 with 2022
|
2022-01-31 10:48:19 +01:00 |
|
Ivan Baricic
|
5da849c858
|
Update CHANGELOG.md
I mean, the same mistake I often do in January too :-)
|
2022-01-31 09:29:29 +01:00 |
|
Ferdi Koomen
|
5c45280bc7
|
- Updated example in documentation
- Updated imports of Angular request
|
2022-01-28 19:01:00 +01:00 |
|
Ferdi Koomen
|
a8c2ca0cba
|
v0.18.0
v0.18.0
|
2022-01-28 17:43:06 +01:00 |
|
Ferdi Koomen
|
944dc4a409
|
- Adding new version
|
2022-01-28 17:42:45 +01:00 |
|
Ferdi Koomen
|
8d5e458c08
|
Merge pull request #944 from ferdikoomen/feature/angular
Feature/angular
|
2022-01-28 17:35:50 +01:00 |
|
Ferdi Koomen
|
ff1cb27391
|
- Added angular documentation
|
2022-01-28 17:35:12 +01:00 |
|
Ferdi Koomen
|
71fd3ed545
|
- Updated documentation
|
2022-01-28 17:15:55 +01:00 |
|
Ferdi Koomen
|
392fb67322
|
- Updating documentation
|
2022-01-28 16:11:52 +01:00 |
|
Ferdi Koomen
|
ac62141454
|
- Fixed small typo in tests
|
2022-01-28 15:17:21 +01:00 |
|
Ferdi Koomen
|
16cc25bf1e
|
- Updated test cases
- Fixed capture of error body in Angular
|
2022-01-28 10:32:50 +01:00 |
|
Ferdi Koomen
|
8915770ad9
|
- Eslint fixes
|
2022-01-28 00:32:16 +01:00 |
|
Ferdi Koomen
|
017de0e236
|
- Fixed whitespace
|
2022-01-28 00:28:56 +01:00 |
|
Ferdi Koomen
|
8e05e64a72
|
- Fixed Angular client
|
2022-01-28 00:19:01 +01:00 |
|
Ferdi Koomen
|
be3b24832e
|
- Added new version
|
2022-01-26 20:25:47 +01:00 |
|
Ferdi Koomen
|
1271d81e3e
|
v0.17.0
v0.17.0
|
2022-01-26 20:23:05 +01:00 |
|
Ferdi Koomen
|
dc5e69abca
|
Merge branch 'master' into feature/angular
|
2022-01-26 20:22:37 +01:00 |
|
Ferdi Koomen
|
f8a3729d39
|
- Ignrore generated files in jest
|
2022-01-26 20:21:55 +01:00 |
|
Ferdi Koomen
|
b542bc0c60
|
- Missed one shorthand
|
2022-01-26 20:20:50 +01:00 |
|