File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.2] - 2021-04-20
11+
12+ ### Added
13+
14+ - CI/CD to docker image (private feed) and GitHub releases #112 , #115
15+ - Documentation to get started
16+ - Published the core packages #110
17+ - Factories support for serializers and deserializers #100
18+ - Documentation comment generation #92
19+ - Submodule with generation samples #106
20+ - Test coverage information in sonarcloud #78
21+
22+ ### Changed
23+
24+ - Fixed a bug where date time offset properties would not be generated properly #116
25+ - Fixed a bug where generating from http/https OpenAPI description would fail #109
26+ - Fixed a bug where simple schema references would not be handled #109
27+ - Removed a dependency on operation id #89
28+ - Fixed a bug where the sonarcloud workflow would fail on external PRs #102
29+ - Fixed a bug where empty class names would fail the generation #88
30+
1031## [ 0.0.1] - 2021-04-20
1132
1233### Added
You can’t perform that action at this time.
0 commit comments