Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 768 Bytes

Changelog

3.0.3 / 26 Dec 2018

3.0.2 / 31 Oct 2018

Reduced CommonJS bundle size, redux-saga had been accidentally included in the bundle

3.0.0 / 17 Oct 2018

Removed Sinon and Chai from unit tests

2.0.0 / 14 Mar 2018

  • JS code now ES5 compatible (transpiled through Babel)
  • If you want to use the untranspiled code (highly recommended), us the esnext version, which is included in the same npm package (more info here)

1.0.0 / 9 Mar 2018

  • Initial release