Skip to content

Releases: cncjs/cncjs-controller

1.4.1

22 Nov 14:52
Compare
Choose a tag to compare

What's Changed

fix: enforce ES module export by @cheton in 5ec6e09

Full Changelog: 1.4.0...1.4.1

1.4.0

22 Nov 14:17
Compare
Choose a tag to compare

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
Choose a tag to compare

Remove workflow context as it will no longer be used in CNCjs (cda1205)

v1.2.0

04 Oct 09:59
Compare
Choose a tag to compare

Add message event to send message to client (ba0550f)

v1.1.0

03 Oct 14:51
Compare
Choose a tag to compare

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
Choose a tag to compare

Bump to 1.0.1

v1.0.0

20 Sep 04:33
Compare
Choose a tag to compare

Breaking

  • Change controller.on to controller.addListener
  • Change controller.off to controller.removeListener

v1.0.0-beta

10 Sep 16:49
Compare
Choose a tag to compare
v1.0.0-beta