Skip to content

0.5.0

Compare
Choose a tag to compare
@vbfox vbfox released this 21 Sep 12:32
· 162 commits to master since this release
  • Predefined types like int are now compared with their operators instead
    of relying on Equals.
    Issue #36.
  • BUGFIX: Correct code is now generated for != on underlying types that
    don't have a != operator.
    Issue #35.