Skip to content

Commit 371ef4d

Browse files
author
Angelo Gladding
committed
Merge branch 'main' of github.com:canopy/mf2py-update-docs
2 parents 855f5ba + 07a5375 commit 371ef4d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22
All 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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PRs must pass all tests and linting requirements before they can be merged.
3838
Before you submit a PR to `mf2py`, run the following command in the base directory of the project:
3939

4040
```bash
41-
make style
41+
make lint
4242
```
4343

4444
This will format your code using the linters configured with the project.

0 commit comments

Comments
 (0)