1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
webtrees_ynh/sources/vendor/fisharebest/algorithm/CHANGELOG.md

483 B
Raw Blame History

CHANGE LOG

1.3.0 (2016-12-05)

  • Find the connected components of a graph using a depth-first search.

1.2.1 (2016-11-08)

  • Simplify Myers diff by using zero-based array indexes.

1.2.0 (2016-11-07)

  • Fix bug in Myers diff. Thanks to Andreas Brunnschweiler for finding the bug and the fix.
  • Add PHP7.0 to unit tests.

1.1.0 (2015-10-20)

  • Myers diff

1.0.1 (2015-05-15)

  • Exclude test scripts in export.

1.0.0 (2015-02-15)

  • Dijkstra.