This commit is contained in:
raon0211 2024-06-14 10:34:16 +09:00
parent ac4039e815
commit 74ceaf47ec
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# 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
Released on June 13th, 2024.

View File

@ -1,7 +1,7 @@
{
"name": "es-toolkit",
"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": [
"docs"
],