Releases: ashwingopalsamy/uuidcheck
Releases · ashwingopalsamy/uuidcheck
v1.0.1
Whats New?
This release adds 'Code Coverage' support for our Go Library.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Release Notes: v1.0.0
This is our first stable release, providing a solid foundation for UUID validation and UUIDv7 timestamp extraction.
-
Key Features:
IsValidUUID
: Quickly checks if a string is a well-formed UUID (RFC 4122).IsUUIDv7
: Identifies if a UUID is version 7, allowing for time-based ordering.UUIDv7ToTimestamp
: Extracts the embedded timestamp (in milliseconds) from a UUIDv7 and converts it to atime.Time
in UTC.
-
What stands out in this release?
- No external dependencies or regex.
- Thorough unit tests cover edge cases, invalid inputs, and expected outputs.
-
Documentation & Examples:
- Clear doc comments for all public functions.
- A straightforward
README
with usage instructions and examples.
No fuss, just results! Please try it out and provide your feedback.