Skip to content

2.1.0

Compare
Choose a tag to compare
@mdomke mdomke released this 21 Sep 19:34
· 40 commits to main since this release
2.1.0
cfc4184

Added

  • The new method ULID.to_uuid4 can be used to create an RFC 4122 compliant UUID from
    an existing ULID #5.

Changed

  • The validate_types-decorator that is used for all ULID.from_*-methods to check type
    correctness at runtime has now better support for type hints.
    Thanks to @johnpaulett