Skip to content

Releases: heap-code/concurrency-synchronization

Release 1.0.1

27 Jun 19:54
Compare
Choose a tag to compare

1.0.1 (2023-06-27)

Bug Fixes

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

Release 1.0.0

27 Jun 17:55
Compare
Choose a tag to compare

1.0.0 (2023-06-27)

Documentation

BREAKING CHANGES

  • First version of this package

Release 0.4.0

27 Jun 17:31
Compare
Choose a tag to compare

0.4.0 (2023-06-27)

Bug Fixes

Features

Release 0.3.0

26 Jun 17:42
Compare
Choose a tag to compare

0.3.0 (2023-06-26)

Features

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

Release 0.2.2

24 Jun 18:37
Compare
Choose a tag to compare

0.2.2 (2023-06-24)

Bug Fixes

  • ci: set runInBand when testing (a26d8db)

Release 0.2.0

24 Jun 08:51
Compare
Choose a tag to compare

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

22 Jun 18:41
Compare
Choose a tag to compare

0.1.2 (2023-06-22)

Bug Fixes

  • semaphore: clear timeout after acquire (1d7f3e7)

Release 0.1.1

21 Jun 21:54
Compare
Choose a tag to compare

0.1.1 (2023-06-21)

Bug Fixes

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

Release 0.1.0

19 Jun 20:45
Compare
Choose a tag to compare

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

18 Jun 14:37
Compare
Choose a tag to compare

0.0.2 (2023-06-18)

Bug Fixes

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