Aura.Filter v2.0.0-beta2 Release Notes

Release Date: 2015-10-13 // over 8 years ago
  • ๐Ÿš€ Second beta release.

    • ๐Ÿ‘ (ADD) Add UTF-8 support in Alpha, Alnum, Strlen*, and Word filters with help from @mivanov93.
      • All string-length filters are now multi-byte aware using either mbstring or iconv extensions.
      • In alnum and alpha rules, use unicode letters and digits instead of ctype.
      • 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.