Skip to content

Latest commit

 

History

History
92 lines (41 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

92 lines (41 loc) · 3.91 KB

Changelog

1.0.1 (2023-06-27)

Bug Fixes

  • cdn: add UMD to the global build command (daf9f8a)

1.0.0 (2023-06-27)

Documentation

BREAKING CHANGES

  • First version of this package

0.4.0 (2023-06-27)

Bug Fixes

Features

0.3.0 (2023-06-26)

Features

  • producer-consumer: implement ProducerConsumer (d2983a0), closes #3

0.2.2 (2023-06-24)

Bug Fixes

  • ci: set runInBand when testing (a26d8db)

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

0.1.2 (2023-06-22)

Bug Fixes

  • semaphore: clear timeout after acquire (1d7f3e7)

0.1.1 (2023-06-21)

Bug Fixes

  • semaphore: release acquired permits "allocated" to a recently failed tryLock (0be72f9)

0.1.0 (2023-06-19)

Features

  • mutex: add the mutex implementation (6e36477)
  • mutex: set the mutex definition and tests (eb4fe52)

0.0.2 (2023-06-18)

Bug Fixes

  • ci: get good files for code coverage (edad6e4)

0.0.1 (2023-06-18)

  • semaphore: add a semaphore implementation