Skip to content

Commit 9d49f4d

Browse files
committed
Changelog
1 parent 66ad0ee commit 9d49f4d

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.5 - May 3 2019
2+
3+
- Expand some docstrings, fix copyright notices
4+
5+
- Add attribute-name validation. The base HTML parser will feed us invalid names, for example <div id="abc"; name="hello"> will feed us a name ';'.
6+
7+
* The standard AdvancedHTMLParser remains best-effort, and will ignore any invalid attribute names when parsing a file/string, but will raise KeyError if you use the .setAttribute method with an invalid name. This allows us to survive parsing more error-ridden files.
8+
9+
* ValidatingAdvancedHTMLParser will now raise a new kind of exception - InvalidAttributeNameException if an invalid attribute name is encountered during parsing.
10+
11+
- Update tests for new validating and attribute name issues
12+
13+
- Strip trailing whitespace from all files
14+
15+
116
* 8.1.4 - Nov 14 2018
217

318
- Expand documentation in README

0 commit comments

Comments
 (0)