Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@matthieu-beteille matthieu-beteille released this 05 Dec 13:38
· 5 commits to master since this release
b99ffc2

3.0.0 (2017-12-05)

Features

  • api: update effects shape, now an array of maps (96a5728)

BREAKING CHANGES

  • api: Effects used to be a map like { effectKey: params, effect2Key: params2 }, now
    should become an array of [{ effect: 'effectKey', ...params }, { effect: 'effect2Key', ...params2 }]

1