Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@sunsided sunsided released this 02 Dec 17:27
· 13 commits to main since this release
5f525dd

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 the merge_whitespace and merge_whitespace_with_quotes functions for operating on strings rather than string literals. These functions return Cow<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