Releases: RebeccaStevens/deepmerge-ts
Releases · RebeccaStevens/deepmerge-ts
v6.0.1
v6.0.0
6.0.0 (2024-05-19)
Bug Fixes
- type when merging optional properties of a record (fa9ace2)
Build System
- remove typing support for typescript<4.7 (f2f5956)
Features
- allow restricting what types can be passed in as parameters (69e9ba3), closes #305
- remove deprecated type DeepMergeLeafHKT (1982e56)
- undefined will no longer replace defined values by default (9c86605)
Performance Improvements
- remove BlacklistedRecordProps (19d4944)
BREAKING CHANGES
- remove deprecated type DeepMergeLeafHKT
- undefined will no longer replace defined values by default
- The order of the generics of
deepmergeCustom
anddeepmergeIntoCustom
have changed. If you are passing generics
to these functions you need to update them. - remove typing support for typescript<4.7
v5.1.0
v5.0.0
v5.0.0-next.4
5.0.0-next.4 (2023-03-18)
Bug Fixes
v5.0.0-next.3
v5.0.0-next.2
v4.3.0
v5.0.0-next.1
5.0.0-next.1 (2023-02-02)
chore
- drop support for node 12 and 14 (77016f7)
BREAKING CHANGES
- drop support for node 12 and 14