Skip to content

Releases: monitosjs/monitos

v1.0.0

16 Nov 18:13
Compare
Choose a tag to compare

First major release of Monitos. The highlighted changes break backwards compatibility.

  • feat: remove unnecessary 1st argument monito
  • feat: rename the event emit to transition
  • feat: constructor accepts one single options object
  • feat: extend error and end events
  • refactor: drop lodash
  • refactor: improved loop function
  • refactor: simplify shopper example, remove modules
  • fix: stop a challenge as soon as we have a success
  • chore: update module dependencies
  • docs: improve README.md
  • test: disabled the benchmark

v0.3.3

17 Oct 19:10
Compare
Choose a tag to compare
  • refactor: remove setImmediate in favor of a better usage of process.nextTick

v0.3.2

17 Oct 18:18
Compare
Choose a tag to compare
  • fix: use process.nextTick in start() to make sure the order the event state always gets caught

v0.3.1

17 Oct 14:25
Compare
Choose a tag to compare
  • fix: use setImmediate() instead of process.nextTick() to let I/O callbacks to their thing

v0.3.0

23 Sep 13:36
Compare
Choose a tag to compare
  • Feat: set custom challenges for state transitions
  • Feat: set functions as challenges

v0.2.1

22 Sep 14:14
Compare
Choose a tag to compare
  • Fix: set the right main property in package.json

v0.2.0

22 Sep 13:05
Compare
Choose a tag to compare

First stable release.

v0.1.2

22 Sep 13:05
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Minor improvements in documentation and unit tests.

v0.1.1

22 Sep 13:05
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Initial release