Skip to content

Releases: SteveDunn/Vogen

5.0.5-rc.2

02 Nov 09:43
Compare
Choose a tag to compare
5.0.5-rc.2 Pre-release
Pre-release

Minor fix to triple-slash comments
Full Changelog: 5.0.5-rc.1...5.0.5-rc.2

5.0.5-rc.1

01 Nov 08:11
Compare
Choose a tag to compare
5.0.5-rc.1 Pre-release
Pre-release

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

31 Oct 11:42
f03359a
Compare
Choose a tag to compare
5.0.5-beta.3 Pre-release
Pre-release

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

27 Oct 21:44
7645a45
Compare
Choose a tag to compare
5.0.5-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 5.0.4-beta.1...5.0.5-beta.2

5.0.5-beta1

21 Oct 20:38
adcf610
Compare
Choose a tag to compare
5.0.5-beta1 Pre-release
Pre-release

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

26 Sep 15:47
d9653d0
Compare
Choose a tag to compare

What's Changed

  • FIX: Nullability mismatch on overridden member by @SteveDunn in #674

Full Changelog: 5.0.2...5.0.3

5.0.2

25 Sep 04:47
Compare
Choose a tag to compare

Full Changelog: 5.0.1...5.0.2

Description

Bug Fixes

Performance Improvements

5.0.1

23 Sep 11:27
Compare
Choose a tag to compare

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

23 Sep 11:22
Compare
Choose a tag to compare

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

09 Sep 14:59
Compare
Choose a tag to compare
5.0.0 Pre-release
Pre-release

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