Update toString
to default to runtimeType
(#27)
Enforce Immutability (#25)
Improved support for collection types (#19)
Improved support for Iterable
, List
, Map
, and Set
props (#17)
Additional Minor Documentation Updates
Documentation Updates
Bug Fixes:
Equatable
instances that are equal now have the samehashCode
(#8)
Update Dart support to >=2.0.0 <3.0.0
Add EquatableMixin
and EquatableMixinBase
Enhancements to toString
override
equatable has 0 dependencies
Support Iterable
props
Added toString
override
Documentation Updates
- Performance Tests
Additional Performance Optimizations & Documentation Updates
Performance Optimizations
Bug Fixes
Additional Updates to Documentation.
- Logo Added
Minor Updates to Documentation.
Initial Version of the library.
- Includes the ability to extend
Equatable
and not have to override==
andhashCode
.