mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +03:00
2e4929b3b7
* Version Packages * Trigger build * Update pnpm-lock.yaml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1.0 KiB
1.0 KiB
Change Log
0.4.2
Patch Changes
- 7f5bddbd: Widen peer dependencies
0.4.0
- Adds ESM build (https://github.com/reduxjs/redux-devtools/pull/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
0.2.0 (2020-09-07)
Features
0.1.9 (2020-08-14)
Note: Version bump only for package remotedev-serialize