-
Notifications
You must be signed in to change notification settings - Fork 6
/
Changes
158 lines (87 loc) · 3.48 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Revision history for Data::Transpose
0.0023 Mon Oct 31 12:06:53 2016 CET
[ENHANCEMENTS]
* Move build dependencies to BUILD_REQUIRES (Peter Mottram, GH #28).
[TESTS]
* Add coverage to Travis and more tests (Lisa Hare, GH #27).
0.0022 Wed Feb 10 21:58:15 2016 CET
[BUG FIXES]
* Remove obsolete test credit card numbers for Discover cards
(Slaven Rezić, Marco Pessotto, GH #25, #26).
0.0021 Tue Jan 19 11:49:42 2016 CET
[BUG FIXES]
* Do not rely on unknown domains for checking mail validation
(Marco Pessotto, GH #24).
[TESTS]
* Add Travis CI configuration file (Stefan Hornburg/Racke).
0.0020 Sun Aug 16 10:53:30 2015 WEST
[ENHANCEMENTS]
* Add DataTime validator (Sam Batschelet, GH #16, #18).
[BUG FIXES]
* Avoid double errors on undefined strings in String validator
(Marco Pessotto).
[DOCUMENTATION]
* Improve clarity in Data::Transpose::Validator::Subrefs
(Peter Mottram, GH #19).
* Remove superfluous "the" from POD for the Validator class
(Stefan Hornburg).
[TESTS]
* Add tests and documentation for errors_hash method.
0.0015 Sun Jul 5 11:05:00 2015 CEST
[BUG FIXES]
* Fix "repetion" typo (Stefan Hornburg).
0.0014 Wed Jun 3 11:00:13 2015 CEST
[BUG FIXES]
* Fix stale data caused by missing input fields
(GH #14, Marco Pessotto).
[DOCUMENTATION]
* Add example to synopsis and improve name and
description (GH #12, #13, Todd Wade).
0.0013 Sun May 17 21:45:06 2015 CEST
[TESTS]
* Fix for mxcheck test failures (GH #5, #11, Todd Wade).
0.0012 Fri Feb 6 10:43:29 2015 CET
[ENHANCEMENTS]
* Add Data::Transpose::Prefix class (Stefan Hornburg).
* Migrate Data::Transpose to Moo (GH #8, Marco Pessotto).
* Add auto correction for email addresses with double dots
before top level domain (Stefan Hornburg).
0.0011 Fri Dec 5 12:28:44 2014 CET
[ENHANCEMENTS]
* Added option collapse_whitespace to validator (GH #7, Marco Pessotto).
* Clarify error message on hashref check in transpose method
(Stefan Hornburg).
0.0010 Wed Apr 30 08:58:07 2014 CEST
[BUG FIXES]
* Remove the additional check on ' for email addresses, as this is a
valid character per RFC 822 (GH #6, Marco Pessotto).
0.0009 Thu Mar 13 19:34:00 2014 CET
* Add iterator Data::Transpose::Iterator::Scalar.
0.0008 Fri Feb 28 16:32:04 2014 CET
* Add transpose_object method to Data::Transpose.
* Add links to classes in POD for Data::Transpose.
0.0007 Tue Feb 25 19:16:45 2014 CET
* Allow to pass validator options inside field arguments for named
validators.
* Fix typo in Data::Transpose::Validator's documentation for prepare
method.
* Fix typos in NumericRange iterator.
* Fix link to credit card validator in the documentation.
* Add Moo to prequisites.
0.0006 Fri Feb 7 17:33:56 2014 CET
* Add base and errors iterators.
0.0005 Sat Jan 18 13:41:32 2014 CET
* Add group validation.
* Add success method to Data::Transpose::Validator.
* Fix spurious =item in Data::Transpose::Validator's POD.
* Run POD tests only when RELEASE_TESTING is set.
* Add resource and bugtracker to Makefile.PL.
0.0004 Thu Feb 21 13:46:56 2013 CET
* Added Data::Transpose::Validator, a module to validate incoming
data (form-oriented).
0.0003
* Added documentation
0.0002
* Added Data::Transpose::EmailValid and Data::Transpose::PasswordPolicy
0.0001
* Initial release.