0.07 2022-11-05T16:18:08+01:00
 - Add autofocus to input element.

0.06 2022-11-03T22:29:14+01:00
 - Add CSS for disabled submit.
 - Change CSS for type=text|date|number only.
 - Fix checks for defined value = 0.

0.05 2022-10-26T02:36:47+02:00
 - Add Select and Option objects.
 - Fix data_type parameter for Button.
 - Fix doc in Input object.
 - Rewrite Form to use Input and Select objects.

0.04 2022-10-18T11:01:35+02:00
 - Fix minimal version of Tags::HTML.

0.03 2022-10-14T12:53:54+02:00
 - Add Tags::HTML::Form::Input module for input element.
 - Add tests for errors in process() and process_css().
 - Add tests for Tags::HTML constructor errors.
 - Fix comment in example.
 - Fix ERRORS section in doc.
 - Fix minimal dependencies.
 - Fix textarea value.

0.02 2022-09-28T19:21:22+02:00
 - Fix checkbox with checked 0/1.

0.01 2022-09-12T16:14:41+02:00
 - First version.