Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 564 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 564 Bytes

Changelog

0.3.1 - 2024-09-04

  • Fix SmolStrBuilder leaking implementation details

0.3.0 - 2024-09-04

  • Remove deprecated SmolStr::new_inline_from_ascii function
  • Remove SmolStr::to_string in favor of ToString::to_string
  • Add impl AsRef<[u8]> for SmolStr impl
  • Add impl AsRef<OsStr> for SmolStr impl
  • Add impl AsRef<Path> for SmolStr impl
  • Add SmolStrBuilder

0.2.2 - 2024-05-14

  • Add StrExt trait providing to_lowercase_smolstr, replace_smolstr and similar
  • Add PartialEq optimization for ptr_eq-able representations