Skip to content

Commit 3d75a71

Browse files
committed
v1.43.0
1 parent 55ef896 commit 3d75a71

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## Version v1.43.0
4+
5+
Released on December 12th, 2025.
6+
7+
- Enhanced `merge` to handle arrays and objects consistently, and to match lodash's behavior with date values and array-like objects. ([#1553], [#1542], [#1548])
8+
- Fixed `isMatch` and `isMatchWith` to match lodash's behavior.
9+
- Fixed `intersectionBy` implementation and removed duplicates when the mapper produces the same values. ([#1528])
10+
- Fixed `throttle` working like debounce.
11+
- Fixed type inference in `toSnakeCaseKeys`, `toCamelCaseKeys` for edge cases and improved type inference for uppercase keys. ([#1538])
12+
- Fixed casing utilities (`camelCase`, `kebabCase`, `lowerCase`, `snakeCase`, `startCase`, `upperCase`) to match lodash's behavior. ([#1525])
13+
- Fixed `compat/template` to disable ES interpolation when custom `interpolate` is provided. ([#1527])
14+
- Fixed incorrect example in `differenceBy` documentation. ([#1543])
15+
- Performance improvement: updated `deburr` to use arrays to construct the deburrMap. ([#1526])
16+
17+
We sincerely thank @dayongkr, @raon0211, @wo-o29, @Yeom-JinHo, @Copilot, @oshosh, @vbfox, @sukvvon, @sankeyangshu, @D-Sketon, @seo-rii for their contributions. We appreciate your great efforts!
18+
319
## Version v1.42.0
420

521
Released on November 17th, 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.42.0",
3+
"version": "1.43.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.42.0",
3+
"version": "1.43.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)