Releases: Encapsule-Annex/jsgraph
v0.7.1
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
v0.6.1 Production Release 0
Important bug fixes for DFT visitor function dispatcher, feature enhancements.
v0.5.14 PR0
Encapsule/jsgraph production release 0 (v0.5.14)
v0.5 RC0 (v0.5.13)
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
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":[]}}}'