ulid 1.1.0 ulid: ^1.1.0 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 #
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.