TODO

* Add ability to add data to form instance post constructor.

0.0.5 / 2014-03-08

* <select> input will generate <option> without "value" attribute when option value is "0".

0.0.4 / 2014-02-27

* It is now always assumed that $_POST variable is form input.
* Added Psr\Log\LoggerInterface.
* Handling a copy of the user input is now handed to ./agent.php script. This script is included using composer's file loader. It will be executed regardless of whether an instance of a form is constructed.
* gajus[dora][uid] parameter is now appended to every input when it is generad using an instance of Form. UID is used to catch submit event of a particular form. UID is used to populate only the submitted form.

0.0.3 / 2014-02-17

* Fixed PSR-4 autload support.

0.0.2 / 2014-01-17

* Renamed library from Thorax to Dora. There is already library called Thorax, http://thoraxjs.org/.
* Added first unit test.
* \gajus\dora\form\Input no longer has a property for the parent \gajus\dora\Form instance. Instead input value is retrieved at the time of instantiation.

0.0.1 / 2014-01-13

* Added Translator. Translator is responsible for Input name.

0.0.0 / 2014-01-12

* Starting change log.
* Added composer.json.
* Changed namespace from ay\ to gajus\ to match the Github repository.
