Skip to content

Prepackaged Version & Promises

Compare
Choose a tag to compare
@jan-ladleif jan-ladleif released this 19 Jun 12:32
· 16 commits to master since this release
051b7fa

Version 0.6.* brings two notable changes, both of which are thoroughly described in the updated README.

1. bpmn-js Native Promises

Since bpmn-js has now also implemented a promise interface, we adapted ours to them.
The only change is that the optional choreography ID is now specified as a string instead of an object as before:

modeler.importXML(xml, '_choreo1') \\ ...

2. Pre-Packaged Version

We now offer chor-js as a pre-packaged library that is very easy to include in your projects.
Please refer to the README for details!