Commit 6f1abb6
Release 10.0.3 (#427)
* fix: problem with default http request headers in axios client
* feat: improve type declaration for inline types; fix: nullable option for objects
* fix: problem with sortTypes option; docs: update CHANGELOG
* docs: update README linked with custom templates
* feat: separate data-contracts.ejs onto 4 pieces (enum, interface, type, jsdoc)
* fix createFormData code duplication (#392)
* chore: add title for DC in jsdoc; internal: add templates for future improvements
* fix: problem with host.fileExists is not a function
chore: set all deps as fixed versions
* fix: order of headers in fetch http client
* fix: max file size for axios (fetching swagger file)
* fix: fs.rmSync usage
* fix: getNewLine, readFile in LanguageServicehost (ts)
* docs: add docs for unwrapResponseData flag
* fix: problems with nested required properties based with upper required properties
* chore: refresh test generated schemas
* bump: up version to 10.0.3, update CHANGELOG
* docs: update changelog
* test: add module assertions in spec tests
* chore: remove useless trailing whitespaces which make test edit harder (#422)
* fix: replace CRLF -> LF (unix support)
* fix: replace CRLF -> LF (unix support) (test schemas)
* docs: add missing addReadonly property
* chore: add logging (project version, node version, npm version)
* bump: up version to 10.0.3; docs: update CHANGELOG
Co-authored-by: Oleg Kuzava <[email protected]>
Co-authored-by: Quentin Brunet <[email protected]>1 parent f9bc7d1 commit 6f1abb6
File tree
85 files changed
+50797
-247
lines changed- src
- translators
- utils
- templates
- base
- default
- modular
- tests
- helpers
- spec
- axiosSingleHttpClient
- axios
- defaultAsSuccess
- defaultResponse
- enumNamesAsValues
- extractRequestBody
- extractRequestParams
- extractResponseBody
- extractResponseError
- modular
- expected
- generated
- moduleNameFirstTag
- moduleNameIndex
- noClient
- object-types
- partialBaseTemplate
- partialDefaultTemplate
- patch
- readonly
- responses
- routeTypes
- singleHttpClient
- specProperty
- 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.
85 files changed
+50797
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
| |||
0 commit comments