-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
NumberRule
which checks if the value is a valid number or not
Added `MinRule` which checks if the value is greater a specific number or not Added `MaxRule` which checks if the value is less than a specific number or not `MinLengthRule`, `MaxLengthRule` now supports List and Map `RequiredRule` now supports List, Map and other Data types. In case of other Data type, nullability of the value is tested Update Project Style Migrate Example to AndroidX Update Docs Dependencies Merge branch 'release/0.5.0'
- Loading branch information
Showing
40 changed files
with
3,265 additions
and
2,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.