All Versions
4
Latest Version
Avg Release Cycle
298 days
Latest Release
1708 days ago

Changelog History

  • v0.3.1 Changes

    August 20, 2019
    • Dependencies version bump
  • v0.3.0 Changes

    November 30, 2017

    โž• Added

    • Monadic versions of search algorithms and helper functions
  • v0.2.0 Changes

    May 13, 2017

    ๐Ÿš€ This release marks a major overhaul to the library's interface.

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ BREAKING CHANGE: Simplified return type of dijkstra and aStar.
      • This should make these functions more ergonomic.
      • Introduced new incrementalCosts function to compensate.
    • ๐Ÿ’ฅ BREAKING CHANGE: Replaced searches' prunes arguments with pruning combinator.
    • ๐Ÿ’ฅ BREAKING CHANGE: Split searches' next arguments into multiple arguments for dijkstra and aStar.
      • This should make these functions more ergonomic.
    • next arguments now only require a way of generating Foldables, instead of lists specifically.
  • v0.1.0 Changes

    March 08, 2017
    • ๐ŸŽ‰ Initial release