Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@owenvoke owenvoke released this 30 May 14:39
b15fada

BREAKING CHANGE

Likelihood Of Impact: Low

The VerificationCodeIsValid has been changed to implement ValidationRule instead of the deprecated Rule interface.

If you were manually using the passes() or message() methods, these are no longer available and should be migrated to use validate() instead.

What's Changed

  • feat: migrate from Rule to ValidationRule by @owenvoke in #43

Full Changelog: v0.5.7...v0.6.0