Skip to content

Bug Fixes + Validate From URL

Latest
Compare
Choose a tag to compare
@adammcarth adammcarth released this 07 Oct 10:32

New:

Released new validation method that asynchronously validates from a URL:

url: {
   value: "/api/check_username"
}

Documentation on the Wiki Validations Page has been updated 👍

Bug Fixes:

  • General Syntax Improvements
  • Fixed a bug that prevented callbacks from loading on blank attributes
  • Corrected a lot of broken validation methods. All are now fully tested and working.