File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ News in version 0.99.0
2+ ======================
3+
4+ First Beta Release
5+
6+ API Additions
7+ -------------
8+
9+ * Add generate_html_string().
10+ * Add css_class_attribute().
11+ * Add Checkbox (<input type="checkbox">), RadioButton (<input type="radio">),
12+ and Label (<label>).
13+
14+ API-Incompatible Changes
15+ ------------------------
16+
17+ * Remove html_attribute() from htmlgen.element.
18+
19+ Improvements
20+ ------------
21+
22+ * Render CSS classes alphabetically for easier unit testing.
23+
24+ Bug Fixes
25+ ---------
26+
27+ * Fix PendingDeprecationWarnings.
28+
129News in version 0.9
230===================
331
Original file line number Diff line number Diff line change 55
66setup (
77 name = "htmlgen" ,
8- version = "0.10 " ,
8+ version = "0.99.0 " ,
99 description = "HTML 5 Generator" ,
1010 author = "Sebastian Rittau" ,
1111 author_email = "srittau@rittau.biz" ,
You can’t perform that action at this time.
0 commit comments