Skip to content

v2.2.0

Choose a tag to compare

@ide ide released this 22 Apr 21:31
· 21 commits to main since this release
d8836d9

New API

  • Added a timeout option to acquireAsync. If the lock is not acquired before the timeout elapses, the promise returned from acquireAsync is rejected with an error.

Internal

  • Use Sets instead of arrays internally
  • Run tests on Node 16 and 18