version bump, changelog update
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / Changes
CommitLineData
04abc0cc 1Revision history for Perl extension Catalyst::Plugin::FormValidator::Simple.
2
7b5056fe 30.15 Tue Jul 13 14:04:00
4 - fixed issue pertinent to https://rt.cpan.org/Ticket/Display.html?id=58363
5
fc72f03e 60.14 Fri Jun 4 22:00:00
7 - removed NEXT stuff
8
04abc0cc 90.13 Thu Sep 3 14:22:00 2009
10 - added message_decode_from option corresponding to
11 FormValidator::Simple set_message_decode_from option.
12 Thanks to Hu Hailin.
13
140.12 Thu Nov 2 18:06:00 2006
15 - revert to ver 0.10.
16 When you use relative path on config-file,
17 it's better to write like follow example.
18
19 validator:
20 profiles: __path_to(profiles.yml)__
21 messages: __path_to(messages.yml)__
22
23 Thanks to TYPESTER and Hideo Kimura.
24
250.11 Wed Nov 1 17:14:00 2006
26 - fixed to deal with messages file's path well.
27 you can set relative filepath in mod_perl environment.
28 Thanks to Hideo Kimura
29
300.10 Mon May 15 00:00:00 2006
31 - bugfix: Now, it validates parameters correctly,
32 when they're set with $c->req->param on recent version of Catalyst.
33 (Thanks to luo.dongxiang)
34
350.09 Fri Mar 3 00:00:00 2006
36 - fixed poor mistake, when passing option setting.
37 (Thanks to Roman Filippov)
38
390.08 Mon Feb 27 00:00:00 2006
40 - Now, this doesn't use NEXT::ACTUAL.
41 That's make test-server not to work as expected on restarting.
42
430.06 Mon Nov 18 00:00:00 2005
44 - change the version of prerequired FormValidator::Simple.
45 Now this module requires FormValidator::Simple Version 0.10 or over.
46 And added many document and tutorials.
47
480.05 Mon Nov 14 08:54:00 2005
49 - fixed documentation
50 (Thanks to John Wang)
51
520.04 Thu Oct 20 12:23:40 2005
53 - fixed bug: option setting wasn't passed to validator.
54
550.03 Sat Oct 1 10:23:40 2005
56 - fixed documentation
57
580.02 Fri Sep 30 10:23:40 2005
59 - cpan release version
60
610.01 Tue Jul 5 10:23:40 2005
62 - original version; created by h2xs 1.23 with options
63 -X -A Catalyst::Plugin::FormValidator::Simple
64