Skip to content

v2.0.0

Compare
Choose a tag to compare
@NoriSte NoriSte released this 14 Jun 14:23
· 9 commits to master since this release

2.0.0 (2023-06-14)

Bug Fixes

  • update the timeout logic to consider also the checkFunction duration (146a775), closes #464

BREAKING CHANGES

  • The timeout is now respected even if checkFunction takes a long time. As a result,
    you could face that your checkFunction runs less times.

  • Drop support for Node.js < 18.16.0