Skip to content

Releases: felangel/equatable

v1.2.1

11 Jul 03:00
Compare
Choose a tag to compare
  • Fix hashCode computation for Iterables (#74)
  • Minor documentation improvements

v1.2.0

11 Jul 02:58
a4f1ec4
Compare
Choose a tag to compare
  • Added EquatableConfig for global stringify configuration (#69)

v1.1.1

02 Mar 21:30
Compare
Choose a tag to compare
  • Updates to EquatableUtils documentation

v1.1.0

10 Feb 15:03
Compare
Choose a tag to compare
  • Fix hashCode error when props is null (#45)
  • Added stringify feature (optional toString override) (#45)

v1.0.3

24 Jan 23:25
Compare
Choose a tag to compare

1.0.3

  • Fix hashCode collisions for lists within props (#53)

v1.0.2

24 Jan 23:23
Compare
Choose a tag to compare

1.0.2

  • Fix internal lint warnings

v1.0.1

24 Jan 23:22
90e970e
Compare
Choose a tag to compare

1.0.1

  • Fix hashCode collisions with Map properties (#43)

v1.0.0

19 Nov 02:13
4d8aff3
Compare
Choose a tag to compare
  • Update hashCode implementation to use Jenkins Hash (#39).
  • Documentation Updates

v0.6.1

19 Nov 02:12
Compare
Choose a tag to compare
  • Minor documentation updates

v0.6.0

27 Sep 02:46
71e9896
Compare
Choose a tag to compare
  • The props getter override is required for both Equatable and EquatableMixin
  • Performance Improvements