Skip to content

Commit b8c8c87

Browse files
authored
Merge pull request #119 from microsoft/release/0.0.2
- adds the changelog for the 0.0.2 release
2 parents c5e198f + a842460 commit b8c8c87

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)