Releases: adbar/htmldate
Releases · adbar/htmldate
hmldate-1.5.1
htmldate-1.5.0
- slightly higher accuracy with revised heuristics
- simplified code structure for better performance
- setup: support for 3.12, fromisoformat backport if applicable
- HTML parsing fixes: more lenient parsing, pinned LXML version for MacOS
htmldate-1.4.3
- maintenance release: upgrade
urllib3
dependency
htmldate-1.4.2
- support min_date/max_date as datetimes or datetime strings with @kernc (#73)
- add date attributes to HTML extraction with @kernc (#74)
- fix for extraction of updated and original dates in time elements
- code refactoring and maintenance
Full Changelog: v1.4.1...v1.4.2
htmldate-1.4.1
- better coverage of relevant HTML attributes
- automatically define upper time bound at each function call (#70)
- reviewed and simplified extraction code
- cache validation for format diverging from
%Y-%m-%d
- updated dependencies and removed real-world tests from package
Full Changelog: v1.4.0...v1.4.1
htmldate-1.4.0
htmldate-1.3.2
- technical release: explicit support for Python 3.11 and logo
htmldate-1.3.1
- fix for use of
min_date
&max_date
(#62) - simplified code & updated setup
htmldate-1.3.0
- Entirely type-checked code base
- New function
clear_caches()
(#57) - Slightly more efficient code (about 5% faster)
Full Changelog: v1.2.3...v1.3.0
htmldate-1.2.3
- fix for memory leak (#56)
- docs updated
Full Changelog: v1.2.2...v1.2.3