All Versions
19
Latest Version
Avg Release Cycle
112 days
Latest Release
1639 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    October 24, 2015
    • 0️⃣ [Enhancement] uuid4 now accepts an additional first argument :strong (default) or :weak, indicating whether to use strong PRNG or not.
  • v1.0.1 Changes

    May 30, 2015
    • [Internal] Use :os.timestamp/1 instead of :erlang.now/1.
  • v1.0.0 Changes

    March 09, 2015
    • [Internal] Vastly improved binary handling: ~3.5x faster UUID generation and UUID binary to string, ~1.5x faster UUID string to binary.
    • [Breaking] Rename info/1 to info!/1 for consistency with Elixir best practices.
    • [Enhancement] Add binary_to_string!/2 and string_to_binary!/1 utility functions.
    • [Breaking] Bump Elixir version requirement to ~> 1.0.
    • ✅ [Internal] Additional tests, integrate repo with Travis CI.
  • v0.1.5 Changes

    August 12, 2014
    • [Internal] Allow Elixir 0.15.0 and above for convenience.
  • v0.1.4 Changes

    August 10, 2014
    • [Internal] Use new Elixir binary matching type declaration format.
  • v0.1.3 Changes

    July 14, 2014
    • 0️⃣ [Internal] Use new Elixir default parameter declaration format in separate function header.
  • v0.1.2 Changes

    July 01, 2014
    • [Enhancement] UUID.info/1 now also returns the binary value of the given UUID.
  • v0.1.1 Changes

    June 14, 2014
    • [Enhancement] Added UUID.uuid1/3 which allows optional preset clock_seq and node_id, the last argument is still an optional format atom.
  • v0.1.0 Changes

    June 07, 2014
    • 🎉 Initial release.