New API
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()(replacingsome()),exactly()(replacingall(),multiple()),on(),onAny()