v0.3.0
[0.3.0] - 2024-05-29
Removed
RefToken
andOwningToken
types.
Changed
Token
type to be a struct containing astd::borrow::Cow
for the token content instead of
an enum ofRefToken
andOwningToken
.--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.