* Fixed breadcrumb extraction from HTML that includes comments.
0.5.0
------------------
* Add the ``extract_rating`` and ``extract_rating_stars`` functions for extracting values. * Add the ``extract_review_count`` function for extracting review counts.
* Add the ``extract_gtin`` function for extracting GTIN values of various types. * Add support for text input to ``extract_price``. * Add support for Python 3.12. * CI improvements.
0.3.0
------------------
* Now requires ``price-parser >= 0.3.4``. * Add the ``extract_price`` function for extracting prices and currencies.
0.2.0
------------------
* Add the ``extract_brand_name`` function for extracting brands. * Drop Python 3.7 support.