All Versions
4
Latest Version
Avg Release Cycle
298 days
Latest Release
1503 days ago
Changelog History
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
andaStar
.- This should make these functions more ergonomic.
- Introduced new
incrementalCosts
function to compensate.
- ๐ฅ BREAKING CHANGE: Replaced searches'
prunes
arguments withpruning
combinator. - ๐ฅ BREAKING CHANGE: Split searches'
next
arguments into multiple arguments fordijkstra
andaStar
.- This should make these functions more ergonomic.
next
arguments now only require a way of generatingFoldable
s, instead of lists specifically.
- ๐ฅ BREAKING CHANGE: Simplified return type of
-
v0.1.0 Changes
March 08, 2017- ๐ Initial release