Skip to content

v1.6.0

Choose a tag to compare

@fenying fenying released this 25 Dec 15:16
· 58 commits to master since this release
v1.6.0
810332a

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.schedule should clear existing timer when maxDelay is reached
  • fix(pkg:array): ignore empty arrays in Deduplicate function
  • test(pkg:array): added unit tests for Deduplicate function
  • fix(pkg:async): added destroy method to AbortTimeoutController to release resources in time
  • fix(pkg:async): modified abort method of AbortTimeoutController to prevent aborting multiple times
  • feat(pkg:async): added API Async.withAbortSignal
  • feat(pkg:concurrent): added utility class BatchBuffer

New Contributors

Full Changelog: v1.5.0...v1.6.0