ulid 2.0.1 ulid: ^2.0.1 copied to clipboard
Lexicographically sortable, 128-bit identifier (UUID) with 48-bit timestamp and 80 random bits. Canonically encoded as a 26 character string, as opposed to the 36 character UUID.
Changelog #
2.0.1 #
- Updated lints.
2.0.0 #
- Migrate to null safety. (#10 by ChristianGaertner)
1.1.0 #
- Updated code to 2.7 Dart and latest
pedantic
lints. - Added
Ulid.toBytes
andUlid.fromBytes
.
1.0.4 #
- implement
operator ==
andhashCode
1.0.3 #
- Fixed bit loss in browser's int handling.
1.0.2 #
- Using
package:pedantic
. - Removed leftover
main
method.
1.0.1 #
- Declared support for Dart 2.
- Upgraded dependencies.
1.0.0 #
- First public version.