Skip to content

Releases: Blobfolio/trimothy

v0.3.1

05 Sep 19:13
Compare
Choose a tag to compare

Changed

  • Miscellaneous code cleanup and lints
  • Bump brunch to 0.6

v0.3.0

29 Jul 19:25
Compare
Choose a tag to compare

Changed

  • Bump MSRV 1.80.0
  • Minor code tweaks

Removed

  • TrimSlice trait

v0.2.3

25 Jul 20:41
Compare
Choose a tag to compare

This release deprecates the library's TrimSlice trait now that the core's <[u8]>::trim_ascii family of methods are stable.

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