We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ca3c7 commit b07bc90Copy full SHA for b07bc90
HISTORY.rst
@@ -2,6 +2,22 @@
2
History
3
=======
4
5
+v0.7.0 (2018-08-23)
6
+-------------------
7
+
8
+In this release OpenGraph parsing is improved:
9
10
+* known OpenGraph namespaces (og, music, video,
11
+ article, book, profile) work without an explicitly defined prefix;
12
+* prefix is extracted both from ``<head>`` and ``<html>`` element attributes,
13
+ not only from ``<head>``;
14
+* prefix parsing is more permissive.
15
16
+Other changes:
17
18
+* pypi version badge is added to the README;
19
+* html parsing code is cleaned up.
20
21
v0.6.0 (2018-08-09)
22
-------------------
23
0 commit comments