We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919c3a5 commit dd7158dCopy full SHA for dd7158d
changelog.md
@@ -6,9 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+
10
+## [2.1.1] - 2021-01-03
11
12
### Added
13
- Now `-v` is available as parameter as `--version` alias.
14
15
+### Changed
16
+- Auto-generated types (parameters, request body, ... without explicit declaration) forced to to CapitalCase (UpperCamelCase).
17
+> Please check and update your code after generate the template.
18
19
+### Fixed
20
+- "Native" types previously was generating a new model in parameters or other cases.
21
22
## [2.1.0] - 2021-01-02
23
24
### Changed
0 commit comments