-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGES
78 lines (56 loc) · 1.26 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
- 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