|
| 1 | +1.14.0 / 2015-06-30 |
| 2 | +================== |
| 3 | + |
| 4 | +## Core |
| 5 | + * Remove unused removeAttrs method |
| 6 | + * Replace regex for url method |
| 7 | + * Remove bad url param in $.ajax, overwritten by $.extend |
| 8 | + * Properly handle nested cancel submit button |
| 9 | + * Fix indent |
| 10 | + * Refactor attributeRules and dataRules to share noramlizer |
| 11 | + * dataRules method to convert value to number for number inputs |
| 12 | + * Update url method to allow for protocol-relative URLs |
| 13 | + * Remove deprecated $.format placeholder |
| 14 | + * Use jQuery 1.7+ on/off, add destroy method |
| 15 | + * IE8 compatibility changed .indexOf to $.inArray |
| 16 | + * Cast NaN value attributes to undefined for Opera Mini |
| 17 | + * Stop trimming value inside required method |
| 18 | + * Use :disabled selector to match disabled elements |
| 19 | + * Exclude some keyboard keys to prevent revalidating the field |
| 20 | + * Do not search the whole DOM for radio/checkbox elements |
| 21 | + * Throw better errors for bad rule methods |
| 22 | + * Fixed number validation error |
| 23 | + * Fix reference to whatwg spec |
| 24 | + * Focus invalid element when validating a custom set of inputs |
| 25 | + * Reset element styles when using custom highlight methods |
| 26 | + * Escape dollar sign in error id |
| 27 | + * Revert "Ignore readonly as well as disabled fields." |
| 28 | + * Update link in comment for Luhn algorithm |
| 29 | + |
| 30 | +## Additionals |
| 31 | + * Update dateITA to address timezone issue |
| 32 | + * Fix extension method to only method period |
| 33 | + * Fix accept method to match period only |
| 34 | + * Update time method to allow single digit hour |
| 35 | + * Drop bad test for notEqualTo method |
| 36 | + * Add notEqualTo method |
| 37 | + * Use correct jQuery reference via `$` |
| 38 | + * Remove useless regex check in iban method |
| 39 | + * Brazilian CPF number |
| 40 | + |
| 41 | +## Localization |
| 42 | + * Update messages_tr.js |
| 43 | + * Update messages_sr_lat.js |
| 44 | + * Adding Perú Spanish (ES PE) |
| 45 | + * Adding Georgian (ქართული, ge) |
| 46 | + * Fixed typo in catalan translation |
| 47 | + * Improve Finnish (fi) translation |
| 48 | + * Add armenian (hy_AM) locale |
| 49 | + * Extend italian (it) translation with currency method |
| 50 | + * Add bn_BD locale |
| 51 | + * Update zh locale |
| 52 | + * Remove full stop at the end of italian messages |
| 53 | + |
1 | 54 | 1.13.1 / 2014-10-14
|
2 | 55 | ==================
|
3 | 56 |
|
|
0 commit comments