1.11.0 / 2013-02-04
==================
* Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.
* Update pre-existing labels - fixes #430 closes gh-436
* Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614
* Fix mimetype regex
* Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
* Hebrew messages: Removed dots at end of sentences - Fixes gh-568
* French translation for require_from_group validation. Fixes gh-573.
* Allow groups to be an array or a string - Fixes #479
* Removed spaces with multiple MIME types
* Fix some date validations, JS syntax errors.
* Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.
* Added sftp as a valid url-pattern
* Add Malay (my) localization
* Update localization/messages_hu.js
* Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9
* Localization: Fixed typo in finnish translation
* Fix RTM demo to show invalid icon when going from valid back to invalid
* Fixed premature return in remote function which prevented ajax call from being made in case an input was entered too quickly. Ensures remote validation always validates the newest value.
* Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field.
1.10.0 / 2012-09-07
===================
* Corrected French strings for nowhitespace, phoneUS, phoneUK and mobileUK based upon community feedback.
* rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW)
* Optimise RegEx patterns, especially for UK phone numbers.
* Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
* Added croatian (HR) localization
* Existing French translations were edited and French translations for the additional methods were added.
* Merged in changes for specifying custom error messages in data attributes
* Updated UK Mobile phone number regex for new numbers. Fixes #154
* Add element to success call with test. Fixes #60
* Fixed regex for time additional method. Fixes #131
* resetForm now clears old previousValue on form elements. Fixes #312
* Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359
* Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405
* Added jQuery Mobile demo. Fixes #249
* Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7
* Added US zip code support and test. Fixes #90
* Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244
* Removed number stripping from stripHtml. Fixes #2
* Fixed invalid count on invalid to valid remote validation. Fixes #286
* Add link to file_input to demo index
* Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369
* Disables blur event when onfocusout is set to false. Test added.
* Fixed value issue for radio buttons and checkboxes. Fixes #363
* Added test for rangeWords and fixed regex and bounds in method. Fixes #308
* Fixed TinyMCE Demo and added link on demo page. Fixes #382
* Changed localization message for min/max. Fixes #273
* Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217
* Fixed delegate bug for dynamic-totals demo. Fixes #51
* Fix incorrect message for alphanumeric validator
* Removed incorrect false check on required attribute
* required attribute fix for non-html5 browsers. Fixes #301
* Added methods "require_from_group" and "skip_or_fill_minimum"
* Use correct iso code for swedish
* Updated demo HTML files to use HTML5 doctype
* Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41
* Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116
* Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9
* Fix bad double quote in test fixtures
* Fix maxWords method to include the upper bound, not exclude it. Fixes #284
* Fixed grammar error in german range validator message. Fixes #315
* Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280
* Fix jQuery.format usage, should be $.validator.format. Fixes #329
* Methods for 'all' UK phone numbers + UK postcodes
* Pattern method: Convert string param to RegExp. Fixes issue #223
* grammar error in german localization file
* Added Estonian localization for messages
* Improve tooltip handling on themerollered demo
* Add type="text" to input fields without type attribute to please qSA
* Update themerollered demo to use tooltip to show errors as overlay.
* Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load.
* Fixed min error message broken in Japanese.
* Update form plugin to latest version. Enhance the ajaxSubmit demo.
* Drop dateDE and numberDE methods from classRuleSettings, leftover from moving those to localized methods
* Passing submit event to submitHandler callback
* Fixed #219 - Fix valid() on elements with dependency-callback or dependency-expression.
* Improve build to remove dist dir to ensure only the current release gets zipped up
1.9.0
---
* Added Basque (EU) localization
* Added Slovenian (SL) localization
* Fixed issue #127 - Finnish translations has one : instead of ;
* Fixed Russian localization, minor syntax issue
* Added in support for HTML5 input types, fixes #97
* Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute.
* Fixed showLabel() removing all classes from error element. Remove only settings.validClass. Fixes #151.
* Added 'pattern' to additional-methods to validate against arbitraty regular expressions.
* Improved email method to not allow the dot at the end (valid by RFC, but unwanted here). Fixes #143
* Fixed swedish and norwedian translations, min/max messages got switched. Fixes #181
* Fixed #184 - resetForm: should unset lastElement
* Fixed #71 - improve existing time method and add time12h method for 12h am/pm time format
* Fixed #177 - Fix validation of a single radio or checkbox input
* Fixed #189 - :hidden elements are now ignored by default
* Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr
* Fixed #47, #39, #32 - Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users).
1.8.1
---
* Added Thai (TH) localization, fixes #85
* Added Vietnamese (VI) localization, thanks Ngoc
* Fixed issue #78. Error/Valid styling applies to all radio buttons of same group for required validation.
* Don't use form.elements as that isn't supported in jQuery 1.6 anymore. Its buggy as hell anyway (IE6-8: form.elements === form).
1.8.0
---
* Improved NL localization (http://plugins.jquery.com/node/14120)
* Added Georgian (GE) localization, thanks Avtandil Kikabidze
* Added Serbian (SR) localization, thanks Aleksandar Milovac
* Added ipv4 and ipv6 to additional methods, thanks Natal Ngétal
* Added Japanese (JA) localization, thanks Bryan Meyerovich
* Added Catalan (CA) localization, thanks Xavier de Pedro
* Fixed missing var statements wi