Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 1.03 KB

0.6.0-beta.1

  • allow mutations to the passed list by copying the list

0.5.1

Relax version constraint on dependeny to diffutil_dart

0.5.0

No changes, remove nullsafety suffix

0.5.0-nullsafety.0

Add null safety

0.4.1

Add Github Actions and more tests

0.4.0

Upgrade diffutil.dart dependency to 1.0.0

0.3.0+1

Documentation fixes

0.3.0

Add DiffUtilSliverList.fromKeyedWidgetList! You can now implicitly a animate changes in a List of Widgets, if every Widget has a unique key.

0.2.1

Fix generic type issue

0.2.0+3

  • Improve sample

0.2.0+2

  • Fix typo in documentation

0.2.0+1

  • Documentation fixes

0.2.0

  • Breaking Change: Remove Support for custom list-like types, made the API too complex and added too little benefit. If there's need I will add specialized Widgets for custom list types.

  • Fix bug where sometimes a wrong item was animated.

  • Update example

0.1.1

Fix example

0.1.0

Depend on latest version of diffutil

0.0.2

Add more metadata

0.0.1

Preview version