Skip to content

Releases: dagrejs/graphlib

v3.0.1: Merge pull request #158 from dagrejs/index

17 Nov 09:39
eb6f40f
Compare
Choose a tag to compare

Move npm package to @dagrejs organization

26 Dec 13:32
Compare
Choose a tag to compare
v2.1.3

Prep v2.1.3 release

Move to dagrejs organization

26 Dec 13:11
Compare
Choose a tag to compare

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

v2.0.0

23 Nov 02:10
Compare
Choose a tag to compare

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

10 Jul 17:36
Compare
Choose a tag to compare

Add filterNodes to graph API.

v1.0.5

08 Jul 13:59
Compare
Choose a tag to compare

Update to lodash 3.10.0

v1.0.4

22 May 02:07
Compare
Choose a tag to compare

Bug fix for isAcyclic and findCycles for self loops.

v1.0.3: Remove minified js from bower

15 May 02:21
Compare
Choose a tag to compare

Do not include minified JS in main content for bower.

v1.0.2

15 May 02:17
Compare
Choose a tag to compare

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

v1.0.1

29 Oct 13:12
Compare
Choose a tag to compare
  • Rework setEdge to work with PhantomJS, which appears to not respect "use strict" in some contexts (#31).