Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 525 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 525 Bytes

Changelog

Unreleased

0.1.4

  • No significant changes since 0.1.3.

0.1.3

  • Fix cow_str when expecting to borrow from input data.

0.1.2

  • Add hashset_string() function behind on-by-default std crate feature.
  • Fix string_non_empty() and option_string_non_empty() functions when encountering nulls.

0.1.1

  • Add option_string() function.
  • Add vec_string() function.

0.1.0

  • Add string() function.
  • Add string_non_empty() function.
  • Add option_string_non_empty() function.