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 #314

Closed
wants to merge 1 commit into from

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 added the Breaking Change This change will require a new major release. label Mar 20, 2023
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.
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #314 (69f2fa1) into main (16cc597) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #314   +/-   ##
=======================================
  Coverage   99.51%   99.51%           
=======================================
  Files           8        8           
  Lines        1225     1230    +5     
  Branches      110      110           
=======================================
+ Hits         1219     1224    +5     
  Misses          6        6           
Impacted Files Coverage Δ
src/deepmerge-into.ts 99.24% <100.00%> (+<0.01%) ⬆️
src/deepmerge.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@RebeccaStevens
Copy link
Owner Author

replaced by #448

@RebeccaStevens RebeccaStevens deleted the parameter-types branch May 20, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This change will require a new major release.
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