Skip to content

Releases: deadpixelsociety/passport

AndroidX Support

13 Sep 20:54
Compare
Choose a tag to compare
  • Updated Kotlin and Android versions.
  • Added AndroidX material and fragment support.

Out of Order Failure Messages

20 Mar 15:22
Compare
Choose a tag to compare

Fixed a bug in previous release where failure messages could be out of order.

Fail Fast Mode

20 Mar 14:53
Compare
Choose a tag to compare
  • Added a new Fail Fast validation mode that processes all views but stops processing rules at the first failure.
  • Fixed a bug that caused rules to be processed out of order.
  • Added a validator property delegate for easy DSL creation.
  • Removed string nullability from default TextView and TextInputEditText/Layout validators.

Validator Factories

09 Sep 20:30
Compare
Choose a tag to compare
2.0.1

Updated version and README.

2.0

18 Aug 18:58
Compare
Choose a tag to compare
2.0

Simplified API and improved on the DSL. Also split the support library dependencies into separate modules.