0.17 2023-07-25
* Inconsistent versions of dependencies fixed
0.16 2023-07-24
* Add "use Exporter;" line so that an import method exists
0.15 2021-01-30
* Add doctype for the html element
* Slightly better formatting of html, head, body elements
0.14 2021-01-11
* New methods "attr", "children" and "type" to inspect an element.
0.13 2021-01-10
* New method "add_class" to add to the class of an element
* New options "id", "class" and "href" for new and push
0.12 2021-01-01
* Method to add comments
* Mention my html validator
0.11 2021-01-01
* Documentation and extra checks
0.10 2017-10-14
* Documentation
0.09 2017-01-06
* Remove HTML blocks from documentation
0.08 2017-01-06
* Documentation examples
0.07 2017-01-05
* Add a new line after block level tags like <p>
* Allow "push"ing of elements created with our "new" method
0.06 2016-11-28
* Improved examples and documentation
0.05 2015-12-02
* Use HTML::Valid::Tagset for checking tags and attributes
* Better checks for valid attributes
* Warn on non-HTML5 constructs
* Switching off warnings works better
0.04 2015-11-25
* Improved compatibility checking
0.03 2014-01-23
* Longer description
* Distro cleanups
0.02 2013-11-25
* Add check of HTML tags
* Add ability to change "text" type
0.01 2013-11-22
* Initial release