Skip to content

Commit 2117551

Browse files
authored
chore: v2.0.5 (#150)
1 parent c5f1bbe commit 2117551

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.5
2+
3+
- fix: resolves `T not a subtype of type 'Comparable<dynamic>'` when computing `hashCode`
4+
15
# 2.0.4
26

37
- fix: use `SplayTreeSet` to resolve inconsistent `hashCode` for properties of type `Set` ([#142](https://github.com/felangel/equatable/issues/142))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: equatable
22
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
3-
version: 2.0.4
3+
version: 2.0.5
44
repository: https://github.com/felangel/equatable
55
issue_tracker: https://github.com/felangel/equatable/issues
66
homepage: https://github.com/felangel/equatable

0 commit comments

Comments
 (0)