updated change log
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::FormValidator::Simple.
2
3 0.14  Fri Jun  4 22:00:00
4     - removed NEXT stuff
5
6 0.13  Thu Sep  3 14:22:00 2009
7     - added message_decode_from option corresponding to
8       FormValidator::Simple set_message_decode_from option.
9       Thanks to Hu Hailin.
10
11 0.12  Thu Nov  2 18:06:00 2006
12     - revert to ver 0.10.
13       When you use relative path on config-file,
14       it's better to write like follow example.
15
16       validator:
17         profiles: __path_to(profiles.yml)__
18         messages: __path_to(messages.yml)__
19
20       Thanks to TYPESTER and Hideo Kimura.
21
22 0.11  Wed Nov  1 17:14:00 2006
23     - fixed to deal with messages file's path well.
24       you can set relative filepath in mod_perl environment.
25       Thanks to Hideo Kimura
26
27 0.10  Mon May 15 00:00:00 2006
28     - bugfix: Now, it validates parameters correctly,
29       when they're set with $c->req->param on recent version of Catalyst.
30       (Thanks to luo.dongxiang)
31
32 0.09  Fri Mar 3 00:00:00 2006
33     - fixed poor mistake, when passing option setting.
34       (Thanks to Roman Filippov)
35
36 0.08  Mon Feb 27 00:00:00 2006
37     - Now, this doesn't use NEXT::ACTUAL.
38           That's make test-server not to work as expected on restarting.
39
40 0.06  Mon Nov 18 00:00:00 2005
41     - change the version of prerequired FormValidator::Simple.
42       Now this module requires FormValidator::Simple Version 0.10 or over.
43       And added many document and tutorials.
44
45 0.05  Mon Nov 14 08:54:00 2005
46     - fixed documentation
47       (Thanks to John Wang)
48
49 0.04  Thu Oct 20 12:23:40 2005
50     - fixed bug: option setting wasn't passed to validator.
51
52 0.03  Sat Oct  1 10:23:40 2005
53     - fixed documentation
54
55 0.02  Fri Sep 30 10:23:40 2005
56     - cpan release version
57
58 0.01  Tue Jul  5 10:23:40 2005
59     - original version; created by h2xs 1.23 with options
60         -X -A Catalyst::Plugin::FormValidator::Simple
61