Skip to content

Releases: seanmonstar/unicase

v2.9.0

06 Jan 15:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

24 Dec 15:34

Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

24 Dec 15:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

21 Aug 22:34

Choose a tag to compare

What's Changed

v2.6.0

12 Nov 19:58

Choose a tag to compare

  • Fix UniCase::eq in Unicode mode so that it doesn't equal a substring of the other.
  • Make crate no_std.

v2.5.1

12 Nov 19:56

Choose a tag to compare

  • Cargo.toml category typo fixed.

v2.5.0

12 Nov 19:56

Choose a tag to compare

  • Decrease binary size of case-folding lookup table significantly.

v2.4.0

12 Nov 19:55

Choose a tag to compare

  • Make const fn UniCase::ascii constructor.

v2.3.0

05 Mar 19:24

Choose a tag to compare

  • Upgrade Unicode CaseFolding to 12.0.0
  • Mark Ascii::new() and UniCase::unicode() as const fn.
  • Add more From impls.
  • Add UniCase::into_inner() and Ascii::into_inner().