Skip to content

Version 3.9.0

Compare
Choose a tag to compare
@aplteam aplteam released this 02 Oct 07:22
· 9 commits to main since this release
  • The term stopFlag was used in two different ways: on the level of the test framework and inside test functions. This required a change: inside test functions, what was initially called stopFlag is now called debugFlag.

    Note that the old name is still supported in order to support old test cases, so this is not a breaking change.

  • stopFlag is not necessarily a Boolean anymore, making the name a misnomer. Therefore, it was renamed to stop.

  • All Run*-functions that accept stop as a left argument now allow it to be "?".

    This led to a list with all the options the user may select from.

To be consumed as a Tatin package from https://tatin.dev