-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
46 lines (29 loc) · 943 Bytes
/
CHANGELOG
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
==========
Changlelog
==========
0.6.3 (Unreleased)
------------------
* Improve email validator
0.6.2 (2010-01-18)
------------------
* Added a custom messages keyword argument to allow them to be overridden
0.6.1 (2009-11-09)
------------------
* Fixed error in length validator message
0.6 (2009-01-29)
----------------
* Added better reprs
* Attached the original validator to the exception to allow developers to customise the error messages
0.5.4 (2009-01-21)
------------------
* Added a short term fix to make the error messages bubble up in Any and All validators.
0.5.2 (2009-01-21)
------------------
BUGFIX: plain text validator was not handling unicode correctly and produced incorrect error messages when no extra characters were passed
0.5.1 (2009-01-06)
------------------
Cleaned up repo
* Added files recommended by pypi including license
0.5 (2009-01-05)
----------------
NOTE: First External Release