Skip to content

Commit 87b5289

Browse files
committed
Auto-generated commit
1 parent 4ffc52e commit 87b5289

File tree

15 files changed

+69
-818
lines changed

15 files changed

+69
-818
lines changed

CHANGELOG.md

+36-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-17)
7+
## Unreleased (2025-04-19)
88

99
<section class="packages">
1010

@@ -641,6 +641,31 @@
641641

642642
<!-- /.package -->
643643

644+
<section class="package" id="utils-every-in-by-unreleased">
645+
646+
#### [@stdlib/utils/every-in-by](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/every-in-by)
647+
648+
<details>
649+
650+
<section class="breaking-changes">
651+
652+
##### BREAKING CHANGES
653+
654+
- [`81f72df`](https://github.com/stdlib-js/stdlib/commit/81f72df6f72639f05f25466ae294e59a4a44d36d): remove `utils/every-in-by`
655+
656+
- To migrate, users should update their require/import paths to use
657+
`@stdlib/object/every-in-by` which provides the same API and implementation.
658+
659+
</section>
660+
661+
<!-- /.breaking-changes -->
662+
663+
</details>
664+
665+
</section>
666+
667+
<!-- /.package -->
668+
644669
<section class="package" id="utils-fifo-unreleased">
645670

646671
#### [@stdlib/utils/fifo](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/fifo)
@@ -978,6 +1003,11 @@ This release closes the following issue:
9781003

9791004
### BREAKING CHANGES
9801005

1006+
- [`81f72df`](https://github.com/stdlib-js/stdlib/commit/81f72df6f72639f05f25466ae294e59a4a44d36d): remove `utils/every-in-by`
1007+
1008+
- To migrate, users should update their require/import paths to use
1009+
`@stdlib/object/every-in-by` which provides the same API and implementation.
1010+
9811011
- [`b6624d0`](https://github.com/stdlib-js/stdlib/commit/b6624d072e58c6843fdcfd95d326c66f3975c501): remove `utils/thunk`
9821012

9831013
- To migrate, users should update their require/import paths to use
@@ -1716,7 +1746,7 @@ A total of 5 people contributed to this release. Thank you to the following cont
17161746

17171747
- Athan Reines
17181748
- Gururaj Gurram
1719-
- JaySoni1
1749+
- Jay Soni
17201750
- Neeraj Pathak
17211751
- Philipp Burckhardt
17221752

@@ -1730,7 +1760,10 @@ A total of 5 people contributed to this release. Thank you to the following cont
17301760

17311761
<details>
17321762

1733-
- [`09d4050`](https://github.com/stdlib-js/stdlib/commit/09d405085b87aaab8081380f12abd727bd20e310) - **chore:** fix JavaScript lint errors [(#6029)](https://github.com/stdlib-js/stdlib/pull/6029) _(by JaySoni1, Athan Reines)_
1763+
- [`878adf9`](https://github.com/stdlib-js/stdlib/commit/878adf9c25bc91bcacbe564234de5d1893402f5d) - **chore:** fix README lint error _(by Neeraj Pathak)_
1764+
- [`81f72df`](https://github.com/stdlib-js/stdlib/commit/81f72df6f72639f05f25466ae294e59a4a44d36d) - **remove:** remove `utils/every-in-by` _(by Neeraj Pathak)_
1765+
- [`cdd16a5`](https://github.com/stdlib-js/stdlib/commit/cdd16a535943832d7f227215467826e0924546ce) - **refactor:** update paths _(by Neeraj Pathak)_
1766+
- [`09d4050`](https://github.com/stdlib-js/stdlib/commit/09d405085b87aaab8081380f12abd727bd20e310) - **chore:** fix JavaScript lint errors [(#6029)](https://github.com/stdlib-js/stdlib/pull/6029) _(by Jay Soni, Athan Reines)_
17341767
- [`c9769bb`](https://github.com/stdlib-js/stdlib/commit/c9769bb2e805d85c3f004959d0728f6f249fe318) - **test:** add missing file printout _(by Philipp Burckhardt)_
17351768
- [`69d4f4b`](https://github.com/stdlib-js/stdlib/commit/69d4f4b2d8f0a6f077c153b065edb403738a6f8b) - **docs:** update namespace table of contents [(#5489)](https://github.com/stdlib-js/stdlib/pull/5489) _(by stdlib-bot)_
17361769
- [`b6624d0`](https://github.com/stdlib-js/stdlib/commit/b6624d072e58c6843fdcfd95d326c66f3975c501) - **remove:** remove `utils/thunk` _(by Neeraj Pathak)_

CONTRIBUTORS

+26-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6+
Aarya Balwadkar <[email protected]>
67
Aayush Khanna <[email protected]>
78
Abdelrahman Samir <[email protected]>
9+
Abdul Kaium <[email protected]>
810
Abhay Punia <[email protected]>
911
Abhijit Raut <[email protected]>
1012
Abhishek Jain <[email protected]>
@@ -16,6 +18,7 @@ Ahmed Khaled <[email protected]>
1618
Aksshay Balasubramanian <[email protected]>
1719
Aleksandr <[email protected]>
1820
Ali Salesi <[email protected]>
21+
AlyAbdelmoneim <[email protected]>
1922
Aman Bhansali <[email protected]>
2023
AmanBhadkariya <[email protected]>
2124
Amit Jimiwal <[email protected]>
@@ -24,6 +27,7 @@ Anshu Kumar <[email protected]>
2427
Anudeep Sanapala <[email protected]>
2528
Athan Reines <[email protected]>
2629
30+
Bhavishy Agrawal <[email protected]>
2731
Brendan Graetz <[email protected]>
2832
Bruno Fenzl <[email protected]>
2933
Bryan Elee <[email protected]>
@@ -39,13 +43,15 @@ Dev Goel <[email protected]>
3943
Dhanyabad behera <[email protected]>
4044
Dhruv Arvind Singh <[email protected]>
4145
Dhruvil Mehta <[email protected]>
46+
Dipjyoti Das <[email protected]>
4247
Divyansh Seth <[email protected]>
4348
Dominic Lim <[email protected]>
4449
Dominik Moritz <[email protected]>
4550
Dorrin Sotoudeh <[email protected]>
4651
EuniceSim142 <[email protected]>
4752
Frank Kovacs <[email protected]>
4853
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
4955
5056
Gautam sharma <[email protected]>
5157
Golden Kumar <[email protected]>
@@ -61,6 +67,7 @@ Jaimin Godhani <[email protected]>
6167
Jaison D Souza <[email protected]>
6268
Jalaj Kumar <[email protected]>
6369
James Gelok <[email protected]>
70+
6471
Jaysukh Makvana <[email protected]>
6572
Jenish Thapa <[email protected]>
6673
Jithin KS <[email protected]>
@@ -70,14 +77,18 @@ Jordan Gallivan <[email protected]>
7077
Joris Labie <[email protected]>
7178
Justin Dennison <[email protected]>
7279
Justyn Shelby <[email protected]>
73-
Karan Anand <[email protected]>
80+
Karan Anand <[email protected]>
81+
Karan Yadav <[email protected]>
7482
Karthik Prakash <[email protected]>
7583
Kaushikgtm <[email protected]>
84+
Kavyansh-Bagdi <[email protected]>
7685
Kohantika Nath <[email protected]>
7786
Krishnam Agarwal <[email protected]>
7887
Krishnendu Das <[email protected]>
7988
Kshitij-Dale <[email protected]>
8089
Lovelin Dhoni J B <[email protected]>
90+
91+
Mahfuza Humayra Mohona <[email protected]>
8192
Manik Sharma <[email protected]>
8293
Manvith M <[email protected]>
8394
Marcus Fantham <[email protected]>
@@ -88,9 +99,12 @@ Mohammad Bin Aftab <[email protected]>
8899
Mohammad Kaif <[email protected]>
89100
Momtchil Momtchev <[email protected]>
90101
Muhammad Haris <[email protected]>
102+
Muhammad Taaha Tariq <[email protected]>
103+
Muhmmad Saad <[email protected]>
91104
Naresh Jagadeesan <[email protected]>
92105
Naveen Kumar <[email protected]>
93106
Neeraj Pathak <[email protected]>
107+
NirvedMishra <[email protected]>
94108
Nishant Shinde <[email protected]>
95109
Nishchay Rajput <[email protected]>
96110
Nithin Katta <[email protected]>
@@ -99,15 +113,20 @@ Ognjen Jevremović <[email protected]>
99113
Oneday12323 <[email protected]>
100114
Ori Miles <[email protected]>
101115
Philipp Burckhardt <[email protected]>
116+
Prajjwal Bajpai <[email protected]>
102117
Prajwal Kulkarni <[email protected]>
103118
Pranav Goswami <[email protected]>
104119
Pranjal Jha <[email protected]>
105120
Prashant Kumar Yadav <[email protected]>
121+
PrathamBhamare <[email protected]>
106122
Pratik Singh <[email protected]>
107123
Pratyush Kumar Chouhan <[email protected]>
124+
Pravesh Kunwar <[email protected]>
108125
Priyansh Prajapati <[email protected]>
109126
Priyanshu Agarwal <[email protected]>
127+
Pulkit Gupta <[email protected]>
110128
Pushpendra Chandravanshi <[email protected]>
129+
Rahul Kumar <[email protected]>
111130
Raunak Kumar Gupta <[email protected]>
112131
Rejoan Sardar <[email protected]>
113132
Ricky Reusser <[email protected]>
@@ -116,12 +135,17 @@ Rishav <[email protected]>
116135
Rishav Tarway <[email protected]>
117136
Robert Gislason <[email protected]>
118137
Roman Stetsyk <[email protected]>
138+
119139
Rutam Kathale <[email protected]>
120140
Ruthwik Chikoti <[email protected]>
121141
Ryan Seal <[email protected]>
122142
Rylan Yang <[email protected]>
143+
SAHIL KUMAR <[email protected]>
123144
SHIVAM YADAV <[email protected]>
145+
Sahil Goyal <[email protected]>
146+
Sai Avinash <[email protected]>
124147
Sai Srikar Dumpeti <[email protected]>
148+
Sanchay Ketan Sinha <[email protected]>
125149
Sarthak Paandey <[email protected]>
126150
Saurabh Singh <[email protected]>
127151
Seyyed Parsa Neshaei <[email protected]>
@@ -157,6 +181,7 @@ Yuvi Mittal <[email protected]>
157181
158182
ekambains <[email protected]>
159183
fadiothman22 <[email protected]>
184+
lohithganni <[email protected]>
160185
olenkabilonizhka <[email protected]>
161186
pranav-1720 <[email protected]>
162187
rahulrangers <[email protected]>

every-in-by/README.md

-141
This file was deleted.

0 commit comments

Comments
 (0)