Releases: felangel/equatable
Releases · felangel/equatable
v0.5.1
- Allow const constructors on
Equatable
class
v0.5.0
- Removed
EquatableMixinBase
(now covered by EquatableMixin
).
- Typed
EquatableMixin
from List<dynamic>
to List<Object>
to fix linter
issues with implicit-dynamic: false
.
v0.4.0
- Update
toString
to default to runtimeType
(#27)
v0.3.0
- Enforce Immutability (#25)
v0.2.6
Improved support for collection types (#19)
v0.2.5
- Improved support for
Iterable
, List
, Map
, and Set
props (#17)
v0.2.4
Additional Minor Documentation Updates
v0.2.3
0.2.3
Documentation Updates
v0.2.2
0.2.2
Bug Fixes:
Equatable
instances that are equal now have the same hashCode
(#8)
v0.2.1
0.2.1
Update Dart support to >=2.0.0 <3.0.0