2.1.0
Added
- The new method
ULID.to_uuid4
can be used to create an RFC 4122 compliantUUID
from
an existingULID
#5.
Changed
- The
validate_types
-decorator that is used for allULID.from_*
-methods to check type
correctness at runtime has now better support for type hints.
Thanks to @johnpaulett