Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.04 KB

File metadata and controls

32 lines (18 loc) · 1.04 KB

Change Log

0.4.2

Patch Changes

  • 7f5bddbd: Widen peer dependencies

0.4.0

  • Adds ESM build (#997) and switches the default export to a named export in order to ensure that the CommonJS output and the ESM output are interchangeable:
- import Serialize from '@redux-devtools/serialize';
+ import { immutable } from '@redux-devtools/serialize';

0.3.0 (2021-03-06)

Features

  • redux-devtools-serialize: convert to TypeScript (#621) (d586f19)

0.2.0 (2020-09-07)

Features

  • redux-devtools-serialize: convert to TypeScript (#621) (d586f19)

0.1.9 (2020-08-14)

Note: Version bump only for package remotedev-serialize