Skip to content

Releases: Blobfolio/trimothy

v0.2.2

05 Oct 03:28
Compare
Choose a tag to compare

New

  • NormalizeWhitespace::normalized_control_and_whitespace member method

v0.2.1

05 Oct 01:59
Compare
Choose a tag to compare

Changed

  • Refactor/extend NormalizeWhitespace to work for all u8/char Iterators

v0.2.0

04 Oct 05:08
Compare
Choose a tag to compare

New

  • NormalizeWhitespace trait

Misc

  • Add no_std check to CI
  • Workaround for slow MSRV delta hell in CI

v0.1.8

02 Jun 05:14
Compare
Choose a tag to compare

Changes:

  • Fix UTF8 issue introduced in 0.1.7
  • Improve test coverage
  • Remove all unsafe code

v0.1.6

26 Jan 17:29
Compare
Choose a tag to compare

Changed

  • Bump brunch 0.4

v0.1.5

27 Dec 19:32
Compare
Choose a tag to compare

Changed

  • Minor slice trim performance improvements
  • Update ci badge syntax (docs)

v0.1.4

22 Sep 18:18
Compare
Choose a tag to compare

Changed

  • Lower MSRV 1.56
  • Improve docs

v0.1.3

31 May 02:55
Compare
Choose a tag to compare

Changed

  • Minor performance improvements for TrimSlice implementations

v0.1.2

30 Apr 19:40
Compare
Choose a tag to compare

Changes:

  • Make crate #![no_std] w/o any feature gates

v0.1.1

12 Apr 05:24
Compare
Choose a tag to compare

Changes

  • Minor performance improvements

Fixed

  • Return empty slice when all bytes match trim predicate.
  • Markdown (docs) formatting issues.