Skip to content
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

Conversation

RebeccaStevens
Copy link
Owner

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 RebeccaStevens marked this pull request as ready for review May 10, 2024 06:25
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 1e906eb to 19a5a2e Compare May 10, 2024 06:36
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch 2 times, most recently from f4ecd45 to f54235e Compare May 10, 2024 06:38
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 19a5a2e to 106b365 Compare May 10, 2024 07:46
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from f54235e to 67a0cec Compare May 10, 2024 07:46
@RebeccaStevens RebeccaStevens added the Status: Released on Next It's now live on the next branch. label May 10, 2024
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 106b365 to 0841c3e Compare May 19, 2024 02:37
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from 67a0cec to d1c3711 Compare May 19, 2024 02:38
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 0841c3e to 10d0211 Compare May 19, 2024 03:10
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from d1c3711 to 4eeed95 Compare May 19, 2024 03:10
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 10d0211 to d11c13a Compare May 19, 2024 03:18
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from 4eeed95 to 0df1138 Compare May 19, 2024 03:18
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from d11c13a to be3ea8e Compare May 19, 2024 03:54
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from 0df1138 to cebcdec Compare May 19, 2024 03:54
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from be3ea8e to 830d3ab Compare May 19, 2024 08:20
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from cebcdec to 92f2e12 Compare May 19, 2024 08:21
@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 830d3ab to 3fe30f2 Compare May 19, 2024 10:44
@RebeccaStevens RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from 92f2e12 to 91bfc4f Compare May 19, 2024 10:45
Copy link
Owner Author

RebeccaStevens commented May 19, 2024

Merge activity

@RebeccaStevens RebeccaStevens force-pushed the 05-10-build_remove_typing_support_for_typescript_4.7 branch from 3fe30f2 to 20f7e3a Compare May 19, 2024 10:59
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 RebeccaStevens force-pushed the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch from 91bfc4f to db55c56 Compare May 19, 2024 11:01
@RebeccaStevens RebeccaStevens merged commit 69e9ba3 into main May 19, 2024
11 checks passed
@RebeccaStevens RebeccaStevens deleted the 05-10-feat_allow_restricting_what_types_can_be_passed_in_as_parameters branch May 19, 2024 11:02
Copy link

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Released on Next It's now live on the next branch. Status: Released It's now live.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow limiting what input types can be given to a merge function
1 participant