Skip to content

Commit bb5068e

Browse files
committed
v1.44.0
1 parent bc2b3b7 commit bb5068e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# es-toolkit Changelog
22

3+
## Version v1.44.0
4+
5+
Released on January 16th, 2026.
6+
7+
- Added `shouldRetry` option to `retry` function. ([#1585])
8+
- Added `isEmptyObject` predicate function. ([#1584])
9+
- Added `isNumber` predicate function.
10+
- Enhanced error cloning to support `AggregateError`. ([#1563])
11+
- Implemented collection methods for Maps and Sets.
12+
- Added bundle size analysis and visualization components to docs. ([#1564])
13+
- Fixed `flattenObject` to retain empty objects and arrays.
14+
- Enhanced type safety for `clone` function.
15+
- Fixed `clone` error when cloning object with null prototype. ([#1570])
16+
- Fixed array function callbacks to include index and array parameters. ([#1561])
17+
- Fixed `compat/cloneDeep` and `cloneDeepWith` to clone null-prototype objects as regular objects. ([#1562])
18+
- Fixed `compat/clamp` to ensure consistency with lodash. ([#1555])
19+
- Simplified `intersection` filter callback for consistency. ([#1582])
20+
- Fixed incorrect function names and output in `cloneDeep` JSDoc examples. ([#1583])
21+
22+
We sincerely thank @raon0211, @dayongkr, @eunwoo-levi, @matt-oakes, @T3sT3ro, and @D-Sketon for their contributions. We appreciate your great efforts!
23+
324
## Version v1.43.0
425

526
Released on December 12th, 2025.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@es-toolkit/es-toolkit",
3-
"version": "1.43.0",
3+
"version": "1.44.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./compat": "./src/compat/index.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-toolkit",
3-
"version": "1.43.0",
3+
"version": "1.44.0",
44
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
55
"homepage": "https://es-toolkit.dev",
66
"bugs": "https://github.com/toss/es-toolkit/issues",

0 commit comments

Comments
 (0)