Skip to content

Commit c594d60

Browse files
committed
Auto-generated commit
1 parent a2ad433 commit c594d60

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
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-05-21)
7+
## Unreleased (2025-05-22)
88

99
<section class="features">
1010

@@ -92,6 +92,7 @@ This release closes the following issue:
9292

9393
<details>
9494

95+
- [`d3e9442`](https://github.com/stdlib-js/stdlib/commit/d3e9442155e8d093988fed8988489fbe7b549dbf) - **docs:** update namespace table of contents [(#7062)](https://github.com/stdlib-js/stdlib/pull/7062) _(by stdlib-bot)_
9596
- [`b0f11b1`](https://github.com/stdlib-js/stdlib/commit/b0f11b1a4ba47bed9c52c7825e27023223d4d9f4) - **remove:** remove `array/base/assert/any-is-entry-in` _(by Athan Reines)_
9697
- [`05f79b6`](https://github.com/stdlib-js/stdlib/commit/05f79b6d47b81a2193101ee6476877c4ae860cce) - **remove:** remove `array/base/assert/any-is-entry` _(by Athan Reines)_
9798
- [`87f46a0`](https://github.com/stdlib-js/stdlib/commit/87f46a023aab832c4adb03b772ffa8d3fd114406) - **remove:** remove `array/base/assert/any-has-property` _(by Athan Reines)_

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ The namespace exports the following:
7878

7979
<div class="namespace-toc">
8080

81-
- <span class="signature">[`anyHasOwnProp( arr, property )`][@stdlib/array/base/assert/any-has-own-property]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a provided array has a specified own property.</span>
82-
- <span class="signature">[`anyHasProp( arr, property )`][@stdlib/array/base/assert/any-has-property]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a provided array has a specified property, either own or inherited.</span>
83-
- <span class="signature">[`anyIsEntryIn( arr, property )`][@stdlib/array/base/assert/any-is-entry-in]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.</span>
84-
- <span class="signature">[`anyIsEntry( arr, property, value )`][@stdlib/array/base/assert/any-is-entry]</span><span class="delimiter">: </span><span class="description">test whether at least one element in a provided array has a specified own property key-value pair.</span>
8581
- <span class="signature">[`contains( x, value )`][@stdlib/array/base/assert/contains]</span><span class="delimiter">: </span><span class="description">test if an array contains a provided search value.</span>
8682
- <span class="signature">[`hasEqualValuesIndexed( x, y )`][@stdlib/array/base/assert/has-equal-values-indexed]</span><span class="delimiter">: </span><span class="description">test if two indexed arrays have equal values.</span>
8783
- <span class="signature">[`hasEqualValues( x, y )`][@stdlib/array/base/assert/has-equal-values]</span><span class="delimiter">: </span><span class="description">test if two arrays have equal values.</span>
@@ -280,14 +276,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
280276

281277
<!-- <toc-links> -->
282278

283-
[@stdlib/array/base/assert/any-has-own-property]: https://github.com/stdlib-js/array-base-assert-any-has-own-property
284-
285-
[@stdlib/array/base/assert/any-has-property]: https://github.com/stdlib-js/array-base-assert-any-has-property
286-
287-
[@stdlib/array/base/assert/any-is-entry-in]: https://github.com/stdlib-js/array-base-assert-any-is-entry-in
288-
289-
[@stdlib/array/base/assert/any-is-entry]: https://github.com/stdlib-js/array-base-assert-any-is-entry
290-
291279
[@stdlib/array/base/assert/contains]: https://github.com/stdlib-js/array-base-assert-contains
292280

293281
[@stdlib/array/base/assert/has-equal-values-indexed]: https://github.com/stdlib-js/array-base-assert-has-equal-values-indexed

0 commit comments

Comments
 (0)