list_diff 1.1.0 copy "list_diff: ^1.1.0" to clipboard
list_diff: ^1.1.0 copied to clipboard

outdated

📃 Calculates a minimal list of operations that convert one list into another if applied in order.

[1.1.0] - 2019-10-09 #

  • BREAKING CHANGE: diff is now asynchronous.
  • Add support for running diff on another isolate by simply setting runOnSeparateIsolate to true.
  • Add isolated.dart example.
  • Better error messages.
  • Revised doc comments.
  • Add readme.

[1.0.1] - 2019-10-09 #

  • Remove unused dependency dart:isolate.

[1.0.0] - 2019-10-09 #

  • Initial release featuring the diff function that takes two lists and returns a list of Operations that turn the first into the second list if applied in order.
11
likes
0
pub points
76%
popularity

Publisher

unverified uploader

📃 Calculates a minimal list of operations that convert one list into another if applied in order.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async

More

Packages that depend on list_diff