Skip to content

v4.0.0

Compare
Choose a tag to compare
@georapbox georapbox released this 17 Oct 09:07
· 49 commits to master since this release

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