Releases: RebeccaStevens/deepmerge-ts
Releases · RebeccaStevens/deepmerge-ts
v6.0.3
20 May 10:05
Compare
Sorry, something went wrong.
No results found
6.0.3 (2024-05-20)
Bug Fixes
deepmergeInto unsafe key value assignment (6b04863 )
v6.0.2
20 May 06:58
Compare
Sorry, something went wrong.
No results found
6.0.2 (2024-05-20)
Bug Fixes
return type when using empty records (6b4ff3f ), closes #465
v6.0.1
20 May 06:04
Compare
Sorry, something went wrong.
No results found
6.0.1 (2024-05-20)
Bug Fixes
type when merging index signatures (5e8b9b6 ), closes #459
v6.0.0
19 May 11:13
Compare
Sorry, something went wrong.
No results found
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
and deepmergeIntoCustom 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
04 Apr 00:28
Compare
Sorry, something went wrong.
No results found
5.1.0 (2023-04-04)
Features
expose some of the internal utils (a11a03d )
v5.0.0
18 Mar 13:08
Compare
Sorry, something went wrong.
No results found
5.0.0 (2023-03-18)
Bug Fixes
chore
drop support for node 12 and 14 (77016f7 )
BREAKING CHANGES
drop support for node 12 and 14
v5.0.0-next.4
18 Mar 12:56
Compare
Sorry, something went wrong.
No results found
v5.0.0-next.3
18 Mar 12:27
Compare
Sorry, something went wrong.
No results found
v5.0.0-next.2
06 Feb 01:46
Compare
Sorry, something went wrong.
No results found
Features
create deepmergeInto function (9c350a0 ), closes #51
v4.3.0
06 Feb 01:31
Compare
Sorry, something went wrong.
No results found
4.3.0 (2023-02-06)
Features
create deepmergeInto function (9c350a0 ), closes #51