|
1 | 1 | Change Log |
2 | 2 | ---------- |
3 | 3 |
|
4 | | -0.9999 |
5 | | -~~~~~~ |
| 4 | +0.99999999/1.0b9 |
| 5 | +~~~~~~~~~~~~~~~~ |
| 6 | + |
| 7 | +Released on XXX |
| 8 | + |
| 9 | +* Added ordereddict as a mandatory dependency on Python 2.6. |
| 10 | + |
| 11 | +* Added ``lxml``, ``genshi``, ``datrie``, ``charade``, and ``all`` |
| 12 | + extras that will do the right thing based on the specific |
| 13 | + interpreter implementation. |
6 | 14 |
|
7 | | -Released on XXX, 2014 |
| 15 | +* Now requires the ``mock`` package for the testsuite. |
| 16 | + |
| 17 | +* Cease supporting DATrie under PyPy. |
| 18 | + |
| 19 | +* Remove ``PullDOM`` support, as this hasn't ever been properly |
| 20 | + tested, doesn't entirely work, and as far as I can tell is |
| 21 | + completely unused by anyone. |
| 22 | + |
| 23 | +* Move testsuite to ``py.test``. |
8 | 24 |
|
9 | 25 | * Fix #124: move to webencodings for decoding the input byte stream; |
10 | 26 | this makes html5lib compliant with the Encoding Standard, and |
11 | 27 | introduces a required dependency on webencodings. |
12 | 28 |
|
13 | 29 |
|
| 30 | +0.9999999/1.0b8 |
| 31 | +~~~~~~~~~~~~~~~ |
| 32 | + |
| 33 | +Released on September 10, 2015 |
| 34 | + |
| 35 | +* Fix #195: fix the sanitizer to drop broken URLs (it threw an |
| 36 | + exception between 0.9999 and 0.999999). |
| 37 | + |
| 38 | + |
| 39 | +0.999999/1.0b7 |
| 40 | +~~~~~~~~~~~~~~ |
| 41 | + |
| 42 | +Released on July 7, 2015 |
| 43 | + |
| 44 | +* Fix #189: fix the sanitizer to allow relative URLs again (as it did |
| 45 | + prior to 0.9999/1.0b5). |
| 46 | + |
| 47 | + |
| 48 | +0.99999/1.0b6 |
| 49 | +~~~~~~~~~~~~~ |
| 50 | + |
| 51 | +Released on April 30, 2015 |
| 52 | + |
| 53 | +* Fix #188: fix the sanitizer to not throw an exception when sanitizing |
| 54 | + bogus data URLs. |
| 55 | + |
| 56 | + |
| 57 | +0.9999/1.0b5 |
| 58 | +~~~~~~~~~~~~ |
| 59 | + |
| 60 | +Released on April 29, 2015 |
| 61 | + |
| 62 | +* Fix #153: Sanitizer fails to treat some attributes as URLs. Despite how |
| 63 | + this sounds, this has no known security implications. No known version |
| 64 | + of IE (5.5 to current), Firefox (3 to current), Safari (6 to current), |
| 65 | + Chrome (1 to current), or Opera (12 to current) will run any script |
| 66 | + provided in these attributes. |
| 67 | + |
| 68 | +* Pass error message to the ParseError exception in strict parsing mode. |
| 69 | + |
| 70 | +* Allow data URIs in the sanitizer, with a whitelist of content-types. |
| 71 | + |
| 72 | +* Add support for Python implementations that don't support lone |
| 73 | + surrogates (read: Jython). Fixes #2. |
| 74 | + |
| 75 | +* Remove localization of error messages. This functionality was totally |
| 76 | + unused (and untested that everything was localizable), so we may as |
| 77 | + well follow numerous browsers in not supporting translating technical |
| 78 | + strings. |
| 79 | + |
| 80 | +* Expose treewalkers.pprint as a public API. |
| 81 | + |
| 82 | +* Add a documentEncoding property to HTML5Parser, fix #121. |
| 83 | + |
| 84 | + |
14 | 85 | 0.999 |
15 | 86 | ~~~~~ |
16 | 87 |
|
|