v0.2.0
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.