Skip to content

2.0.0

Compare
Choose a tag to compare
@mxcl mxcl released this 18 Jan 18:42
· 25 commits to master since this release
a94b48f

Buildmetadata is ignored for Equatable. Previously we only ignored it for Comparable. Revisiting the spec indicates this was incorrect. Major version bump due to this being a behavioral change.

This impacts how eg. dictionaries and sets will behave too since Hashable needs to behave the same as ==. See the README for details.