Skip to content

Releases: felangel/equatable

v0.5.1

27 Sep 02:46
Compare
Choose a tag to compare
  • Allow const constructors on Equatable class

v0.5.0

27 Sep 02:46
Compare
Choose a tag to compare
  • 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
1242290
Compare
Choose a tag to compare
  • Update toString to default to runtimeType (#27)

v0.3.0

15 Jul 05:09
Compare
Choose a tag to compare
  • Enforce Immutability (#25)

v0.2.6

31 May 21:30
Compare
Choose a tag to compare

Improved support for collection types (#19)

v0.2.5

30 May 16:21
Compare
Choose a tag to compare
  • Improved support for Iterable, List, Map, and Set props (#17)

v0.2.4

30 May 16:21
8065e31
Compare
Choose a tag to compare

Additional Minor Documentation Updates

v0.2.3

09 Mar 15:56
Compare
Choose a tag to compare

0.2.3

Documentation Updates

v0.2.2

09 Mar 15:56
Compare
Choose a tag to compare

0.2.2

Bug Fixes:

  • Equatable instances that are equal now have the same hashCode (#8)

v0.2.1

25 Feb 00:43
Compare
Choose a tag to compare

0.2.1

Update Dart support to >=2.0.0 <3.0.0