uuid_type 1.0.1-beta
uuid_type: ^1.0.1-beta copied to clipboard
UUID type, parser and generators. Can generate v1, v4, and v5 UUIDs
1.0.0-beta #
- More tests and documentation
0.9.0-beta #
- Time-based generator is refactored to use
Stopwatchinstead ofDateTimecalls. ParameterclockSequenceis now deprecated inTimeBasedUuidGeneratorconstructor - Comparison is refactored to treat v1 UUIDs differently
- Abstract
Uuidclass now hascompareTomethod 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 tobytesgetter
0.5.2-dev #
- Initial package documentation
0.5.1-dev #
- Initial relase, and tests