uuid v1.0.0 Release Notes

Release Date: 2015-03-09 // about 9 years ago
    • [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.