Skip to content

Commit 834d167

Browse files
authored
chore: v2.0.7 (#191)
1 parent 2966a36 commit 834d167

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.7
2+
3+
- revert: `equals` in `equatable_utils` ([#190](https://github.com/felangel/equatable/issues/190))
4+
- fix: explicitly handle num equality comparisons ([#189](https://github.com/felangel/equatable/issues/189))
5+
16
# 2.0.6
27

38
- perf: improve equality comparison performance ([#173](https://github.com/felangel/equatable/issues/173))

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.6
3+
version: 2.0.7
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)