Releases: radim10/short-uuid
Releases · radim10/short-uuid
v0.2.0
Changes from PR #7:
- Added
serde
support (optional feature)
- Implemented
Serialize
/Deserialize
for ShortUuid
and ShortUuidCustom
- Major version bump due to new features
v0.1.4
This patch removes fixed length validation for parse_str method from #5.
v0.1.3
This patch addresses length validation for parse_str
method from PR #3.