-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
56 lines (30 loc) · 1.3 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
Revision history for Dancer::Plugin::DataTransposeValidator
0.201 Mon 30 Dec 18:44:36 CET 2019
* Fix compat with older Perls
0.200 Mon 30 Dec 17:23:21 CET 2019
* 'validator' now returns an object instead of a hash reference.
0.101 Mon 31 Oct 12:22:02 CET 2016
* Fix various issues spotted by CI
0.100 Mon 31 Oct 11:11:06 CET 2016
* Rules can now be configured in a class instead of eval'ed files.
* Plugin maintains a dispatch table in 'rules' attribute.
0.009 Thu 21 Apr 12:57:26 CEST 2016
* stop using aliased
0.008 Thu 29 Oct 17:40:31 CET 2015
* validate email address in tests using String closes GH #2
* bump smoker dependency on Dancer2 within tests to 0.15
* add diag explain on deeply compare fail to help debug GH #2
0.007 Thu 1 Oct 19:17:35 CEST 2015
* small test changes
0.006 Tue 29 Sep 10:02:49 CEST 2015
* skip D2 tests if D2 version is not >= 0.15
0.005 Sun 27 Sep 20:13:56 CEST 2015
* don't supply ':syntax' to use Dancer2
0.004 Sat 12 Sep 12:07:46 CEST 2015
* Tests skip cleanly if D1 or D2 not installed
0.003 Tue 1 Sep 16:31:53 CEST 2015
* rules files can now contain a code reference to which args can be passed
0.002 Tue 1 Sep 11:43:06 CEST 2015
* Add Dancer2 plugin
0.001 Mon 31 Aug 19:23:52 CEST 2015
* Initial release