Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.1.0...v6.0.0) (2024-05-19)

### Bug Fixes

* type when merging optional properties of a record ([fa9ace2](fa9ace2))

### Build System

* remove typing support for typescript<4.7 ([f2f5956](f2f5956))

### Features

* allow restricting what types can be passed in as parameters ([69e9ba3](69e9ba3)), closes [#305](#305)
* remove deprecated type DeepMergeLeafHKT ([1982e56](1982e56))
* undefined will no longer replace defined values by default ([9c86605](9c86605))

### Performance Improvements

* remove BlacklistedRecordProps ([19d4944](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
  • Loading branch information
semantic-release-bot committed May 19, 2024
1 parent 53a82bd commit b610ee0
Show file tree
Hide file tree
Showing 19 changed files with 1,374 additions and 1,271 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 20 additions & 7 deletions dist/deno/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 46 additions & 44 deletions dist/deno/deepmerge-into.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b610ee0

Please sign in to comment.