Changelog
3.0.0
Component start and stop functions can return promises instead of taking callbacks.
To support this change callback based compnents start functions are no longer varardic, and must always specify both the dependencies and callback arguments, i.e. function start(dependencies, cb) { ... }
.
Bootstrapped systems support export default syntax
Changelog
2.2.0