es-toolkit 1.26.0-dev.829 → 1.26.1-dev.830
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# es-toolkit Changelog
|
|
2
2
|
|
|
3
|
+
## Version v1.26.1
|
|
4
|
+
|
|
5
|
+
Released on October 25th, 2024.
|
|
6
|
+
|
|
7
|
+
- Fixed a bug in [isMatch](https://es-toolkit.slash.page/reference/compat/predicate/isMatch.html) that did not strictly compare `null` in objects.
|
|
8
|
+
|
|
9
|
+
This version includes contributions from @D-Sketon. Thank you for your valuable contributions!
|
|
10
|
+
|
|
3
11
|
## Version v1.26.0
|
|
4
12
|
|
|
5
13
|
Released on October 24th, 2024.
|
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.26.
|
|
4
|
+
"version": "1.26.1-dev.830+cee5a1cf",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|