Skip to content

Commit 4a2d36d

Browse files
committed
Auto-generated commit
1 parent 60915bf commit 4a2d36d

File tree

15 files changed

+12
-1067
lines changed

15 files changed

+12
-1067
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636

3737
### BREAKING CHANGES
3838

39+
- [`e6cc0c5`](https://github.com/stdlib-js/stdlib/commit/e6cc0c5aa41c0e093346829d82e0fbac7da0f276): remove `utils/common-keys-in`
40+
41+
- To migrate, users should update their require/import paths to use
42+
`@stdlib/object/common-keys-in` which provides the same API and implementation.
43+
44+
- [`0e3c5ce`](https://github.com/stdlib-js/stdlib/commit/0e3c5cee0f1413f54a62c77a87b64d6634700424): remove `commonKeysIn`
45+
46+
- To migrate, users should access the same symbol via the
47+
`@stdlib/object` namespace.
48+
3949
- [`8ef820d`](https://github.com/stdlib-js/stdlib/commit/8ef820d58331c1f59486a6eb4a6618a3f095427f): remove `utils/common-keys`
4050

4151
- To migrate, users should update their require/import paths to use
@@ -282,6 +292,8 @@ A total of 25 issues were closed in this release:
282292

283293
<details>
284294

295+
- [`e6cc0c5`](https://github.com/stdlib-js/stdlib/commit/e6cc0c5aa41c0e093346829d82e0fbac7da0f276) - **remove:** remove `utils/common-keys-in` _(by Neeraj Pathak)_
296+
- [`0e3c5ce`](https://github.com/stdlib-js/stdlib/commit/0e3c5cee0f1413f54a62c77a87b64d6634700424) - **remove:** remove `commonKeysIn` from namespace _(by Neeraj Pathak)_
285297
- [`e8707d4`](https://github.com/stdlib-js/stdlib/commit/e8707d4ad730b5e4b346f17fd045ed7ea3cefb83) - **chore:** fix JavaScript lint errors [(#6424)](https://github.com/stdlib-js/stdlib/pull/6424) _(by Sibi, Athan Reines, stdlib-bot)_
286298
- [`8ef820d`](https://github.com/stdlib-js/stdlib/commit/8ef820d58331c1f59486a6eb4a6618a3f095427f) - **remove:** remove `utils/common-keys` _(by Neeraj Pathak)_
287299
- [`3d36cfe`](https://github.com/stdlib-js/stdlib/commit/3d36cfe70ee02cde114626917a220e8236d8812a) - **remove:** remove `commonKeys` from namespace _(by Neeraj Pathak)_

common-keys-in/README.md

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

common-keys-in/benchmark/benchmark.js

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

common-keys-in/benchmark/benchmark.num_arguments.js

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

0 commit comments

Comments
 (0)