Skip to content

Commit

Permalink
update chages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 27, 2016
1 parent b717bf9 commit e8038a9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
Second beta release.
Third beta release.

- (ADD) Add UTF-8 support in Alpha, Alnum, Strlen*, and Word filters with help from @mivanov93.
- (BRK) Due to new blank-checking in ValidateSpec::applyRule(), remove 'blank' validation rule, and add 'isBlank()' validation spec method.

- All string-length filters are now multi-byte aware using either `mbstring` or `iconv` extensions.
- (FIX) Filter arguments using arrays, resources, and objects (including closures) no longer cause errors when creating the default filter message.

- In alnum and alpha rules, use unicode letters and digits instead of ctype.
- (ADD) Validation now fails on missing (unset or null) fields.

- In word rules, use unicode letters and digits instead of \w and \W.

- (ADD) More robust email validation based on is_email() from @dominicsayers, plus IDN support as suggested by @dg via the `intl` extension.

- (TEST) Update Travis-CI config to use containers.

- (DOCS) Update relevant documentation.
- (DOC) Update documentation.

0 comments on commit e8038a9

Please sign in to comment.