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 2827fac commit 37cc1abCopy full SHA for 37cc1ab
changelog.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
10
+## [2.1.2] - 2021-01-04
11
+### Added
12
+- New types to default mapping: File and Void
13
+
14
+### Fixed
15
+- If response schema is "empty" (ex: json -> with no content) it will detect as `void instead throw an error.
16
+- Enums in "models" (components) and schemas now generated.
17
18
## [2.1.1] - 2021-01-03
19
20
### Added
0 commit comments