v4.0.0
BREAKING CHANGES
Remove default export in favor of named exports.
The following is NOT working aymore:
import immutableArrays from 'immutable-arrays';
Import the method you want to use instead:
import { push } from 'immutable-arrays';
OTHER CHANGES
- Fix missing build file path for UMD bundling in rollup configuration file
- Update
devDependencies