CHANGES
- 1.4.2 Libraries Updated Python version updated - 1.4.1 Library Updated Fix custom message with format {} fails with Key error #47 - Thanks @rubber-side-down - 1.4 Library changes Added BIC (Bank Identifier Codes) validator - 1.3 Library changes PEP Validations Added ValidateNumber (NaN) - 1.2.3 Release error - 1.2.2 Bug fixes - 1.2.1 Updated Documentation and Dependencies - 1.2.0 New Constrain: Range Validator - 1.1.3 Implements pymoneyed for Currency validator - 1.1.2 Fix some invalid exception messages - 1.1.1 Allow variables on the custom messages - 1.1 Allow custom messages - 1.0.1 Bug fixing - 1.0 Better Documentation Allow stop() and start() the validation - 0.9 Bug fixing - 0.8 Finanital Validations: Currency, IBAN, CreditCard, ISBN allow_null now is a Validator property - 0.7 Custom Exception: ValidateError Coverall - 0.6 Added Regex, IP, URL, Locale, County and Timezone Validators Added to pypi - 0.5 Added Numeric, Email, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual Validators __init__ refactor - 0.4 Added Boolean and Max Length Validators - 0.3 Added Test, Documentation, and a huge code refactor - 0.2 Added Integer and String Validators - 0.1 Basic Structure