Skip to content

Releases: jvoegele/wait_for_it

1.2.0 release

08 Mar 16:01
Compare
Choose a tag to compare

[1.2.0] - 2019-03-08

Added

  • Add support for match clauses in else block of case_wait. (Issue #9)

1.1.1 release

03 Mar 15:57
Compare
Choose a tag to compare

[1.1.1] - 2018-03-03

Added

  • Add idle timeout feature for ConditionVariable.
  • Improved test suite.

1.1.0 release

02 Sep 18:29
Compare
Choose a tag to compare

[1.1.0] - 2017-09-02

Added

  • Add support for else clause in case_wait and cond_wait. (Issue #4)
  • Add this CHANGELOG

Changed

  • Use supervisor to manage condition variables. (Issue #5)

Fixed

1.0.0 release

02 Sep 16:54
Compare
Choose a tag to compare

Initial release supporting wait, case_wait, and cond_wait with either polling or condition variable signaling.