Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 19:41
· 19 commits to master since this release
36affb4

Added

  • impl Hash trait
  • impl Into trait
  • FromStr implementation
  • add Deref impl

Other

  • Add release plz
  • Remove excessive error file
  • Add more traits that String also has
  • Add cargo-semver-checks to CI
  • error::EmptyString is now public
  • Merge branch 'MidasLamb:master' into constructors
  • cover parse() in tests::from_str_works
  • fix example description about constructor
  • clear unnecessary paths
  • Release version v0.2.3

Added

  • More traits from String implemented on NonEmptyString
    • Index
    • Add
    • AddAssign
    • Extend
    • Write
    • PartialEq with str & String

Changed

Removed