Skip to content

Releases: Encapsule-Annex/jsgraph

v0.7.1

19 Apr 08:21
Compare
Choose a tag to compare

Travis CI configuration for latest Node.js v6.10.x LTS and v7.10.x current releases, fix a single test break caused by upgrading tests to latest Node.js releases, add links to new & improved documentation posted on the Encapsule Project website.

No changes to API or functionality of the library.

v0.7.0

22 Sep 00:57
Compare
Choose a tag to compare

Update to directed graph container class DirectedGraph JSON serialization methods to correct incorrect semantic of method toJSON. Minor updates to documentation.

v0.6.1 Production Release 0

18 Nov 21:57
Compare
Choose a tag to compare

Important bug fixes for DFT visitor function dispatcher, feature enhancements.

v0.5.14 PR0

16 Jul 03:30
Compare
Choose a tag to compare

Encapsule/jsgraph production release 0 (v0.5.14)

v0.5 RC0 (v0.5.13)

15 Jul 07:31
Compare
Choose a tag to compare
v0.5 RC0 (v0.5.13) Pre-release
Pre-release

Twenty one day sprint to take care of a bunch of usability, performance, and documentation issues in jsgraph. Now really quite cool I think.

v0.4.0 JSON I/O update, bug fixes

27 May 08:47
Compare
Choose a tag to compare

Breaking change for persisted JSON data (e.g. in a file or database): I've simplified the JSON export format and broken backwards compatibility with v0.3.0 JSON export format. Substantially the format is unchanged with only minor changes to the outer object namespaces. Latest looks like this:

var digraph = new jsgraph.DirectedGraph()
digraph.toJSON()
'{"jsgraph":{"digraph":{"vertices":[],"edges":[]}}}'