Releases: felangel/equatable
Releases · felangel/equatable
v1.2.1
- Fix
hashCode
computation for Iterables
(#74)
- Minor documentation improvements
v1.2.0
- Added
EquatableConfig
for global stringify
configuration (#69)
v1.1.1
- Updates to
EquatableUtils
documentation
v1.1.0
- Fix
hashCode
error when props
is null
(#45)
- Added
stringify
feature (optional toString
override) (#45)
v1.0.3
1.0.3
- Fix
hashCode
collisions for lists within props (#53)
v1.0.2
1.0.2
- Fix internal lint warnings
v1.0.1
1.0.1
- Fix
hashCode
collisions with Map
properties (#43)
v1.0.0
- Update hashCode implementation to use
Jenkins Hash
(#39).
- Documentation Updates
v0.6.1
- Minor documentation updates
v0.6.0
- The
props
getter override is required for both Equatable
and EquatableMixin
- Performance Improvements