Skip to content

v0.3.0

Compare
Choose a tag to compare
@jgardn3r jgardn3r released this 29 May 03:02
· 221 commits to master since this release

[0.3.0] - 2024-05-29

Removed

  • RefToken and OwningToken types.

Changed

  • Token type to be a struct containing a std::borrow::Cow for the token content instead of
    an enum of RefToken and OwningToken.
  • --files-file parameter to --files-from.

Fixed

  • Missing winapi keyword.
  • Erroneous removal of BOM.
  • Erroneous transcoding of UTF-16 input to UTF-8.
  • Unwanted use of the replacement character when encoding. This now results in an error.