es-toolkit 1.44.0-dev.1752 → 1.45.0-dev.1753
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# es-toolkit Changelog
|
|
2
2
|
|
|
3
|
+
## Version v1.45.0
|
|
4
|
+
|
|
5
|
+
Released on March 2nd, 2026.
|
|
6
|
+
|
|
7
|
+
- Fixed `findIndex` to add missing default parameter for `doesMatch`. ([#1373])
|
|
8
|
+
- Fixed `sample` to include `undefined` in return union type. ([#1302])
|
|
9
|
+
- Fixed `cloneDeep` to support cloning `Error` objects.
|
|
10
|
+
- Fixed `retry` to correctly match retry count with the `retries` option.
|
|
11
|
+
- Fixed missing `Map` and `Set` in check-dist entrypoints.
|
|
12
|
+
- Fixed missing packages in `publishConfig`. ([#1597])
|
|
13
|
+
- Reverted the overload for runtime-determined key arrays in `omit`. ([#1595])
|
|
14
|
+
- Added AI Integration page with `llms.txt` documentation to docs.
|
|
15
|
+
|
|
16
|
+
We sincerely thank @D-Sketon, @dayongkr, @matthiasfeist, @raon0211, and @screendriver for their contributions. We appreciate your great efforts!
|
|
17
|
+
|
|
3
18
|
## Version v1.44.0
|
|
4
19
|
|
|
5
20
|
Released on January 16th, 2026.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0-dev.1753+042fab7c",
|
|
4
4
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
5
5
|
"homepage": "https://es-toolkit.dev",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|