-
-
Notifications
You must be signed in to change notification settings - Fork 813
[RFC]: migrate utils/every-in-by
to object/every-in-by
#5490
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
Labels
Accepted
RFC feature request which has been accepted.
release: Major
Breaking change requiring a new major release.
RFC
Request for comments. Feature requests and proposed changes.
Comments
utils/ervery-in-by
to object/every-in-by
utils/every-in-by
to object/every-in-by
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Feb 27, 2025
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Feb 27, 2025
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Feb 27, 2025
This commit removes `@stdlib/utils/every-in-by` in favor of `@stdlib/stats/object/every-in-by`. BREAKING CHANGE: remove `utils/every-in-by` To migrate, users should update their require/import paths to use `@stdlib/object/every-in-by` which provides the same API and implementation. Ref: stdlib-js#5490
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Feb 27, 2025
1 task
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Feb 27, 2025
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Mar 2, 2025
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Mar 2, 2025
Neerajpathak07
added a commit
to Neerajpathak07/stdlib
that referenced
this issue
Mar 2, 2025
This commit removes `@stdlib/utils/every-in-by` in favor of `@stdlib/object/every-in-by`. BREAKING CHANGE: remove `utils/every-in-by` To migrate, users should update their require/import paths to use `@stdlib/object/every-in-by` which provides the same API and implementation. Ref: stdlib-js#5490
1 task
kgryte
pushed a commit
that referenced
this issue
Apr 19, 2025
kgryte
pushed a commit
that referenced
this issue
Apr 19, 2025
kgryte
pushed a commit
that referenced
this issue
Apr 19, 2025
This commit removes `@stdlib/utils/every-in-by` in favor of `@stdlib/object/every-in-by`. BREAKING CHANGE: remove `utils/every-in-by` To migrate, users should update their require/import paths to use `@stdlib/object/every-in-by` which provides the same API and implementation. Ref: #5490
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accepted
RFC feature request which has been accepted.
release: Major
Breaking change requiring a new major release.
RFC
Request for comments. Feature requests and proposed changes.
Description
This RFC proposes
utils/every-in-by
toobject/every-in-by
Related Issues
Related issues none .
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: