addServices()andaddNewServices()no longer accept group names.- Replace
addServices('name', services)withaddGroupServices('name', services).
- Replace
- Added
addGroupServices()andaddNewGroupServices()to support behavior removed fromaddServices()andaddNewServices().
- Tests for basic service instantiation added.
- CoffeeScript replaced with ES6 transpiled to ES5 via Babel.
- Added Flow type checker.