Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • 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.
8 changes: 7 additions & 1 deletion CHANGES.md
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

0 comments on commit a7000d3

Please sign in to comment.