Skip to content

Commit 90bce60

Browse files
committed
Auto-generated commit
1 parent ff251c4 commit 90bce60

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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-12-03)
7+
## Unreleased (2025-12-04)
88

99
<section class="features">
1010

@@ -202,6 +202,7 @@ A total of 22 issues were closed in this release:
202202

203203
<details>
204204

205+
- [`4929bea`](https://github.com/stdlib-js/stdlib/commit/4929beadc8b97ef669ac725fbb39758d06dd1784) - **docs:** update namespace table of contents [(#8763)](https://github.com/stdlib-js/stdlib/pull/8763) _(by stdlib-bot)_
205206
- [`05f818a`](https://github.com/stdlib-js/stdlib/commit/05f818a8292321d80988ce531bb3ceee8974ee30) - **remove:** remove `utils/some-own-by` _(by Neeraj Pathak)_
206207
- [`274666d`](https://github.com/stdlib-js/stdlib/commit/274666d5af9ef7eb9b61f431905a0fe235ace78e) - **remove:** remove `someOwnBy` from namespace _(by Neeraj Pathak)_
207208
- [`92dc7c2`](https://github.com/stdlib-js/stdlib/commit/92dc7c2bea09a0f1d6d12d9048381cc8bcc99fe3) - **docs:** fix TSDoc return annotation values and example code _(by Philipp Burckhardt)_

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ The namespace has the following sub-namespaces:
124124
- <span class="signature">[`shift( collection )`][@stdlib/utils/shift]</span><span class="delimiter">: </span><span class="description">remove and return the first element of a collection.</span>
125125
- <span class="signature">[`someByRight( collection, n, predicate[, thisArg ] )`][@stdlib/utils/some-by-right]</span><span class="delimiter">: </span><span class="description">test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.</span>
126126
- <span class="signature">[`someBy( collection, n, predicate[, thisArg ] )`][@stdlib/utils/some-by]</span><span class="delimiter">: </span><span class="description">test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.</span>
127-
- <span class="signature">[`someOwnBy( obj, n, predicate[, thisArg ] )`][@stdlib/utils/some-own-by]</span><span class="delimiter">: </span><span class="description">test whether an object contains at least `n` own properties which pass a test implemented by a predicate function.</span>
128127
- <span class="signature">[`some( collection, n )`][@stdlib/utils/some]</span><span class="delimiter">: </span><span class="description">test whether a collection contains at least `n` elements which are truthy.</span>
129128
- <span class="signature">[`tabulateBy( collection[, options,] indicator )`][@stdlib/utils/tabulate-by]</span><span class="delimiter">: </span><span class="description">generate a frequency table according to an indicator function.</span>
130129
- <span class="signature">[`tabulate( collection )`][@stdlib/utils/tabulate]</span><span class="delimiter">: </span><span class="description">generate a frequency table.</span>
@@ -873,8 +872,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
873872

874873
[@stdlib/utils/some-by]: https://github.com/stdlib-js/utils/tree/main/some-by
875874

876-
[@stdlib/utils/some-own-by]: https://github.com/stdlib-js/utils/tree/main/some-own-by
877-
878875
[@stdlib/utils/some]: https://github.com/stdlib-js/utils/tree/main/some
879876

880877
[@stdlib/utils/tabulate-by]: https://github.com/stdlib-js/utils/tree/main/tabulate-by

0 commit comments

Comments
 (0)