Skip to content

v1.2.0

Choose a tag to compare

@ide ide released this 07 Sep 01:20
1c35f51

v1.2.1

  • Added back support for require('await-lock'), which will go away in 2.0.0.

v1.2.0

  • Migrated from Flow to TypeScript
  • Removed Flow types. This is technically a breaking change, but I decided that it didn't warrant a new major version. Use ~1.1.3 if you want to use the last version with Flow.
  • Added tryAcquire, a method to try to acquire the lock immediately without waiting. This method returns true if the lock was acquired and false otherwise.
  • Migrated from Babel 6 to 7 (used for testing)
  • Switched to GitHub Actions for testing
  • Added code-coverage tracking with Codecov