1.0.1 (2023-06-27)
- cdn: add UMD to the global build command (daf9f8a)
1.0.0 (2023-06-27)
- add
import
in examples (c7752f5)
- First version of this package
0.4.0 (2023-06-27)
- npm: fix types path (74f70ed)
0.3.0 (2023-06-26)
0.2.2 (2023-06-24)
- ci: set runInBand when testing (a26d8db)
0.2.0 (2023-06-24)
- mutex: correct
isLocked
value (af6c84b)
- mutex: add lockWith and tryLockWith bodies (01135a6), closes #2
- mutex: add lockWith and tryLockWith definitions (2bc30d7), closes #2
0.1.2 (2023-06-22)
- semaphore: clear timeout after acquire (1d7f3e7)
0.1.1 (2023-06-21)
- semaphore: release acquired permits "allocated" to a recently failed
tryLock
(0be72f9)
0.1.0 (2023-06-19)
0.0.2 (2023-06-18)
- ci: get good files for code coverage (edad6e4)
- semaphore: add a semaphore implementation