Releases: cncjs/cncjs-controller
Releases · cncjs/cncjs-controller
1.4.1
22 Nov 14:52
Compare
Sorry, something went wrong.
No results found
1.4.0
22 Nov 14:17
Compare
Sorry, something went wrong.
No results found
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
09 Oct 14:16
Compare
Sorry, something went wrong.
No results found
Remove workflow context as it will no longer be used in CNCjs (cda1205 )
v1.2.0
04 Oct 09:59
Compare
Sorry, something went wrong.
No results found
Add message
event to send message to client (ba0550f )
v1.1.0
03 Oct 14:51
Compare
Sorry, something went wrong.
No results found
Update workflow state and context to the workflow object (9e85522 )
workflow = {
state : 'idle' , // running|paused|idle
context : { }
} ;
v1.0.1
20 Sep 05:48
Compare
Sorry, something went wrong.
No results found
v1.0.0
20 Sep 04:33
Compare
Sorry, something went wrong.
No results found
Breaking
Change controller.on to controller.addListener
Change controller.off to controller.removeListener
v1.0.0-beta
10 Sep 16:49
Compare
Sorry, something went wrong.
No results found