Releases: seanmonstar/unicase
Releases · seanmonstar/unicase
v2.8.1
What's Changed
- fix: hash for Unicode will call write_u8 like Ascii does by @seanmonstar in #73
- fix: provide prefix-freedom in Hash impls by @seanmonstar in #74
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
- feat: add to_folded_case() method by @CAD97 in #61
- chore: make license metadata SPDX compliant by @paolobarbolini in #65
- feat: upgrade to Unicode 16 by @seanmonstar in #71
New Contributors
- @CAD97 made their first contribution in #61
- @paolobarbolini made their first contribution in #65
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- Update to Unicode 15.0.0 by @seanmonstar in #59
v2.6.0
- Fix
UniCase::eq
in Unicode mode so that it doesn't equal a substring of the other. - Make crate
no_std
.
v2.5.1
Cargo.toml
category typo fixed.
v2.5.0
- Decrease binary size of case-folding lookup table significantly.
v2.4.0
- Make
const fn
UniCase::ascii
constructor.
v2.3.0
- Upgrade Unicode CaseFolding to 12.0.0
- Mark
Ascii::new()
andUniCase::unicode()
asconst fn
. - Add more
From
impls. - Add
UniCase::into_inner()
andAscii::into_inner()
.