This commit is contained in:
Christian Alfoni 2015-01-21 15:23:35 +01:00
parent f0faede640
commit 0834810d67
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ The main concept is that forms, inputs and validation is done very differently a
**0.6.0**
- **onSubmit()** now has the same signature regardless of passing url attribute or not
- **isPristine()** is a new method to handle "touched" form elements (thanks @FoxxMD)
- Mapping attribute to pass a function that maps input values to new structure. The new structure is either passed to *onSubmit* or to the server when using a url attribute (thanks for feedback @MattAitchison)
- Mapping attributes to pass a function that maps input values to new structure. The new structure is either passed to *onSubmit* and/or to the server when using a url attribute (thanks for feedback @MattAitchison)
- Added default "equalsField" validation rule
- Lots of tests!