All Versions
11
Latest Version
Avg Release Cycle
88 days
Latest Release
1953 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.2 Changes
May 09, 2019โ Identical to v2.0.1, except uses the proper /v2 suffix on the ulid import in ulid_test.go. Without this change, anyone who imported oklog/ulid at e.g. v2.0.1 into their project would also get oklog/ulid at v0-something due to the inadvertent transitive dependency.
-
v2.0.1 Changes
May 07, 2019๐ Identical to v2.0.0, but fixes a bug in the go.mod module path.
-
v2.0.0 Changes
May 06, 2019๐ A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.
-
v1.3.1 Changes
October 02, 2018- ๐ Use underlying entropy source for random increments in Monotonic (#32)
-
v1.3.0 Changes
September 29, 2018- ๐ Monotonic entropy support (#31)
-
v1.2.0 Changes
September 09, 2018- โ Add a function to convert Unix time in milliseconds back to time.Time (#30)
-
v1.1.0 Changes
August 15, 2018- Ensure random part is always read from the entropy reader in full (#28)
-
v1.0.0 Changes
July 29, 2018- โ Add ParseStrict and MustParseStrict functions (#26)
- ๐ Enforce overflow checking when parsing (#20)
-
v0.3.0 Changes
January 03, 2017- Implement ULID.Compare method
-
v0.2.0 Changes
December 13, 2016- โ Remove year 2262 Timestamp bug. (#1)
- ๐ Gracefully handle invalid encodings when parsing.