Releases: felangel/equatable
Releases · felangel/equatable
v0.5.1
27 Sep 02:46
Compare
Sorry, something went wrong.
No results found
Allow const constructors on Equatable class
v0.5.0
27 Sep 02:46
Compare
Sorry, something went wrong.
No results found
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
27 Sep 02:45
Compare
Sorry, something went wrong.
No results found
Update toString to default to runtimeType (#27 )
v0.3.0
15 Jul 05:09
Compare
Sorry, something went wrong.
No results found
Enforce Immutability (#25 )
v0.2.6
31 May 21:30
Compare
Sorry, something went wrong.
No results found
Improved support for collection types (#19 )
v0.2.5
30 May 16:21
Compare
Sorry, something went wrong.
No results found
Improved support for Iterable, List, Map, and Set props (#17 )
v0.2.4
30 May 16:21
Compare
Sorry, something went wrong.
No results found
Additional Minor Documentation Updates
v0.2.3
09 Mar 15:56
Compare
Sorry, something went wrong.
No results found
0.2.3
Documentation Updates
v0.2.2
09 Mar 15:56
Compare
Sorry, something went wrong.
No results found
0.2.2
Bug Fixes:
Equatable instances that are equal now have the same hashCode (#8 )
v0.2.1
25 Feb 00:43
Compare
Sorry, something went wrong.
No results found
0.2.1
Update Dart support to >=2.0.0 <3.0.0