Revision history for Perl extension FormValidator::Lite 0.29 - use Class::Load instead of UNIVERSAL::require.(requested by thirano++) 0.28 - fixed deps 0.27 - fixed deps 0.26 - switch to M::B 0.25 - fixed testing issue, maybe. http://www.cpantesters.org/cpan/report/06a2f8f5-795b-1014-89f0-d9a4bbd4963b 0.24 - fixed HTML::Shakan integration. It is broken from 0.23. (ysasaki) 0.23 - better plack support for FILE_MIME/FILE_SIZE https://github.com/tokuhirom/formvalidator-lite-perl/issues/3#issue/3 (tomi-ru++) - doc tweaks(tokuhirom) 0.22 lots of tiny tweaks and bug fixes by tomi-ru++ * 5cd5c78 added FILTER (like D::F). * b8e820b added errors() for accessor to $self->{_error} * d9d9dbe added pod about import() style. * 96ff6a4 bugfix: "" and NOT_BLANK (or REQUIRED) * b973dce fix pod typo * 3e50418 added constraint MATCH for flexibility. * c0393a8 added constraint EQUAL for simple match * efb5ebf pod fix * 3304d26 added constraint EMAIL * 176c647 added constraint REQUIRED as alias to NOT_NULL * ef36dbf added test for NOT_BLANK(alias) * 6b46c81 added test for NOT_NULL and blank string 0.21 - support Plack::Request::Upload(requested by lopnor++) 0.20 - get_error_messages_from_param use wantarray(nekokak). 0.19 - small doc tweaks 0.18 - added $v->query() accessor. 0.17 - (no feature changes) - fixed testing issue. 0.16 - $v->get_error_messages() should return arrayref in scalar context. 0.15 - no code changes. just re-submitting by pause permission issue 0.14 - fix: not ignore zero in regex constraint (bayashi++) 0.13 - suppress warnings(walf443) - added Constraint::Time(walf443) 0.12 - allow empty string parameter when NOT_NULL constraints is not set - fixed regexp of INT, UINT constraints (fujiwara++) 0.11 - some pod fix(by kan++) 0.10 - no feature changes 0.09 - added docs. 0.08 - depend to CGI.pm 3.31 or later. old CGI.pm has a bug, on osx. (suggested by yappo++) 0.07 - oops. fixed broken test. 0.06 - use isa for detect request object type (suggested by typester++) 0.05 - added $validator->get_error_messages_from_param($param) method (by nekokak++) 0.04 - do not modify arguments in $fvl->check(). (reported by craftworks++) 0.03 - bump up version 0.02_02 - oops. i don't use List::MoreUtils. 0.02_01 - fixed uuv - added set_message method 0.02 - is_valid returns 1 or 0 - support single value date validation 0.01_05 - support NOT_NULL constraint in {date => [qw/y m d/]} style key 0.01_04 - added new constraint 'choice' 0.01_03 - oops. remove 'use Smart::Comments' 0.01_02 - my name is tokuhirom. not a 'default name' - added japanese error message dictionary - use gettext style parameter for messages 0.01_01 - initial developer release