Releases: SteveDunn/Vogen
Releases · SteveDunn/Vogen
5.0.5-rc.2
Minor fix to triple-slash comments
Full Changelog: 5.0.5-rc.1...5.0.5-rc.2
5.0.5-rc.1
What's Changed
- Bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in #689
- Improve triple-slash comments
Full Changelog: 5.0.5-beta.3...5.0.5-rc.1
5.0.5-beta.3
What's Changed
- Improve Swashbuckle generated code by @SteveDunn in #694
- Add support for
IXmlSerializer
by @SteveDunn in #695 - Swagger mapping now includes a namespace so that multiple instances can be used without ambiguity (#691)
Full Changelog: 5.0.5-beta.2...5.0.5-beta.3
5.0.5-beta.2
5.0.5-beta1
What's Changed
- Remove unsupported frameworks from the tests by @SteveDunn in #675
- Primitive equality in interface by @SteveDunn in #683
- Primitive comparison analyzer when comparing value objects to primitives in EFCore expressions by @SteveDunn in #685
Full Changelog: 5.0.3...5.0.4-beta.1
5.0.3
What's Changed
- FIX: Nullability mismatch on overridden member by @SteveDunn in #674
Full Changelog: 5.0.2...5.0.3
5.0.2
Full Changelog: 5.0.1...5.0.2
Description
Bug Fixes
- fix: #669
Performance Improvements
- throwhelper implemented by @SteveDunn in #670 - implements #45
5.0.1
What's Changed
- Don't call object.Equals() from '=='-operators but call Equals on the underlying type. by @danielcweber in #659
- Fix issue where incorrect comments emitted for generic underlying types by @SteveDunn in #665
- BREAKING CHANGE: Generate nullability attributes if nullability is enabled by @SteveDunn in #666
Full Changelog: 4.0.19...5.0.1
5.0.0
What's Changed
- Don't call object.Equals() from '=='-operators but call Equals on the underlying type. by @danielcweber in #659
- Fix issue where incorrect comments emitted for generic underlying types by @SteveDunn in #665
- Generate nullability attributes if nullability is enabled by @SteveDunn in #666
Full Changelog: 4.0.19...5.0.0
5.0.0
What's Changed
- Don't call object.Equals() from '=='-operators but call Equals on the underlying type. by @danielcweber in #659
- Fix issue where incorrect comments emitted for generic underlying types by @SteveDunn in #665
- BREAKING CHANGE null annotations if nullability is enabled
Full Changelog: 4.0.19...5.0.0