Skip to content

3.0.0

Compare
Choose a tag to compare
@diegofrata diegofrata released this 12 Jun 12:46
· 4 commits to main since this release
a7fa97d

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