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