All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.4.4 Changes

    ๐Ÿ†• New Features

    • โž• Added OSGi support
    • โž• Added better TimeoutException error message
  • v0.4.3 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed issue #17 - ConcurrentUnit.await(long, TimeUnit) not passing through TimeUnit
  • v0.4.2 Changes

    ๐Ÿ†• New Features

    • โž• Added Waiter.rethrow method
  • v0.4.1 Changes

    ๐Ÿ› Bug Fixes

    • โœ… Waiter no longer checks that await calls are made from the main test thread, since JUnit may construct and run the test from different threads
  • v0.4.0 Changes

    ๐Ÿ‘Œ Improvements

    • Replaced internal usage of thread interrrupts with a circuit
    • โœ‚ Removed expectResume APIs
    • โž• Added support for TimeUnits
  • v0.3.4 Changes

    ๐Ÿ› Bug Fixes

    • Always reset remaining resumes on interrupt
  • v0.3.3 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed issue #4 - Use JUnit style argument ordering for for assert equals methods.
    • ๐Ÿ›  Fixed issue #5 - Unit tests passing after single failed test
  • v0.3.2 Changes

    ๐Ÿ”„ Changes

    • โž• Add better failure error messages