Skip to content

Commit c772b5d

Browse files
committed
Auto-generated commit
1 parent 76ed3d5 commit c772b5d

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-10)
7+
## Unreleased (2025-07-17)
88

99
<section class="features">
1010

@@ -25,6 +25,7 @@
2525

2626
<details>
2727

28+
- [`5895660`](https://github.com/stdlib-js/stdlib/commit/58956601b004086e2df8b62bff01ab8b8cee0292) - **docs:** update related packages sections [(#7681)](https://github.com/stdlib-js/stdlib/pull/7681) _(by stdlib-bot)_
2829
- [`3e03d59`](https://github.com/stdlib-js/stdlib/commit/3e03d59cc3253979b8d0901a7315e93502c9f23b) - **docs:** update related packages sections [(#7601)](https://github.com/stdlib-js/stdlib/pull/7601) _(by stdlib-bot)_
2930
- [`c37217b`](https://github.com/stdlib-js/stdlib/commit/c37217bceb0830c5306e4d2cb02361a697242bb6) - **docs:** fix sections _(by Athan Reines)_
3031
- [`5c5dd63`](https://github.com/stdlib-js/stdlib/commit/5c5dd632d992ce0486d5df295af417435d37579b) - **feat:** add `object/some-in-by` _(by Neeraj Pathak)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
2424
Amisha Chhajed <[email protected]>
2525
Amit Jimiwal <[email protected]>
26+
Anmol Sah <[email protected]>
2627
Annamalai Prabu <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anshu Kumar <[email protected]>
2930
Anudeep Sanapala <[email protected]>
3031
Arihant Pal <[email protected]>
3132
Aryan Bhirud <[email protected]>
3233
Athan Reines <[email protected]>
34+
Atharva Patil <[email protected]>
3335
3436
Bhavishy Agrawal <[email protected]>
3537
Brendan Graetz <[email protected]>
@@ -62,6 +64,7 @@ GURU PRASAD SHARMA <[email protected]>
6264
6365
Gautam Kaushik <[email protected]>
6466
Gautam sharma <[email protected]>
67+
6568
Girish Garg <[email protected]>
6669
Golden Kumar <[email protected]>
6770
Gunj Joshi <[email protected]>

every-in-by/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ bool = everyInBy( o, isPositive );
122122

123123
<section class="related">
124124

125+
* * *
126+
127+
## See Also
128+
129+
- <span class="package-name">[`@stdlib/object/none-in-by`][@stdlib/object/none-in-by]</span><span class="delimiter">: </span><span class="description">test whether every property in an object fails a test implemented by a predicate function.</span>
130+
- <span class="package-name">[`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]</span><span class="delimiter">: </span><span class="description">test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.</span>
131+
- <span class="package-name">[`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]</span><span class="delimiter">: </span><span class="description">test whether all own properties of an object pass a test implemented by a predicate function.</span>
132+
125133
</section>
126134

127135
<!-- /.related -->
@@ -130,6 +138,16 @@ bool = everyInBy( o, isPositive );
130138

131139
<section class="links">
132140

141+
<!-- <related-links> -->
142+
143+
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/object/tree/main/none-in-by
144+
145+
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/object/tree/main/some-in-by
146+
147+
[@stdlib/object/every-own-by]: https://github.com/stdlib-js/object/tree/main/every-own-by
148+
149+
<!-- </related-links> -->
150+
133151
</section>
134152

135153
<!-- /.links -->

0 commit comments

Comments
 (0)