- Added
sideEffects: false
configuration to package.json to allow efficient tree shaking with webpack (see webpack documentation)
Reduced CommonJS bundle size, redux-saga had been accidentally included in the bundle
Removed Sinon and Chai from unit tests
- 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)
- Initial release