Releases: martinthenth/uuidv7
Releases · martinthenth/uuidv7
v1.0.0
- 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
togenerate/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
- Add more build targets for the NIFs
- Build NIFs for version 2.16 and 2.17
v0.2.0
- Renames
generate_from_ns/1
togenerate_from_ms/2
- Refactors the
Ecto.Type
code into it's own module as a macro
v0.1.0
Initial release