Skip to content

Releases: adbar/htmldate

htmldate-1.8.1

11 Apr 14:50
6dde09e
Compare
Choose a tag to compare

htmldate-1.8.0

19 Mar 12:47
3e8ba44
Compare
Choose a tag to compare

htmldate-1.7.0

17 Jan 17:00
45bc131
Compare
Choose a tag to compare
  • fix meta property updated vs. original behavior (#121)
  • support for LXML version 5.0+ (#127)
  • fix image links in Readme

htmldate-1.6.1

02 Jan 12:13
b296776
Compare
Choose a tag to compare
  • fix for MacOS: pin LXML dependency with @adamh-oai

htmldate-1.6.0

21 Nov 15:57
964be3c
Compare
Choose a tag to compare
  • focus on precision, stricter extraction patterns (#103, #105, #106, #112)
  • simplified code base (#108, #109)
  • replaced lxml.html.Cleaner (#104)
  • extended evaluation

Full Changelog: v1.5.2...v1.6.0

htmldate-1.5.2

09 Oct 11:45
da38893
Compare
Choose a tag to compare
  • fix for missing months keys in custom extractor (#100)
  • fix for None in try_date_expr() (#101)

hmldate-1.5.1

05 Sep 14:09
966488c
Compare
Choose a tag to compare
  • fix regression for fast extraction introduced in e8b3538 (#96)
  • fix setup by making backports-datetime-fromisoformat optional (#95)

htmldate-1.5.0

28 Aug 14:42
ae3b83e
Compare
Choose a tag to compare
  • 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

03 May 09:11
3e94498
Compare
Choose a tag to compare
  • maintenance release: upgrade urllib3 dependency

htmldate-1.4.2

20 Mar 15:35
Compare
Choose a tag to compare
  • 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