All Versions
11
Latest Version
Avg Release Cycle
88 days
Latest Release
1807 days ago

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.