3.0.0
Changed
- Raise
TypeErrorinstead ofValueErrorif constructor is called with value of wrong type. - Update
rufflinter 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