Releases: diegofrata/Generator.Equals
Releases · diegofrata/Generator.Equals
3.2.0
3.2.0-alpha1
3.1.1
What's Changed
- chore: add license information to Directory.Build.props by @diegofrata in #59
Full Changelog: 3.1.0...3.1.1
3.1.0
3.0.1
What's Changed
- fix: Generator.Equals can't handle IEnumerable when it should by @diegofrata in #54
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Breaking API change to support base type comparison by @diegofrata in #51
There was a bug in the generator that affected a very special scenario of comparing base types of derived types that used use Generator.Equals. To fix this we had to change the public signature of the Equals method -- it's a breaking ABI change, so it requires a major release, but you should not see any issues when recompiling your code.
More information on #40 and #38
Full Changelog: 2.7.6...3.0.0
2.7.6
What's Changed
- Fixes null reference exception coming from System.HashCode in .NET 4.7 by @diegofrata in #47
Full Changelog: 2.7.5...2.7.6
2.7.5
2.7.4
What's Changed
- Fix the IEquatable implementation so it works when comparing using base types by @diegofrata in #42
Full Changelog: 2.7.3...2.7.4
2.7.3
What's Changed
- Ensures specified equality comparers are used everywhere by @diegofrata in #41
Full Changelog: 2.7.2...2.7.3