Releases: nullivex/infant
Releases · nullivex/infant
0.8.1
- Lifecycle will only call items with registered start or shutdown handlers
0.8.0
- 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
- Improved worker setup helper to include graceful startup and shutdown
- Child.fork now supports timeouts on runOnce processes
0.6.0
- Lots of documentation cleanup
require('infant').Cluster
now available for raw class access
- Added Lifecycle helper for building startup and shutdown sequences