Skip to content

v0.2.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 28 Jan 07:01
· 42 commits to master since this release
bb5b8f6

Introduce the Applier type for applying binary and text patches. Like parsing, it is well-covered by unit tests, but not extensively tested with real-world patches. Text patches can only be applied in "strict" mode, where the content and positions in each fragment must match the source exactly. This restriction may be relaxed in future releases.

API Breaks

  • Remove the LineReader type. While v0.1.0 introduced this type, it did not appear in any signatures.