Skip to content

[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

Closed
3 tasks done
Neerajpathak07 opened this issue Feb 27, 2025 · 0 comments · Fixed by #5745
Closed
3 tasks done

[RFC]: migrate utils/every-in-by to object/every-in-by #5490

Neerajpathak07 opened this issue Feb 27, 2025 · 0 comments · Fixed by #5745
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

@Neerajpathak07
Copy link
Contributor

Neerajpathak07 commented Feb 27, 2025

Description

This RFC proposes

  • To migrate utils/every-in-by to object/every-in-by

Related Issues

Related issues none .

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. release: Major Breaking change requiring a new major release. Accepted RFC feature request which has been accepted. labels Feb 27, 2025
@kgryte kgryte changed the title [RFC]: migrate utils/ervery-in-by to object/every-in-by [RFC]: migrate utils/every-in-by to object/every-in-by 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
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
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
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants