Skip to content

Releases: martinthenth/uuidv7

v1.0.0

12 Sep 10:55
Compare
Choose a tag to compare
  • Removes the dependency on Rust, it is now an Elixir-based implementation
    • Adds a test suite to ensure the implementation remains compliant to the RFC
    • RFC: RFC 9562
  • Renames generate_from_ms/1 to generate/1
  • Adds timestamp/1 to get the timestamp (milliseconds) from a version 7 UUID.
  • Graduates the library to version 1.0.0 🎉

v0.2.1

08 Dec 18:39
Compare
Choose a tag to compare
  • Add more build targets for the NIFs
  • Build NIFs for version 2.16 and 2.17

v0.2.0

01 Jul 18:28
Compare
Choose a tag to compare
  • Renames generate_from_ns/1 to generate_from_ms/2
  • Refactors the Ecto.Type code into it's own module as a macro

v0.1.0

23 Jun 20:26
Compare
Choose a tag to compare

Initial release