python-ulid v2.1.0 Release Notes
Release Date: 2023-09-21 // over 2 years ago-
➕ Added
- The new method
ULID.to_uuid4can be used to create an RFC 4122 compliantUUIDfrom
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
- The new method