version bump, changelog update
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::FormValidator::Simple.
2
3 0.15  Tue Jul  13 14:04:00
4     - fixed issue pertinent to https://rt.cpan.org/Ticket/Display.html?id=58363
5
6 0.14  Fri Jun  4 22:00:00
7     - removed NEXT stuff
8
9 0.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
14 0.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
25 0.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
30 0.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
35 0.09  Fri Mar 3 00:00:00 2006
36     - fixed poor mistake, when passing option setting.
37       (Thanks to Roman Filippov)
38
39 0.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
43 0.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
48 0.05  Mon Nov 14 08:54:00 2005
49     - fixed documentation
50       (Thanks to John Wang)
51
52 0.04  Thu Oct 20 12:23:40 2005
53     - fixed bug: option setting wasn't passed to validator.
54
55 0.03  Sat Oct  1 10:23:40 2005
56     - fixed documentation
57
58 0.02  Fri Sep 30 10:23:40 2005
59     - cpan release version
60
61 0.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