- Use underlying entropy source for random increments in Monotonic (#32)
- Monotonic entropy support (#31)
- Add a function to convert Unix time in milliseconds back to time.Time (#30)
- Ensure random part is always read from the entropy reader in full (#28)
- Add ParseStrict and MustParseStrict functions (#26)
- Enforce overflow checking when parsing (#20)
- Implement ULID.Compare method
- Remove year 2262 Timestamp bug. (#1)
- Gracefully handle invalid encodings when parsing.
- First ULID release