Skip to content

v1.0.0

Compare
Choose a tag to compare
@sunsided sunsided released this 03 Jun 13:25
· 26 commits to main since this release
b45e8eb

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 and escape_char arguments to have optional quotation and escaping support.

Internal

  • The crate is now explicitly labeled as #![forbid(unsafe_code)].

In other notes

  • Add quotation mark and escaping support by @sunsided in #3

Full Changelog: v0.1.0...v1.0.0