Skip to content

Commit acce210

Browse files
committed
Auto-generated commit
1 parent 5965a3e commit acce210

File tree

13 files changed

+12
-937
lines changed

13 files changed

+12
-937
lines changed

CHANGELOG.md

Lines changed: 10 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-11-26)
7+
## Unreleased (2025-11-29)
88

99
<section class="features">
1010

@@ -36,6 +36,11 @@
3636

3737
### BREAKING CHANGES
3838

39+
- [`0beaf3c`](https://github.com/stdlib-js/stdlib/commit/0beaf3c1da2264b6964b0f04d639571e95a73a31): remove `utils/any-in-by`
40+
41+
- To migrate, users should update their require/import paths to use
42+
`@stdlib/object/any-in-by` which provides the same API and implementation.
43+
3944
- [`d27d963`](https://github.com/stdlib-js/stdlib/commit/d27d963735240594f5b51a460c68e31493370a4a): remove `utils/some-in-by`
4045

4146
- To migrate, users should update their require/import paths to use
@@ -162,6 +167,10 @@ A total of 20 issues were closed in this release:
162167

163168
<details>
164169

170+
- [`272e9da`](https://github.com/stdlib-js/stdlib/commit/272e9dabe6ef320417a6fcada1337fb5c074dc80) - **chore:** fix README lint errors _(by Neeraj Pathak)_
171+
- [`6499a10`](https://github.com/stdlib-js/stdlib/commit/6499a10c943fbdbcae8099366fe612d8aa527ddf) - **chore:** fix README lint errors _(by Neeraj Pathak)_
172+
- [`0beaf3c`](https://github.com/stdlib-js/stdlib/commit/0beaf3c1da2264b6964b0f04d639571e95a73a31) - **remove:** remove `utils/any-in-by` _(by Neeraj Pathak)_
173+
- [`6ea3fff`](https://github.com/stdlib-js/stdlib/commit/6ea3fff1850167852dc0ea18003c1e0209d70335) - **refactor:** update paths _(by Neeraj Pathak)_
165174
- [`54f9e1b`](https://github.com/stdlib-js/stdlib/commit/54f9e1b148a5b28618ff25e2b49fa2bd7dc8e946) - **chore:** fix JavaScript lint errors [(#8582)](https://github.com/stdlib-js/stdlib/pull/8582) _(by kaushal-kumar-it)_
166175
- [`7849e6f`](https://github.com/stdlib-js/stdlib/commit/7849e6ffba5b1734a5314c5ded28602dd75e0f3c) - **style:** remove semicolons after function declarations _(by Philipp Burckhardt)_
167176
- [`c8faa25`](https://github.com/stdlib-js/stdlib/commit/c8faa25f77167844cb222e101f584dda14f82fd8) - **chore:** fix JavaScript lint errors [(#8424)](https://github.com/stdlib-js/stdlib/pull/8424) _(by kaushal-kumar-it, Athan Reines)_

any-in-by/README.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

any-in-by/benchmark/benchmark.js

Lines changed: 0 additions & 136 deletions
This file was deleted.

any-in-by/docs/repl.txt

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)