Skip to content

Releases: Ne4to/N.SourceGenerators.UnionTypes

v0.28.0: feat: add ExcludeFromCodeCoverage attribute (#36)

02 May 14:21
82e5ca8
Compare
Choose a tag to compare

What’s Changed

  • feat: add ExcludeFromCodeCoverage attribute (#36) @Ne4to

v0.27.0: feat: support netstandard2.0 (#35)

19 Mar 17:49
820c205
Compare
Choose a tag to compare

What’s Changed

Initial GitHub release

30 Oct 19:33
7bbf788
Compare
Choose a tag to compare

What's Changed

  • feat(CI): add tests workflow by @Ne4to in #1
  • feat: add ValueType property by @Ne4to in #2
  • feat: add TryGet value method by @Ne4to in #3
  • feat: add generic type support by @Ne4to in #4
  • feat: add equality members by @Ne4to in #5
  • feat: override ToString method by @Ne4to in #6
  • feat: add benchmark by @Ne4to in #8
  • feat: implement struct unions with StructLayout attribute by @Ne4to in #9
  • feat: add benchmark to measure GetHash by @virzak in #10
  • feat: optimize GetHashCode by @Ne4to in #12
  • refactor: update benchmarks by @Ne4to in #13
  • fix: compilation errors by @Ne4to in #14
  • feat: add converter from one union type to another by @Ne4to in #15
  • feat: do not override existing ToString method by @Ne4to in #17
  • fix: exception in UnionConverterFrom when using two assemblies by @Ne4to in #19
  • fix: Union converter for interface variants by @Ne4to in #22
  • fix: generate variant alias name for generic types by @Ne4to in #24
  • feat: add support for generic unions by @Ne4to in #25
  • fix: generic union internal type check by @Ne4to in #29
  • feat: allow null value by @Ne4to in #30
  • Json serialization by @Ne4to in #31
  • ci: add release workflow by @Ne4to in #32

New Contributors

Full Changelog: https://github.com/Ne4to/N.SourceGenerators.UnionTypes/commits/v0.26.0