Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

53 lines (23 loc) · 1.6 KB

2.1.0 (2019-01-10)

Features

  • add inital support for orgs (f56fc15)

2.0.5 (2019-01-04)

Bug Fixes

  • Cannot read property 'getCookiesSync' of undefined (ff8aa18)

2.0.4 (2018-12-30)

Bug Fixes

  • cache: move cache folder and ensure it exists programatically (6b3399b)

2.0.3 (2018-12-28)

Bug Fixes

  • export SpectrumCommand decorator (93ed065)

2.0.2 (2018-12-28)

Bug Fixes

2.0.1 (2018-12-28)

Bug Fixes

2.0.0 (2018-12-28)

Features

  • commands: new way to register commands (a866dfc)

BREAKING CHANGES

  • commands: You cannot instantiate SpectrumCommands on your own, but need to use the SpectrumState.commands instance instead.