Skip to content

Commit

Permalink
v4.0.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami authored Jul 9, 2023
1 parent 940ab4d commit f757e8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.0.0

- Fix bug that caused wrong update list to be returned when the list would contain duplicate items (see https://github.com/knaeckeKami/diffutil.dart/issues/15)
- BREAKING: add sealed class modifiers to data classes, require Dart 3.0

## 3.0.0


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: diffutil_dart
description: Calculate the difference between two lists as list of edit operations. Used for example for implicitly animating Flutter lists without having to maintain a StatefulWidget.
version: 3.0.0
version: 4.0.0
homepage: https://github.com/knaeckeKami/diffutil.dart

environment:
Expand Down

0 comments on commit f757e8f

Please sign in to comment.