Releases: adbar/htmldate
Releases · adbar/htmldate
htmldate-1.2.2
- slightly higher accuracy & faster extensive extraction
- maintenance: code base simplified, more tests
- bugs addressed: #51, #54
- docs: fix by @MSK1582
Full Changelog: v1.2.1...v1.2.2
htmldate-1.2.1
- speed and accuracy gains
- better extraction coverage, simpler code
- bug fixed (typo in variable)
Full Changelog: v1.2.0...v1.2.1
htmldate-1.2.0
- better performance
- remove unnecessary ciso8601 dependency
- temporary fix for scrapinghub/dateparser#1045 bug
Full Changelog: v1.1.1...v1.2.0
htmldate-1.1.1
- bugfix: input encoding
- improved extraction coverage (#47) by @liulinlin90
Full Changelog: v1.1.0...v1.1.1
htmldate-1.1.0
- better handling of file encodings
- slight increase in accuracy, more efficient code
Full Changelog: v1.0.1...v1.1.0
htmldate-1.0.1
- maintenance release, code base cleaned
- command-line interface:
--version
added - file parsing reviewed
Full Changelog: v1.0.0...v1.0.1
htmldate-1.0.0
- faster and more accurate encoding detection
- simplified code base
- include support for Python 3.10 and dropped support for Python 3.5
htmldate-0.9.1
- improved generic date parsing (thanks @RadhiFadlillah)
- specific support for French and Indonesian (thanks @RadhiFadlillah)
- additional evaluation for English news sites (kudos to @coreydockser & @rahulbot)
- bugs fixed
htmldate-0.9.0
- improved exhaustive search
- simplified code
- bug fixes
- removed support for Python 3.4
htmldate-0.8.1
- bugfixes