v0.27.0
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