uuid_type 1.1.1 uuid_type: ^1.1.1 copied to clipboard
UUID type, parser and generators. Can generate v1, v4, and v5 UUIDs
Version 1 #
1.1.1 #
Small refactoring of time-based generator
1.1.0 #
Utility class for convinient UUID string generation and comparison
1.0.2 #
Release
0.9.0-beta #
- Time-based generator is refactored to use
Stopwatch
instead ofDateTime
calls. ParameterclockSequence
is now deprecated inTimeBasedUuidGenerator
constructor - Comparison is refactored to treat v1 UUIDs differently
- Abstract
Uuid
class now hascompareTo
method implemented
0.8.0-beta #
- Refactored string parsing (does not affect API)
- Added comparison operators
>
>=
<
<=
0.7.0-dev #
- Dart 2.0 is a minimum required version
0.6.0-dev #
toBytes()
method was renamed tobytes
getter
0.5.2-dev #
- Initial package documentation
0.5.1-dev #
- Initial relase, and tests