Releases: Blobfolio/trimothy
Releases · Blobfolio/trimothy
v0.3.1
v0.3.0
Changed
- Bump MSRV
1.80.0
- Minor code tweaks
Removed
TrimSlice
trait
v0.2.3
This release deprecates the library's TrimSlice
trait now that the core's <[u8]>::trim_ascii
family of methods are stable.
v0.2.2
New
NormalizeWhitespace::normalized_control_and_whitespace
member method
v0.2.1
Changed
- Refactor/extend
NormalizeWhitespace
to work for allu8
/char
Iterator
s
v0.2.0
New
NormalizeWhitespace
trait
Misc
- Add
no_std
check to CI - Workaround for slow MSRV delta hell in CI
v0.1.8
Changes:
- Fix UTF8 issue introduced in
0.1.7
- Improve test coverage
- Remove all
unsafe
code
v0.1.6
Changed
- Bump brunch
0.4
v0.1.5
Changed
- Minor slice trim performance improvements
- Update ci badge syntax (docs)
v0.1.4
Changed
- Lower MSRV
1.56
- Improve docs