2.1.0 – Perfomances
The focus of this release is performance.
The algorithm implementation has been rewritten to use more efficient mechanics.
Added
Graph#path
can now accept acost
option and return an object containing the cost of the found path
Deprecated
Graph#addVertex
, useGraph#addNode
insteadGraph#shortestPath
, useGraph#path
instead