-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Mar 23, 2016
1 parent
6030d28
commit a7000d3
Showing
1 changed file
with
7 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
This release adds an `isNotBlank()` validation specifier, and fixes a bug where sanitizing `to()` a rule on a missing field raised a notice. | ||
This release adds new validation and sanitizing rules: | ||
|
||
- `lowerCase` for all-lower-case values | ||
- `upperCase` for all-upper-case values | ||
- `titleCase` for title-cased values | ||
- `lowerCaseFirst` for values where the first character is lower-case | ||
- `upperCaseFirst` for values where the first character is upper-case |