Releases: bilal-fazlani/zio-ulid
Releases · bilal-fazlani/zio-ulid
v1.3.0
v1.2.0
Changes
- Cross compile and publish for Scala 2.13
- Update ZIO dependencies
BinaryULID
is not an opaque type anymore, but just a type alias. However since this type was not externally exposed, this change should not impact anyone. This change was done to make code backward compatible with Scala 2.13
v1.1.0
v1.0.0
Initial release
- support for creating new ULIDs
- parsing ULIDs from strings, bytes and timestamps
- encoding ULIDs to strings, bytes and timestamps
- add documentation
- comparing and sorting ULIDs