Skip to content

v2.6.1

Compare
Choose a tag to compare
@jwaliszko jwaliszko released this 26 Aug 20:51
· 204 commits to master since this release
  • slight enhancements:
    • value parser used additionally (if provided) to preprocess value of currently validated field,
    • DOM field name (full name) provided as additional argument to value parser function (to give a hint for which field exactly current parser was invoked),
    • dependencyTriggers variable can be changed from external script, after primary initialization of ea script is done, (api.settings.apply() method introduced),
  • fix - references validation functionality recognizes multiple forms,
  • slight optimization - number of value parsers narrowed down (to essential ones only) when sent to clients.