v1.1.0
- Phase repeat works and has a limit
- test_start can now be a phase that can use plugs, only those plugs will be instantiated at that time
- Phase status is calculated per-phase after the phase finishes
- Phases can return
PhaseResult.SKIP
along withSTOP
, andCONTINUE
Backwards-incompatible changes:
validators
no longer replaces itself in the module namespace.validators.InRange
are now available for subclassing