Parsley.js v2.0.0-rc5 Release Notes

    • totally reworked multiple fields (#542):
      • created a new Class: ParsleyFieldMultiple
      • multiple fields returns now same ParsleyFieldMultiple instance
    • dist/parsley+remote.js and dist/parsley+remote.min.js have been renamed to dist/parsley.remote.js and dist/parsley.remote.min.js
    • changed the way asyncValidate handle events
    • fix warning if parsley called on a page without elements to validate (#562)
    • fixed ParsleyUtils.attr() attribute checking (#564)
    • updated ParsleyUtils.get() method. Do not support anymore placeholder feature since ParsleyUtils.get() || placeholder writing is more readable
    • select and select multiple elements both handle the parsley-success and parsley-error classes directly and not their parent.
    • added pattern flags support (#566, #550)
    • fixed ParsleyFieldMultiple optional fields if not explicitely required
    • fixed ParsleyFieldMultiple trigger
    • fixed select UI auto-bind change on error (#537)
    • fixed asyncIsValid() and asyncValidate() API to support force option