Skip to content

Releases: bilal-fazlani/zio-ulid

v1.3.0

04 May 14:44
6969052
Compare
Choose a tag to compare

What's Changed

  • ScalaJS cross-compilation by @ioleo in #5

New Contributors

  • @ioleo made their first contribution in #5

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Apr 18:40
648a454
Compare
Choose a tag to compare

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

07 Feb 16:56
4050800
Compare
Choose a tag to compare

Changes

  • Change default internal representation of ULID to binary 88609a4
  • Performance improvements c9c0a67
  • Update scala version
  • Update ZIO version

v1.0.0

12 Jan 18:56
Compare
Choose a tag to compare

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