Skip to content

Releases: PathwayCommons/sbgnml-to-cytoscape

Empty Results Fix

18 Jun 19:15
Compare
Choose a tag to compare

Properly handles the cases when the processed xml would be returned as a single object instead of an array.

Build tool compatibility

23 Mar 18:07
Compare
Choose a tag to compare

Did not work with Browserify/Webpack because of ES6. Points the main file to the compiled dist.

Void

21 Mar 21:07
Compare
Choose a tag to compare
  • Rewrites the converter to be compatible with node.
  • Does not depend on the DOMParser in the browser to parse sbgnml
  • Compartments are not automatically set as the parent node for child nodes that happen to be within the compartments bounding box

Abyssal

28 Feb 18:36
Compare
Choose a tag to compare

Minor API changes and bug fixes

API Changes

  • node and edge data is namespaced under 'sbgn' instead of the global namespace (this will allow less conflicts with other cytoscape.js extensions who populate the global namespace with common names such as id, class, etc.
  • state variables and units of information are kept in their own separate arrays instead of one
  • auxiliary items had a 'clazz' field which has been changed to 'class'

v1.1.1

11 Jan 18:59
Compare
Choose a tag to compare
  • Adds proper error handling to the DOMParser so that it throws errors when text could not be parsed correctly

1.1.0

11 Jan 18:57
Compare
Choose a tag to compare

Initial release