Skip to content

Releases: SteveDunn/Vogen

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

4.0.19

21 Aug 05:55
986f494
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.18...4.0.19

4.0.18

17 Aug 14:14
3b3c04f
Compare
Choose a tag to compare

What's Changed

  • Explicitly override System.Formats.Asn1 by @danielcweber in #656
  • Don't call object.Equals() from '=='-operators but use Equals implementations on the type. by @danielcweber in #655

Full Changelog: 4.0.17...4.0.18

4.0.17

06 Aug 11:58
0d37a05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.16...4.0.17

4.0.16

30 Jul 07:44
9f22002
Compare
Choose a tag to compare

What's Changed

  • Add CA1036 Suppressor by @viceroypenguin in #652
  • Add BSON serialization by @SteveDunn in #645
  • Add an analyzer to check for user-thrown keywords in NormalizeInput and Validate methods by @SteveDunn in #647
  • Add the ability to switch off generating IVogen interface but still derive from it by @SteveDunn in #648

Full Changelog: 4.0.15...4.0.16

4.0.15

20 Jul 09:55
Compare
Choose a tag to compare

fix: #625 - fix issue in naming of marker interfaces for EFCore converters
Full Changelog: 4.0.14...4.0.15

4.0.14

16 Jul 10:43
fc580aa
Compare
Choose a tag to compare

What's Changed

  • Implicit casts from the primitive now call the NormalizeInput method if one is provided by @SteveDunn in #641

Full Changelog: 4.0.13...4.0.14

4.0.13

13 Jul 08:59
80556d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.12...4.0.13

4.0.12

21 Jun 14:30
Compare
Choose a tag to compare

Minor update to comments in generated code to fix crefs