es-toolkit 1.45.1-dev.1785 → 1.46.0-dev.1786

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # es-toolkit Changelog
2
2
 
3
+ ## Version v1.46.0
4
+
5
+ Released on April 22th, 2026.
6
+
7
+ - Changed `AbortError` and `TimeoutError` to extend `DOMException`. ([#1660])
8
+ - Added `keyBy` to the `map` entrypoint exports. ([#1650])
9
+ - Added Claude Code plugin marketplace and es-toolkit usage skills. ([#1644])
10
+ - Fixed `isBuffer` to add a browser export condition to avoid a 44KB Buffer polyfill. ([#1671])
11
+ - Fixed `toCamelCaseKeys` and `toSnakeCaseKeys` to be exported from `compat` for the browser bundle. ([#1685])
12
+ - Fixed `partial` by adding missing full-application overloads for 2/3/4 arguments. ([#1684])
13
+ - Added Agent Skills and Claude Code Plugin guide to the AI Integration page. ([#1664])
14
+
15
+ We sincerely thank @raon0211, @jantimon, @jaydeep-pipaliya, @ethanresnick, @zaewc, @minsoo-web, @wondonghwi, @xxxxxxjun, @jiji-hoon96, @james-rae, @Gamez0, and @dayongkr for their contributions. We appreciate your great efforts!
16
+
3
17
  ## Version v1.45.1
4
18
 
5
19
  Released on March 4th, 2026.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.45.1-dev.1785+fd226050",
3
+ "version": "1.46.0-dev.1786+95111dd0",
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",