Skip to content

v0.2.0

Choose a tag to compare

@devonhollowood devonhollowood released this 13 May 08:14
· 37 commits to main since this release

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.