Skip to content

Commit b804b20

Browse files
committed
Changelog
1 parent 5957a5a commit b804b20

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
116
* 8.1.0 - Oct 15 2018
217

318
- 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

Comments
 (0)