Releases: MidasLamb/non-empty-string
Releases · MidasLamb/non-empty-string
v0.2.6
v0.2.5
v0.2.4
Added
- impl Hash trait
- impl Into trait
- FromStr implementation
- add Deref impl
Other
- Add release plz
- Remove excessive error file
- Add more traits that
Stringalso 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
Stringimplemented onNonEmptyString- Index
- Add
- AddAssign
- Extend
- Write
- PartialEq with
str&String
Changed
Removed
v0.2.3
Added
- Add
Displayimplementation (#8, thanks to @jonhteper) - Align errors in
TryFromimplementations (#8, thanks to @jonhteper)
v0.2.2
v0.2.1
v0.2.0
Added
serdesupport behind theserdefeature flag.Eq, PartialEq, Ord, PartialOrdare now implemented forNonEmptyString.getto retrieve a reference to the inner value.
Changed
newconstructor now returns aResultrather than anOption, which contains the original string