- Updated lints.
- Migrate to null safety. (#10 by ChristianGaertner)
- Updated code to 2.7 Dart and latest
pedantic
lints. - Added
Ulid.toBytes
andUlid.fromBytes
.
- implement
operator ==
andhashCode
- Fixed bit loss in browser's int handling.
- Using
package:pedantic
. - Removed leftover
main
method.
- Declared support for Dart 2.
- Upgraded dependencies.
- First public version.