Skip to content

v0.4.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 16 Jun 05:14
· 31 commits to master since this release
d3116e7

API Breaks

  • Rename PatchHeader.Message to PatchHeader.Body for clarity.
  • Remove the PatchDate type and use a plain time.Time instead. Parsing headers now returns an error when a date field uses an unsupported format.

Improvements

  • Return a conflict error if the source still has content left after applying a patch that deletes the file.

Fixes

  • Correctly parse single-digit unpadded days in ParsePatchDate.