Skip to content

Version 0.8

Choose a tag to compare

@biqqles biqqles released this 13 Apr 16:11
· 89 commits to master since this release
  • Breaking change: you now need to use Hashed to mark fields that are to be included in __hash__ (#26)
  • Performance of generated __hash__ significantly improved (#26)
  • Mypy support is here! (#24)
  • Several bug fixes regarding inheritance (#27, #29)
  • super() will now work properly in overridden methods (#35)