-
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.
- `EachRule` - Made `Validator` a callable class - Allow adding rules via `Validator` constructor Deprecated - `Validator.build()` Changed - Moved all files to src folder. Use `import 'package:flrx_validator/flrx_validator.dart';` *BREAKING CHANGE* - Minor Code cleanup Fixed - Fixed `transformMessage` not applying properly in `AnyRule` Removed - OneOfRule (deprecated in v0.3.0) Merge branch 'release/0.4.0+2'
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: flrx_validator | ||
description: > | ||
A powerful, extensible validator package to get validation messages based on a list of rules. | ||
version: 0.4.0+1 | ||
version: 0.4.0+2 | ||
author: Flrx Team <[email protected]> | ||
homepage: https://flrx.github.io/validator/ | ||
repository: https://github.com/flrx/validator | ||
|