Skip to content

Naming conventions and ctype.

Compare
Choose a tag to compare
@augustohp augustohp released this 10 Dec 03:18
· 1427 commits to 2.4 since this release

This is more of a house-cleaning tag than anything. We've been using develop branch for quite some time instead of doing proper releases, some updates related to master (+1 year from the last tag!) are:

  • PHP 5.5 is officially supported. (along with 5.3 and 5.4)
  • Some naming conventions (prefer rules on singular instead of plural)
  • Use of ctype functions when possible (by @ramaciotti)
  • New validation rules:
    • File system rules: file, exists, symbolicLink, readable, writable, uploaded. (by @henriquemoody)
    • Testing rules: alwaysValid, alwaysInvalid. (by @alganet)
    • Country abbreviation following ISO-3166-1 alpha2 rules: countryCode (by @alganet)
    • A base validator, for numerical (binary, octal, hexadecimal, decimal) and custom bases. (by @caferrari)
    • A phone rule. (by @mf on #123)

Thanks for every contributor who was not mentioned on the release, you are great!