You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
* 8.1.1 - Oct 15 2018
2
+
3
+
- Add AdvancedHTMLMiniFormatter to top-module level (so from AdvancedHTMLParser import AdvancedHTMLMiniFormatter works as well as from AdvancedHTMLParser.Formatter import AdvancedHTMLMiniFormatter)
4
+
5
+
- Update "formatHTML" program
6
+
7
+
* Expand --help - Now documents the options better.
8
+
9
+
* Document the previously-implemented but unadvertised --indent=' ' argument to formatHTML, to set the level-indentation
10
+
11
+
* Add "-p" or "--pretty" to toggle pretty-printer on formatHTML program (default mode)
12
+
13
+
* Add "-m" or "--mini" to toggle the mini-printer on formatHTML program (new)
14
+
15
+
1
16
* 8.1.0 - Oct 15 2018
2
17
3
18
- Fix an issue where .classNames became no longer an attribute. [ Bug report and solution validation found by github user mninc [ https://github.com/mninc] ]
0 commit comments