File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -269,13 +269,13 @@ that attribute will be displayed instead of the error dialog that the validation
269
269
## Changelog
270
270
271
271
#### 2.0
272
- * [ min|max] _ length is removed (now merged with length validation)
273
- * number, int, float is merged together, all three variants is now validated by the number validation
274
- * phone moved to "sweden" module and renamed to swephone
272
+ * [ min|max] _ length is removed (now merged with length validation).
273
+ * The number, int and float validation is merged together, all three variants is now validated by the number validation.
274
+ * Phone validation is moved to "sweden" module and renamed to swephone.
275
275
* The attribute to be used when defining the regular expression for custom validations is now moved to its own attribute (data-validation-regexp)
276
- * Length validation now looks at attribute data-validation-length (eg. min5, max200, 3-12)
277
- * The validation rule no longer needs to be prefixed with "validate_ " (it's still possible to use the prefix but it's considered deprecated)
278
- * Some validation functions is moved to modules (see function reference in top of this document)
276
+ * Length validation now looks at attribute data-validation-length (eg. min5, max200, 3-12).
277
+ * The validation rule no longer needs to be prefixed with "validate_ " (it's still possible to use the prefix but it's considered deprecated).
278
+ * Some validation functions is moved to modules (see the function reference over at http://formvalidator.net ).
279
279
* Added function $.formSetup() to reduce the amount of code that has to be written when initiating the form validation.
280
280
281
281
You can’t perform that action at this time.
0 commit comments