Changed
- Raise
TypeError
instead ofValueError
if constructor is called with value of wrong type. - Update
ruff
linter rules and switch tohatch fmt
.
Added
- Added ULID.parse()-method, which allows creating a ULID-instance from an arbitrary supported input value. @perrotuerto #29
Fixed
- Documentation bug in the example of ULID.milliseconds() @tsugumi-sys #30