Releases: heap-code/concurrency-synchronization
Releases · heap-code/concurrency-synchronization
Release 1.0.1
1.0.1 (2023-06-27)
Bug Fixes
- cdn: add UMD to the global build command (daf9f8a)
Release 1.0.0
1.0.0 (2023-06-27)
Documentation
BREAKING CHANGES
- First version of this package
Release 0.4.0
0.4.0 (2023-06-27)
Bug Fixes
Features
Release 0.3.0
0.3.0 (2023-06-26)
Features
- producer-consumer: implement ProducerConsumer (d2983a0), closes #3
Release 0.2.2
0.2.2 (2023-06-24)
Bug Fixes
- ci: set runInBand when testing (a26d8db)
Release 0.2.0
0.2.0 (2023-06-24)
Bug Fixes
- mutex: correct
isLocked
value (af6c84b)
Features
- mutex: add lockWith and tryLockWith bodies (01135a6), closes #2
- mutex: add lockWith and tryLockWith definitions (2bc30d7), closes #2
Release 0.1.2
0.1.2 (2023-06-22)
Bug Fixes
- semaphore: clear timeout after acquire (1d7f3e7)
Release 0.1.1
0.1.1 (2023-06-21)
Bug Fixes
- semaphore: release acquired permits "allocated" to a recently failed
tryLock
(0be72f9)
Release 0.1.0
0.1.0 (2023-06-19)
Features
- mutex: add the mutex implementation (6e36477)
- mutex: set the mutex definition and tests (eb4fe52)
Release 0.0.2
0.0.2 (2023-06-18)
Bug Fixes
- ci: get good files for code coverage (edad6e4)