Release history for Mojolicious::Plugin::FormFieldsFromJSON
===========================================================

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