Releases: Ne4to/N.SourceGenerators.UnionTypes
Releases · Ne4to/N.SourceGenerators.UnionTypes
v0.28.0: feat: add ExcludeFromCodeCoverage attribute (#36)
v0.27.0: feat: support netstandard2.0 (#35)
Initial GitHub release
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