v1.6.0
What's Changed
- build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #1
- feat(pkg:concurrent): added utility class
MemoryMutex - fix(pkg:concurrent):
DebounceController.scheduleshould clear existing timer when maxDelay is reached - fix(pkg:array): ignore empty arrays in
Deduplicatefunction - test(pkg:array): added unit tests for
Deduplicatefunction - fix(pkg:async): added
destroymethod toAbortTimeoutControllerto release resources in time - fix(pkg:async): modified
abortmethod ofAbortTimeoutControllerto prevent aborting multiple times - feat(pkg:async): added API
Async.withAbortSignal - feat(pkg:concurrent): added utility class
BatchBuffer
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: v1.5.0...v1.6.0