Graphlib Versions Save

A directed multi-graph library for JavaScript

v3.0.1

6 months ago

v2.1.3

6 years ago

v2.1.2

6 years ago

This is the first release of graphlib from the dagrejs organization.

v2.0.0

8 years ago

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

8 years ago

Add filterNodes to graph API.

v1.0.5

8 years ago

Update to lodash 3.10.0

v1.0.4

8 years ago

Bug fix for isAcyclic and findCycles for self loops.

v1.0.3

9 years ago

Do not include minified JS in main content for bower.

v1.0.2

9 years ago

graph.parent(x) always returns string node ids, similar to the behavior for node queries in other parts of the API.

v1.0.1

9 years ago
  • Rework setEdge to work with PhantomJS, which appears to not respect "use strict" in some contexts (#31).