Skip to content

Releases: nullivex/infant

0.8.1

29 Sep 21:13
Compare
Choose a tag to compare
  • Lifecycle will only call items with registered start or shutdown handlers

0.8.0

29 Sep 19:11
Compare
Choose a tag to compare
  • Lifecycle helper now takes an optional name
  • Lifecycle helper is now an event emitter (useful for loggin)
  • Added tests against the Lifecycle helper
  • There is a breaking change to the lifecycle helper, where removals require
    the title to be specified

0.7.0

29 Sep 08:31
Compare
Choose a tag to compare
  • Improved worker setup helper to include graceful startup and shutdown
  • Child.fork now supports timeouts on runOnce processes

0.6.0

27 Sep 08:34
Compare
Choose a tag to compare
  • Lots of documentation cleanup
  • require('infant').Cluster now available for raw class access
  • Added Lifecycle helper for building startup and shutdown sequences

0.5.0

27 Sep 02:16
Compare
Choose a tag to compare
  • Initial release