Releases: cncjs/cncjs-controller
Releases · cncjs/cncjs-controller
1.4.0
What's Changed
- feat: enhance project configuration with modern setup by @cheton in #6
Full Changelog: v1.3.0...1.4.0
v1.3.0
Remove workflow context as it will no longer be used in CNCjs (cda1205)
v1.2.0
Add message
event to send message to client (ba0550f)
v1.1.0
Update workflow state and context to the workflow object (9e85522)
workflow = {
state: 'idle', // running|paused|idle
context: {}
};
v1.0.0
Breaking
- Change controller.on to controller.addListener
- Change controller.off to controller.removeListener