* Addded support for the ``valueRequired`` and ``valueName`` fields of `action I/O <https://schema.org/docs/actions.html#part-4>`_ to the microdata parser.
0.17.0
--------------------
* Added support for Python 3.12 (PR 218) * Added support for lxml >= 5.2.0 (PR 217, 234) * Cleaned up and modernized the code (PR 214, 219, 220, 222, 223, 224, 225, 226, 227) * Improved the pre-commit and CI configuration (PR 226, 233)
0.16.0
--------------------
* identical with v0.15
0.15.0
--------------------
* Allow extruct to receive a parsed tree, instead of an HTML string (PR 206) * Added support for Python 3.10 and 3.11 * Removed support for Python 3.7 (PR 206) * Code auto-formatted with black & isort
0.14.0
--------------------
* Removed support for Python 2.7 and 3.5 (PR 200) * Removed rdflib-jsonld dependency (PR 188) * Fixed typo in dublincore definitions (PR 190) * Fixed linguist stats (which language is used) (PR 180)
0.13.0
--------------------
* Support for rdflib 6.0.0 (PR 177) * Fix for when jsonld is null (PR 56) * Documentation fixe (PR 173)