Releases: srittau/python-htmlgen
Release 0.9
This release adds a few new classes, properties, and attribute helpers.
Release 0.8
This release fixes an important API bug in forms and adds new form classes (TextArea, Select, OptionGroup, and Option) as well as form multipart support.
Release 0.7
This release adds a few input classes and improves error handling.
Release 0.6.1
This release fixes a problem in 0.6 with TableCell and TableHeaderCell.
Release 0.6
In this release, elements that accept initial content now accept any number of initial children.
Release 0.5
This release adds support for table elements.
Release 0.4
This release adds support for <a>, <time>, <article>, <dl>, <dt>, <dd>, as well as special support for data-* attributes.
Release 0.3
This release adds several structural and document elements as well as unordered and ordered list support.
Release 0.2
This release adds some often-used elements, most notably <p>, <em>, <i>, <strong>, <b>, and <img>.
Release 0.1.1
A bug-fix release. Also fixes an API problem: Element is now always truthy.