1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 10:22:48 +03:00
redux-devtools/packages/map2tree/CHANGELOG.md
github-actions[bot] fa25234d36
Version Packages ()
* Version Packages

* Update lock file

* Major changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-01-05 14:18:48 +00:00

1.4 KiB

Change Log

3.0.0

Major Changes

  • b323f77d: Remove UMD build.

2.0.0

- import map2tree from 'map2tree';
+ import { map2tree } from 'map2tree';

1.5.0 (2021-03-06)

Features

1.4.2 (2020-08-14)

Bug Fixes

  • map2tree: consolidate immutable version (#538) (999ed2a)