Skip to content

v2.4.0

Compare
Choose a tag to compare
@jwaliszko jwaliszko released this 28 Nov 22:51
· 275 commits to master since this release
  • changes related to client-side validation script mostly:
    • dependency validation triggers configurability added: api.settings.dependencyTriggers - a string containing one or more DOM field event types (such as change, keyup or custom event names) for which related fields validation is executed (check eventType parameter of jQuery bind),
    • DOM fields values designated to contain object types are going to be parsed using JSON parser (so far, when there was a type indication other than datetime, numeric, string, bool or guid, exception was thrown) - if there are no json values stored in DOM fields, custom implementation to api.settings.parseObject method can be provided,
    • breaking change to previous version: api.settings.instantValidation switch removed (entire form validation invoke for any event can be simply triggered manually from external scope, so built-in support seems redundant).