-
-
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
feat: allow restricting what types can be passed in as parameters #448
Merged
RebeccaStevens
merged 1 commit into
main
from
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
May 19, 2024
Merged
feat: allow restricting what types can be passed in as parameters #448
RebeccaStevens
merged 1 commit into
main
from
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
May 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced May 10, 2024
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 10, 2024 06:36
1e906eb
to
19a5a2e
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
2 times, most recently
from
May 10, 2024 06:38
f4ecd45
to
f54235e
Compare
This was referenced May 10, 2024
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 10, 2024 07:46
19a5a2e
to
106b365
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 10, 2024 07:46
f54235e
to
67a0cec
Compare
RebeccaStevens
added
the
Status: Released on Next
It's now live on the next branch.
label
May 10, 2024
This was referenced May 12, 2024
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 02:37
106b365
to
0841c3e
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 02:38
67a0cec
to
d1c3711
Compare
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 03:10
0841c3e
to
10d0211
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 03:10
d1c3711
to
4eeed95
Compare
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 03:18
10d0211
to
d11c13a
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 03:18
4eeed95
to
0df1138
Compare
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 03:54
d11c13a
to
be3ea8e
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 03:54
0df1138
to
cebcdec
Compare
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 08:20
be3ea8e
to
830d3ab
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 08:21
cebcdec
to
92f2e12
Compare
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 10:44
830d3ab
to
3fe30f2
Compare
RebeccaStevens
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 10:45
92f2e12
to
91bfc4f
Compare
Merge activity
|
RebeccaStevens
force-pushed
the
05-10-build_remove_typing_support_for_typescript_4.7
branch
from
May 19, 2024 10:59
3fe30f2
to
20f7e3a
Compare
Base automatically changed from
05-10-build_remove_typing_support_for_typescript_4.7
to
main
May 19, 2024 11:01
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
force-pushed
the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
from
May 19, 2024 11:01
91bfc4f
to
db55c56
Compare
RebeccaStevens
deleted the
05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters
branch
May 19, 2024 11:02
🎉 This PR is included 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: The order of the generics of
deepmergeCustom
and
deepmergeIntoCustom
have changed. If you are passing genericsto these functions you need to update them.
fix #305