Skip to content

Commit

Permalink
doc(all): Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectlyNormal committed Dec 24, 2023
1 parent 332d4fe commit 28e6c6e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.8.1] - 2023-12-24

### Fixed

- Add default maps from `System.Double` to `number` and `System.TimeSpan` to `string` (#19)
Expand All @@ -16,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve error logging if a type fails to convert (#20)
- Update xunit to v2.6.4
- Update xunit.runner.visualstudio to v2.5.6
- Update xunit.runner.visualstudio to v2.5.6
- Update xunit.analyzers to v1.8.0

## [0.8.0] - 2023-12-05
Expand Down Expand Up @@ -85,13 +86,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Move code from tool into library for better sharing

## [0.3.1] - 2023-06-12

### Added

- Add the dotnet-tool

### Fixed

- Add more null checks
Expand All @@ -116,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add support for mapping `Dictionary<TKey, TValue>` to TypeScript

### Fixed

- Fix compiler warnings
Expand All @@ -133,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[unreleased]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.8.0...HEAD
[unreleased]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.5.1...v0.6.0
Expand Down

0 comments on commit 28e6c6e

Please sign in to comment.