Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 504 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 504 Bytes

Changelog

3.0.0

Breaking Changes

  • addServices() and addNewServices() no longer accept group names.
    • Replace addServices('name', services) with addGroupServices('name', services).

Enhancements

  • Added addGroupServices() and addNewGroupServices() to support behavior removed from addServices() and addNewServices().

Technical

  • Tests for basic service instantiation added.
  • CoffeeScript replaced with ES6 transpiled to ES5 via Babel.
  • Added Flow type checker.