- Fixed breadcrumb extraction from HTML that includes comments.
- Add the
extract_rating
andextract_rating_stars
functions for extracting values. - Add the
extract_review_count
function for extracting review counts.
- New dependencies:
gtin-validator >= 1.0.3
python-stdnum >= 1.19
six
- 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.
- Now requires
price-parser >= 0.3.4
. - Add the
extract_price
function for extracting prices and currencies.
- Add the
extract_brand_name
function for extracting brands. - Drop Python 3.7 support.
- Fix building documentation.
- Initial version.
- Includes extraction of
Breadcrumb
objects.