-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Generate UUID" and "Analyse UUID" operations #2011
base: master
Are you sure you want to change the base?
Add "Generate UUID" and "Analyse UUID" operations #2011
Conversation
- Add v6 and v7 as valid options - Add unit tests for generating and analyzing all supported versions
7e7971a
to
de5b03f
Compare
Hey! UUID is one of our most used operations, so commits to make it even better are much appreciated. Is there any chance we can keep the default as UUIDv4? A lot of people have preset scripts that go to, e.g:
And I don't to break backwards compatibility given how often this is used. |
- Link to uuid package at npmjs - Briefly explain supported UUID versions for generation
@a3957273 I've added I also simplified the argument names a bit by moving most of the info to the Looks like those aren't rendered correctly for |
Investigated and fixed here: #2016 |
This is an update to the (closed, but unmerged) #1531, now with additional support for UUID v6 and v7.
Fixes #1216