Skip to content

Releases: felangel/equatable

v2.0.5

19 Aug 13:56
2117551
Compare
Choose a tag to compare
  • fix: resolves T not a subtype of type 'Comparable<dynamic>' when computing hashCode

v2.0.4

19 Aug 02:48
cf498ac
Compare
Choose a tag to compare
  • fix: use SplayTreeSet to resolve inconsistent hashCode for properties of type Set (#142)

v2.0.3

14 Jun 21:48
a9ef485
Compare
Choose a tag to compare
  • fix: revert EquatableMixin == to use Object (#122)

v2.0.2

20 May 04:13
Compare
Choose a tag to compare
  • fix: Map prop with non-comparable key

v2.0.1

20 May 04:13
Compare
Choose a tag to compare
  • fix: hashCode should be the same for equal objects (Map fix)

v2.0.0

02 Mar 05:38
d7f5053
Compare
Choose a tag to compare
  • BREAKING: opt into null safety
    • feat!: upgrade Dart SDK constraints to >=2.12.0-0 <3.0.0
  • BREAKING: stringify prints "null" for null properties instead of ""
  • feat: EquatableConfig.stringify defaults to true in debug mode.
  • fix: support legacy equality overrides with EquatableMixin
  • fix: iterable equality comparisons (#101)
  • fix: stringify instance with long properties (#94)
  • chore: update dependencies
    • collection: ^1.15.0
    • meta: ^1.3.0
  • docs: minor updates to README and example

v2.0.0-nullsafety.4

02 Mar 05:38
d7f5053
Compare
Choose a tag to compare
v2.0.0-nullsafety.4 Pre-release
Pre-release
  • feat: EquatableConfig.stringify defaults to true in debug mode.
  • fix: support legacy equality overrides with EquatableMixin

v2.0.0-nullsafety.3

08 Feb 05:55
Compare
Choose a tag to compare
v2.0.0-nullsafety.3 Pre-release
Pre-release
  • chore: update dependencies
    • collection: ^1.15.0
    • meta: ^1.3.0

v2.0.0-nullsafety.2

08 Feb 05:50
Compare
Choose a tag to compare
v2.0.0-nullsafety.2 Pre-release
Pre-release
  • fix: iterable equality comparisons (#101)
  • fix: stringify instance with long properties (#94)

v1.2.6

08 Feb 05:32
Compare
Choose a tag to compare
  • fix: iterable equality comparisons (#101)
  • fix: stringify instance with long properties (#94)