File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11name : equatable
22description : 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
44repository : https://github.com/felangel/equatable
55issue_tracker : https://github.com/felangel/equatable/issues
66homepage : https://github.com/felangel/equatable
You can’t perform that action at this time.
0 commit comments