Releases: dagrejs/graphlib
Releases · dagrejs/graphlib
v3.0.1: Merge pull request #158 from dagrejs/index
Adding a top level index file
Move npm package to @dagrejs organization
v2.1.3
Prep v2.1.3 release
Move to dagrejs organization
This is the first release of graphlib from the dagrejs organization.
v2.0.0
Make preorder
and postorder
use successors
for navigation when used with directed graphs. This is a backwards incompatible change. Previously neighbors
was used for both directed and undirected graphs.
v1.0.6
Add filterNodes
to graph API.
v1.0.4
Bug fix for isAcyclic
and findCycles
for self loops.
v1.0.3: Remove minified js from bower
Do not include minified JS in main content for bower.
v1.0.2
graph.parent(x) always returns string node ids, similar to the behavior for node queries in other parts of the API.
v1.0.1
- Rework setEdge to work with PhantomJS, which appears to not respect "use strict" in some contexts (#31).