Skip to content

New API

Choose a tag to compare

@unional unional released this 30 Oct 07:39
· 282 commits to main since this release

In this release, I completely rewrite AssertOrder to clean up its API.

Many improvements have been made to make the result more consistent.

Breaking changes

  • Step starts from 1 instead of 0
  • step(), all(), multliple(), some() are removed

New methods

  • atLeastOnce() (replacing some()), exactly() (replacing all(), multiple()), on(), onAny()