Releases: sunsided/merge-whitespace-rs
Releases · sunsided/merge-whitespace-rs
1.1.0
To add merge-whitespace/1.1.0 to your project, run
cargo add merge-whitespace --version 1.1.0
To install the latest version, run
cargo add merge-whitespace
Changes
Added
- Added the
merge-whitespace-utils
crate to expose themerge_whitespace
andmerge_whitespace_with_quotes
functions for operating on strings rather than string literals. These functions returnCow<str>
to avoid allocations when no transformation happened.
Internal
- Updated dependencies to latest patch releases.
- Added fuzz testing to ensure panic-safe implementation.
In other notes
Full Changelog: v1.0.0...v1.1.0
v1.0.0
To add merge-whitespace/1.0.0 to your project, run
cargo add merge-whitespace --version 1.0.0
To install the latest version, run
cargo add merge-whitespace
Changes
Added
- Added support for
quote_char
andescape_char
arguments to have optional quotation and escaping support.
Internal
- The crate is now explicitly labeled as
#![forbid(unsafe_code)]
.
In other notes
Full Changelog: v0.1.0...v1.0.0
v0.1.0
To add merge-whitespace/0.1.0 to your project, run
cargo add merge-whitespace --version 0.1.0
To install the latest version, run
cargo add merge-whitespace
What's Changed
New Contributors
Full Changelog: https://github.com/sunsided/merge-whitespace-rs/commits/v0.1.0