Release history for Mojolicious::Plugin::FormFieldsFromJSON
===========================================================
0.08 2014-12-06
[IMPROVEMENTS]
* add support for checkboxes
[DOCUMENTATION]
* document forms()
* document fields( $form )
0.07 2014-12-05
[TESTS]
* add tests for disabled radiobuttons
* add tests for preselected radiobuttons
[DOCUMENTATION]
* More radiobutton examples
* Document template variables
0.06 2014-12-04
[FIXES]
* 0.05 included too many files
0.05 2014-12-04
[IMPROVEMENTS]
* add support for password fields
* add support for textareas
* add support for radiobuttons
* add helper forms() to return a list of json files in configured directory
* add helper fields() to return a list of fields of a given form
0.04 2014-12-04
[IMPROVEMENTS]
* add support for different templates per input type
* add support for templates for a single form field
[TESTS]
* add tests for additional attributes for form fields
* add test: templates for two fields
[DOCUMENTATION]
* document configuration of plugin
* document template feature
* add examples for text fields
0.03 2014-12-03
[IMPROVEMENTS]
* add support for templates: you can define an .epl template where the fields are embedded. That helps to use this plugin with frameworks like bootstrap
* add support for hidden fields
[TESTS]
* add test for select field with umlauts
0.02 2014-11-28
[FIXES]
* A newer Mojolicious version is required as "every_param" is used
[IMPROVEMENTS]
* handle data in hashreferences for select fields
* add possibility to create optgroups for select fields
[TESTS]
* tests for disabled select options
0.01 2014-11-27
* initial release