Skip to content

Version 0.1.4

Latest
Compare
Choose a tag to compare
@Mr0grog Mr0grog released this 02 Jan 01:27
· 3 commits to main since this release
2f7df0f

This is a minor release that updates some of the lower-level parsing and diffing tools this package relies on:

  • Updates the diff-match-patch implementation we rely on for simple text diffs to fast_diff_match_patch v2.x. (#126)

  • Fix misconfigured dependency requirements for html5-parser. This should have no user impact, since there are no releases (yet) in the version range we were accidentally allowing for. (#126)

  • Support lxml v5.x. (#163)