Skip to content

2.2.0

Compare
Choose a tag to compare
@pmjones pmjones released this 23 Mar 15:22
· 20 commits to 2.x since this release

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