Releases: albertorestifo/node-dijkstra
Releases · albertorestifo/node-dijkstra
1.1.1
Changed
- Updated 101 to version
0.16.0
, no breaking changes.
1.1.0
Changed
Graph.prototype.shortestPath()
: when no path is found,null
is retuned
Added
Graph.prototype.shortestPath()
addedreverse
option to return the vertices in reversed order, from finish to start
1.0.1
Fixed accidental global variable in for in
loop
1.0.0
First stable release