uuid_plus 0.1.0
uuid_plus: ^0.1.0 copied to clipboard
RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart
Changelog #
UUID Plus Versions #
v0.1.0
- Initial release of uuid_plus
- Forked from dart-uuid v4.5.1
- Package renamed to uuid_plus
- Update UuidV7 implementation to use Int64 from fixnum package
- Update tests: instesd of gereate large number of UUIDs for collision tests, a more efficient approach is used
- Updated repository links and documentation
Original dart-uuid History #
The original changelog can be found here.