-
-
Notifications
You must be signed in to change notification settings - Fork 806
feat: migrate utils/every-own-by
to object/every-own-by
#6753
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
base: develop
Are you sure you want to change the base?
feat: migrate utils/every-own-by
to object/every-own-by
#6753
Conversation
This commit removes `@stdlib/utils/every-own-by` in favor of `@stdlib/object/every-own-by`. BREAKING CHANGE: remove `utils/every-own-by` To migrate, users should update their require/import paths to use `@stdlib/object/every-own-by` which provides the same API and implementation. Ref: stdlib-js#6752
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte There won't be a commit to update the paths in |
cc:- @kgryte any initial thoughts on this? |
@Neerajpathak07 Would you mind resolving the merge conflict in the README? It is okay if you push a single merge commit. |
Other than the merge conflict, this looks good. |
Resolves #6752.
Description
This pull request:
utils/every-own-by
toobject/every-own-by
Related Issues
This pull request:
utils/every-own-by
toobject/every-own-by
#6752Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers