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
|
||||
|
||||
## 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.
|
||||
|
@ -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"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user