Skip to content

Releases: albertorestifo/node-dijkstra

1.1.1

07 May 08:58
Compare
Choose a tag to compare

Changed

  • Updated 101 to version 0.16.0, no breaking changes.

1.1.0

13 Apr 07:32
Compare
Choose a tag to compare

Changed

  • Graph.prototype.shortestPath(): when no path is found, null is retuned

Added

  • Graph.prototype.shortestPath() added reverse option to return the vertices in reversed order, from finish to start

1.0.1

12 Apr 20:12
Compare
Choose a tag to compare

Fixed accidental global variable in for in loop

1.0.0

12 Apr 18:49
Compare
Choose a tag to compare

First stable release