Releases: Blobfolio/trimothy
Releases · Blobfolio/trimothy
v0.6.1
v0.6.0
New
- impl
TrimMut
forCow<str>
- impl
TrimMatchesMut
forCow<str>
- impl
TrimMut
forCow<[u8]>
- impl
TrimMatchesMut
forCow<[u8]>
Changed
- Bump
brunch
to0.7
(dev) - Miscellaneous code changes and lints
v0.5.0
New
TrimNormal
traitTrimNormalBytes
traitTrimNormalChars
trait
Removed
NormalizeWhitespace
(use aTrimNormal
trait instead)
v0.4.0
Changed
trim_mut
,trim_start_mut
, andtrim_end_mut
have been generalized to accept any of the following:- A single T;
- An array or slice of T;
- A
&BTreeSet<T>
; - A custom callback with signature
Fn(T) -> bool
;- Callbacks now require
Copy
;
- Callbacks now require
- Bump MSRV to
1.81
v0.3.1
Changed
- Miscellaneous code cleanup and lints
- Bump
brunch
to0.6
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