Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 21:48
· 6 commits to master since this release
0a1e379

AutoHashEquals v2.0.0

Diff since v1.0.0

Closed issues:

  • == vs isequal (#18)
  • Register version 1.0 (#23)
  • hash(Type) is not stable across runs (#39)
  • Add a way to specify the type seed (#42)

Merged pull requests:

  • Add typeseed=e parameter to @auto_hash_equals. (#44) (@gafter)
  • Update == and isequal semantics to match NamedTuple's (#45) (@ericphanson)
  • Add tests for hash stability between Julia versions. (#46) (@gafter)