Skip to content

Commit 0ce24b5

Browse files
committed
Auto-generated commit
1 parent e3b6c7d commit 0ce24b5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ A total of 21 issues were closed in this release:
192192

193193
<details>
194194

195+
- [`ff45992`](https://github.com/stdlib-js/stdlib/commit/ff45992200d325437e5216d0e7738ee812c661dc) - **docs:** update namespace table of contents [(#8704)](https://github.com/stdlib-js/stdlib/pull/8704) _(by stdlib-bot)_
195196
- [`bdee45c`](https://github.com/stdlib-js/stdlib/commit/bdee45c142a6e5a8d9dea6d28861900585fc3ac6) - **chore:** fix JavaScript lint errors [(#8686)](https://github.com/stdlib-js/stdlib/pull/8686) _(by Rohit R Bhat, Athan Reines)_
196197
- [`8653809`](https://github.com/stdlib-js/stdlib/commit/8653809bec91a38db812e64847db9adf4d429602) - **remove:** remove `utils/none-own-by` _(by Neeraj Pathak)_
197198
- [`3d7187a`](https://github.com/stdlib-js/stdlib/commit/3d7187a634c8b5882e34522c608d4d4def321038) - **remove:** remove `noneOwnBy` from namespace _(by Neeraj Pathak)_

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ The namespace has the following sub-namespaces:
9292

9393
- <span class="signature">[`anyByRight( collection, predicate[, thisArg ] )`][@stdlib/utils/any-by-right]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.</span>
9494
- <span class="signature">[`anyBy( collection, predicate[, thisArg ] )`][@stdlib/utils/any-by]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a collection passes a test implemented by a predicate function.</span>
95-
- <span class="signature">[`anyOwnBy( collection, predicate[, thisArg ] )`][@stdlib/utils/any-own-by]</span><span class="delimiter">: </span><span class="description">test whether at least one own property of a provided object passes a test implemented by a predicate function.</span>
9695
- <span class="signature">[`any( collection )`][@stdlib/utils/any]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a collection is truthy.</span>
9796
- <span class="signature">[`append( collection1, collection2 )`][@stdlib/utils/append]</span><span class="delimiter">: </span><span class="description">add elements from one collection to the end of another collection.</span>
9897
- <span class="signature">[`bifurcateBy( collection, [options,] predicate )`][@stdlib/utils/bifurcate-by]</span><span class="delimiter">: </span><span class="description">split values into two groups according to a predicate function.</span>
@@ -115,7 +114,6 @@ The namespace has the following sub-namespaces:
115114
- <span class="signature">[`keyBy( collection, fcn[, thisArg ] )`][@stdlib/utils/key-by]</span><span class="delimiter">: </span><span class="description">convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.</span>
116115
- <span class="signature">[`noneByRight( collection, predicate[, thisArg ] )`][@stdlib/utils/none-by-right]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.</span>
117116
- <span class="signature">[`noneBy( collection, predicate[, thisArg ] )`][@stdlib/utils/none-by]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
118-
- <span class="signature">[`noneOwnBy( object, predicate[, thisArg ] )`][@stdlib/utils/none-own-by]</span><span class="delimiter">: </span><span class="description">tests whether every own property of an object fails a test implemented by a predicate function.</span>
119117
- <span class="signature">[`none( collection )`][@stdlib/utils/none]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection are falsy.</span>
120118
- <span class="signature">[`pop( collection )`][@stdlib/utils/pop]</span><span class="delimiter">: </span><span class="description">remove and return the last element of a collection.</span>
121119
- <span class="signature">[`prepend( collection1, collection2 )`][@stdlib/utils/prepend]</span><span class="delimiter">: </span><span class="description">add elements from one collection to the beginning of another collection.</span>
@@ -811,8 +809,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
811809

812810
[@stdlib/utils/any-by]: https://github.com/stdlib-js/utils/tree/main/any-by
813811

814-
[@stdlib/utils/any-own-by]: https://github.com/stdlib-js/utils/tree/main/any-own-by
815-
816812
[@stdlib/utils/any]: https://github.com/stdlib-js/utils/tree/main/any
817813

818814
[@stdlib/utils/append]: https://github.com/stdlib-js/utils/tree/main/append
@@ -857,8 +853,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
857853

858854
[@stdlib/utils/none-by]: https://github.com/stdlib-js/utils/tree/main/none-by
859855

860-
[@stdlib/utils/none-own-by]: https://github.com/stdlib-js/utils/tree/main/none-own-by
861-
862856
[@stdlib/utils/none]: https://github.com/stdlib-js/utils/tree/main/none
863857

864858
[@stdlib/utils/pop]: https://github.com/stdlib-js/utils/tree/main/pop

0 commit comments

Comments
 (0)