mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
v1.3.0
This commit is contained in:
parent
ac4039e815
commit
74ceaf47ec
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# es-toolkit Changelog
|
# es-toolkit Changelog
|
||||||
|
|
||||||
|
## Version v1.3.0
|
||||||
|
|
||||||
|
Released on June 14th, 2024.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add support for using AbortSignals to cancel `debounce`d functions. (https://github.com/toss/es-toolkit/pull/45)
|
||||||
|
|
||||||
|
### Performance Optimizations
|
||||||
|
|
||||||
|
- Optimize the time complexity of `intersection`. (https://github.com/toss/es-toolkit/pull/47)
|
||||||
|
|
||||||
## Version v1.2.2
|
## Version v1.2.2
|
||||||
|
|
||||||
Released on June 13th, 2024.
|
Released on June 13th, 2024.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "es-toolkit",
|
"name": "es-toolkit",
|
||||||
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
||||||
"version": "1.2.2",
|
"version": "1.3.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"docs"
|
"docs"
|
||||||
],
|
],
|
||||||
@ -130,4 +130,4 @@
|
|||||||
"lint": "eslint ./src --ext .ts",
|
"lint": "eslint ./src --ext .ts",
|
||||||
"format": "prettier --write ."
|
"format": "prettier --write ."
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user