11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## 2.0 - unreleased
5+
46## 1.1.3 - 2023-06-28
57- reduce instances where photo is implied (#135 )
68- always do relative URL resolution (#138 )
@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
1921## 1.1.1 - 2018-06-15
2022
2123- streamline backcompat to use JSON only.
22- - fix multiple mf1 root rel-tag parsing
24+ - fix multiple mf1 root rel-tag parsing
2325- correct url and photo for hreview.
2426- add rules for nested hreview. update backcompat to use multiple matches in old properties.
2527- fix ` rel-tag ` to ` p-category ` conversion so that other classes are not lost.
@@ -34,11 +36,11 @@ All notable changes to this project will be documented in this file.
3436- better whitespace algorithm for ` name ` and ` html.value ` parsing
3537- experimental flag for including ` alt ` in ` u-photo ` parsing
3638- make a copy of the BeautifulSoup given by user to work on for parsing to prevent changes to original doc
37- - bump version to 1.1.1
39+ - bump version to 1.1.1
3840
3941## 1.1.0 - 2018-03-16
4042
41- - bump version to 1.1.0 since it is a "major" change
43+ - bump version to 1.1.0 since it is a "major" change
4244- added tests for new implied name rules
4345- modified earlier tests to accommodate new rules
4446- use space separator instead of "T"
@@ -56,12 +58,12 @@ All notable changes to this project will be documented in this file.
5658## 1.0.6 - 2018-03-04
5759
5860- strip leading/trailing white space for ` e-*[html] ` . update the corresponding tests
59- - blank values explicitly authored are allowed as property values
61+ - blank values explicitly authored are allowed as property values
6062- include ` alt ` or ` src ` from ` <img> ` in parsing for ` p-* ` and ` e-*[value] `
61- - parse ` title ` from ` <link> ` for ` p-* ` resolves #84
62- - and ` poster ` from ` <video> ` for ` u-* ` resolves #76
63+ - parse ` title ` from ` <link> ` for ` p-* ` resolves #84
64+ - and ` poster ` from ` <video> ` for ` u-* ` resolves #76
6365- use ` html5lib ` as default parser
64- - use the final redirect URL resolves #62
66+ - use the final redirect URL resolves #62
6567- update requirements to use BS4 v4.6.0 and html5lib v1.0.1
6668- drop support for Python 2.6 as html5lib dropped support
6769
0 commit comments