Highlight
- Add new promise validator
 - Add 
STATUS_IGNOREDstatus. The field will be ignored for the current validation if the validator returnsnull 
New features
- iban validator adds new sepa option that requires the IBAN number must be (or not) from the SEPA countries
 - iban validator now supports East Timor, Kosovo countries
 
Improvements
- date validator supports dot (.) separator for European countries
 - #57, #82: iban validator will return
                                    
falseif the country is not supported - #62: Allow to use callback for field's excluded option
 - #91: Skip validation
                                    on button using 
formnovalidateattribute - Add more ejemplos for iban test suite
 - The field container and its feedback icon don't have success/error class if all field validators are disabled
 
Bug fixes
- #47: Spanish VAT validator doesn't work with some ejemplos
 - #48: Override the options when adding field
 - #50: The Brazilian ID (CPF) number must have 11 digits
 - The updateMessage() method must return the plugin instance for chaining
 - When calling resetField(true) and resetForm(true) methods, the field need be reset value before updating the status
 
Document
- #38: Add Loading and saving data in a modal example
 - #43: Add Playing with Bootstrap Combobox example
 - #45: Update the Showing card icon example
 - #49: Add Switching validators on the same field example
 - #54: Add Playing with geocomplete example
 - #61: Add Validating fields that depend on each other example
 - #71: Add Skip validation on specific submit button example
 - #86: Update the summernote example that uses the latest version of Summernote
 - #88: Add Can't submit form after validation example
 - Add Conditional validation example
 - Add Modifying the value before validating example
 - Add Playing with Fuel UX example
 - Add Using data returned by validator example
 - Add Using multiple buttons example
 - Add Using tooltip to show message example
 - Add Validating array of inputs example
 - Fix the Clearing field when clicking the icon example
 - Fix the validator event description
 - Fix various links in the Bootstrap modal example
 - Update the Ajax example, adding a section showing how to upload files with FormData
 - Update the iCheck example to support mobile browsers