-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow limiting what input types can be given to a merge function #305
Labels
Resolution: Added
This has been added to the project.
Status: Released
It's now live.
Type: Enhancement
Enhancement of the code, not introducing new features.
Comments
RebeccaStevens
added
the
Type: Enhancement
Enhancement of the code, not introducing new features.
label
Mar 18, 2023
RebeccaStevens
added a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 10, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
RebeccaStevens
added a commit
that referenced
this issue
May 19, 2024
BREAKING CHANGE: The order of the generics of `deepmergeCustom` and `deepmergeIntoCustom` have changed. If you are passing generics to these functions you need to update them. fix #305
github-actions
bot
added
the
Resolution: Added
This has been added to the project.
label
May 19, 2024
github-actions bot
pushed a commit
that referenced
this issue
May 19, 2024
# [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
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Resolution: Added
This has been added to the project.
Status: Released
It's now live.
Type: Enhancement
Enhancement of the code, not introducing new features.
Suggestion
The text was updated successfully, but these errors were encountered: