Skip to content

v0.27.0

Choose a tag to compare

@nikgraf nikgraf released this 06 Jan 09:25
· 20 commits to main since this release
v0.27.0
8d5f28c

What's Changed

6af598e: Switch to dashless UUIDs while still supporting dashed UUIDs

  • Id.generate() generates UUIDs without dashes.
  • Id.isValid() and Id assertions continue to accept UUIDs with dashes, but also accept dashless UUIDs.
  • Id.toBase64() and Id.fromBase64() now return and accept dashless UUIDs.
  • Id.toBytes() and Id.fromBytes() now return and accept dashless UUIDs.

Full Changelog: v0.26.0...v0.27.0