Revision history for Form::Sensible 0.11210 2010-03-03 * Added minimum_length to Text field (thanks lukes) * Added first per-field-type test in t/fields/ (also thanks lukes) * Added ability to clear form state ($form->clear_state()) * Added ability to perform complete validation easily on a single field ( $validator->validate_field($form->field('fieldname')) ) 0.11202 2010-02-25 * fixed leftover warns in Reflector.pm 0.11201 2010-02-22 * fixed bug in Reflector.pm... Need MOAR Tests 0.11200 2010-02-21 * Added Overview doc * corrected bug in validation which considered values which evaluated to 'false' to be the same as 'empty' * adjusted Text field rendering to include render_as => 'password' to render a text field as a password * adjusted password rendering to not include the existing value (for security purposes) * moved 'required' flag out of main field object and into validation hashref. 0.11103 2010-02-19 * Added table based templates for HTML rendering. * Switched to