v0.2.0
This release marks a major overhaul to the library's interface.
Changed
- BREAKING CHANGE: Simplified return type of
dijkstraandaStar.- This should make these functions more ergonomic.
- Introduced new
incrementalCostsfunction to compensate.
- BREAKING CHANGE: Replaced searches'
prunesarguments withpruningcombinator. - BREAKING CHANGE: Split searches'
nextarguments into multiple arguments fordijkstraandaStar.- This should make these functions more ergonomic.
nextarguments now only require a way of generatingFoldables, instead of lists specifically.