0.3.1 - 2024-09-05
- Miscellaneous code cleanup and lints
- Bump
brunch
to0.6
0.3.0 - 2024-07-29
- Bump MSRV
1.80.0
- Minor code tweaks
TrimSlice
trait
0.2.3 - 2024-07-25
TrimSlice
trait; prefer native slicetrim_ascii
methods now that they're stable
0.2.2 - 2023-10-04
NormalizeWhitespace::normalized_control_and_whitespace
member method
0.2.1 - 2023-10-04
- Refactor/extend
NormalizeWhitespace
to work for allu8
/char
Iterator
s
0.2.0 - 2023-10-03
NormalizeWhitespace
trait
0.1.8 - 2023-06-01
- Fix UTF8 issue with String::trim_end*
- Remove all
unsafe
blocks - Improve CI coverage
0.1.6 - 2023-01-26
- Bump brunch
0.4
(dev)
0.1.5 - 2022-12-27
- Minor slice trim performance improvements
- Update ci badge syntax (docs)
0.1.4 - 2022-09-22
- Lower MSRV
1.56
- Improve docs
0.1.3 - 2022-05-30
- Minor performance improvements for
TrimSlice
implementations
0.1.2 - 2022-04-30
- Make crate
#![no_std]
w/o any feature gates
0.1.1 - 2022-04-11
- Minor performance improvements
- Return empty slice when all bytes match trim predicate.
- Markdown (docs) formatting issues.
0.1.0 - 2022-04-11
Initial release!