es-toolkit 1.39.5-dev.1395 → 1.39.6-dev.1396
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# es-toolkit Changelog
|
|
2
2
|
|
|
3
|
+
## Version v1.39.6
|
|
4
|
+
|
|
5
|
+
Released on July 2th, 2025.
|
|
6
|
+
|
|
7
|
+
- Fixed handling of null/undefined values in `values` function.
|
|
8
|
+
- Fixed type safety in `compat/get` by adding GetFieldType utility type.
|
|
9
|
+
|
|
10
|
+
We sincerely thank @raon0211, @dayongkr, @yhb-flydream, @ssi02014, @JeongHwan-dev, and @guesung for their contributions. We appreciate your great efforts!
|
|
11
|
+
|
|
3
12
|
## Version v1.39.5
|
|
4
13
|
|
|
5
14
|
Released on June 24th, 2025.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
3
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
4
|
-
"version": "1.39.
|
|
4
|
+
"version": "1.39.6-dev.1396+a9e800cf",
|
|
5
5
|
"homepage": "https://es-toolkit.dev",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|