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

Changelog History
Page 1

  • v1.2.1 Changes

    October 24, 2019
    • [Enhancement] Improve string_to_binary and binary_to_string performance.
  • v1.2.0 Changes

    June 24, 2018
    • [Breaking] Rename application from :uuid to :elixir_uuid to avoid potential collisions with other applications with the same name.
  • v1.1.8 Changes

    September 27, 2017
    • [Fix] Account for unsuitable hardware addresses when selecting UUID v1 node value.
  • v1.1.7 Changes

    March 13, 2017
    • [Enhancement] Add UUID.info/1 counterpart to UUID.info!/1.
  • v1.1.6 Changes

    January 04, 2016
    • ⚡️ [Fix] Update UUID v3 and v5 namespace value formats.
  • v1.1.5 Changes

    September 20, 2016
    • [Internal] Use :crypto.strong_rand_bytes/1 instead of :crypto.rand_bytes/1. The :weak option in UUID.uuid4/1 no longer has any effect.
    • ⚠ [Fix] Clean up warnings generated by function calls in mix.exs under Elixir 1.4.
  • v1.1.4 Changes

    May 29, 2016
    • [Internal] Correctly skip any all-0 hardware addresses when generating UUID v1.
  • v1.1.3 Changes

    January 25, 2016
    • 📚 [Internal] Fix documentation, and update documentation generator dependencies.
  • v1.1.2 Changes

    December 19, 2015
    • ⚠ [Internal] Fix piping without parentheses warning for Elixir 1.2.
  • v1.1.1 Changes

    November 14, 2015
    • [Internal] Ensure UUID v1 generator node_id lookup correctly skips network adapters with unsuitable :hwaddr values.
    • [Internal] Simplify UUID v1 clock_seq random generation.