Commit a6f16d7
Release 10.0.0 (#294)
* Feature: allow passing "patch" option to "swagger2openapi" (#283)
Co-authored-by: cassel <[email protected]>
* Loads prettier config from user's project (#286)
* fix: problem with missing HttpResponse type with --to-js option
* fix: missing extractRequestBody field in type
* fix(reject): fix reject and exit with code 1 if error (#295)
* fix(reject): fix reject and exit with code 1 if error
* feat: add a parameter to sort types and types properties (#299)
Co-authored-by: rcatoio <[email protected]>
* feat: add an option to disable throwing an error when request.ok is not true (#297)
Co-authored-by: rcatoio <[email protected]>
Co-authored-by: Sergey S. Volkov <[email protected]>
* fix: fix missing `title` of object type (#303)
* chore: refresh auto generated code; chore: add axios to dev deps
* bump: up to 9.3.0
* bump: up to 9.3.1; fix: axios
* chore: fix typo (#376)
* 304 Support readOnly properties (#365)
* allow mutually exclusive input options (#327)
Co-authored-by: Sergey S. Volkov <[email protected]>
* Update fetch-http-client.eta (#329)
* BREAKING_CHANGE: add --extract-response-body option; bump: version to 9.4.0
* feat: added authorization token to headers
Co-authored-by: MarcinFilipek <[email protected]>
* feat: --extract-response-error option
* chore: refresh code gen tests
* fix: change COMPLEX_NOT_OF to COMPLEX_NOT (#356)
* Fix request format and allow for files in request - With code review changes (#350)
* fix pick format
allow for file array in form data requests
* fixed code review suggestions
Co-authored-by: Daniele De Matteo <[email protected]>
Co-authored-by: Sergey S. Volkov <[email protected]>
* Pass through required properties to allOf/anyOf/oneOf children (#342)
* Pass through required properties to allOf children
* extend fix to anyOf and oneOf
* fix: account for children making parent fields required
Co-authored-by: Anders Cassidy <[email protected]>
Co-authored-by: Daniel Playfair Cal <[email protected]>
Co-authored-by: Sergey S. Volkov <[email protected]>
* Add option to change main Api class name (#320)
* Update api.eta
* Update index.d.ts
* Update index.js
* Update index.js
* Update config.js
Co-authored-by: Sergey S. Volkov <[email protected]>
* fix: missing stringifyFormItem method; bump: up version to 10.0.0
* docs: update docs, changelog, fix: problem with complex types (makeAddRequiredToChildSchema)
Co-authored-by: Xavier Cassel <[email protected]>
Co-authored-by: cassel <[email protected]>
Co-authored-by: Adrian Wieprzkowicz <[email protected]>
Co-authored-by: EvgenBabenko <[email protected]>
Co-authored-by: RoCat <[email protected]>
Co-authored-by: rcatoio <[email protected]>
Co-authored-by: 卡色 <[email protected]>
Co-authored-by: 江麻妞 <[email protected]>
Co-authored-by: Kasper Moskwiak <[email protected]>
Co-authored-by: Ben Watkins <[email protected]>
Co-authored-by: bonukai <[email protected]>
Co-authored-by: baggoedw <[email protected]>
Co-authored-by: Marcus Dunn <[email protected]>
Co-authored-by: Daniele De Matteo <[email protected]>
Co-authored-by: Daniel Playfair Cal <[email protected]>
Co-authored-by: Anders Cassidy <[email protected]>
Co-authored-by: Daniel Playfair Cal <[email protected]>1 parent 02b5a02 commit a6f16d7
File tree
99 files changed
+41116
-7725
lines changed- src
- utils
- templates
- base/http-clients
- default
- modular
- tests
- generated
- v2.0
- v3.0
- schemas/v3.0
- spec
- axiosSingleHttpClient
- axios
- defaultAsSuccess
- defaultResponse
- enumNamesAsValues
- extractRequestBody
- extractRequestParams
- extractResponseBody
- extractResponseError
- jsAxios
- js
- modular
- moduleNameFirstTag
- moduleNameIndex
- partialBaseTemplate
- partialDefaultTemplate
- patch
- readonly
- responses
- singleHttpClient
- templates
- typeSuffixPrefix
- unionEnums
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+41116
-7725
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
3 | 36 | | |
4 | 37 | | |
5 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
42 | | - | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | 63 | | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | | - | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
| 108 | + | |
103 | 109 | | |
104 | 110 | | |
105 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 1 | + | |
17 | 2 | | |
18 | 3 | | |
19 | 4 | | |
| |||
25 | 10 | | |
26 | 11 | | |
27 | 12 | | |
28 | | - | |
| 13 | + | |
29 | 14 | | |
30 | 15 | | |
31 | 16 | | |
| |||
88 | 73 | | |
89 | 74 | | |
90 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
| |||
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
115 | 142 | | |
116 | 143 | | |
| 144 | + | |
| 145 | + | |
117 | 146 | | |
118 | 147 | | |
119 | 148 | | |
| |||
126 | 155 | | |
127 | 156 | | |
128 | 157 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 158 | + | |
133 | 159 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 160 | + | |
137 | 161 | | |
138 | 162 | | |
139 | 163 | | |
| |||
210 | 234 | | |
211 | 235 | | |
212 | 236 | | |
213 | | - | |
214 | | - | |
215 | | - | |
| 237 | + | |
216 | 238 | | |
217 | 239 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 240 | + | |
221 | 241 | | |
222 | 242 | | |
223 | 243 | | |
| |||
323 | 343 | | |
324 | 344 | | |
325 | 345 | | |
| 346 | + | |
326 | 347 | | |
327 | 348 | | |
328 | 349 | | |
| |||
341 | 362 | | |
342 | 363 | | |
343 | 364 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 365 | + | |
348 | 366 | | |
349 | 367 | | |
350 | 368 | | |
351 | 369 | | |
352 | 370 | | |
353 | 371 | | |
354 | 372 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 373 | + | |
| 374 | + | |
363 | 375 | | |
364 | 376 | | |
365 | 377 | | |
| |||
370 | 382 | | |
371 | 383 | | |
372 | 384 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
| 385 | + | |
379 | 386 | | |
380 | 387 | | |
381 | 388 | | |
| |||
385 | 392 | | |
386 | 393 | | |
387 | 394 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
| 395 | + | |
0 commit comments