- Added support for Python 3.14.
- Migrated the build system to
hatchling. - Improved type hints.
- CI improvements.
- Fixed breadcrumb extraction from HTML that includes comments.
- Add the
extract_ratingandextract_rating_starsfunctions for extracting values. - Add the
extract_review_countfunction for extracting review counts.
- New dependencies:
gtin-validator >= 1.0.3python-stdnum >= 1.19six
- Add the
extract_gtinfunction 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_pricefunction for extracting prices and currencies.
- Add the
extract_brand_namefunction for extracting brands. - Drop Python 3.7 support.
- Fix building documentation.
- Initial version.
- Includes extraction of
Breadcrumbobjects.