-
Notifications
You must be signed in to change notification settings - Fork 92
feat(uuid): support uuid v6 #181
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
Conversation
feat(uuid): support uuid v6
feat(uuid): support uuid v6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, But please add a test for this feature
feat(uuid): support uuid v6
@erfanium done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks
@intech something happened after I merged. CI test failed: https://github.com/icebob/fastest-validator/runs/941547306?check_suite_focus=true#step:5:37 |
@intech one moment |
@icebob done. Sorry. |
Added support for uuid v6, which is a modified version from uuid v1 with lexicographic order for sorting.
Ref: https://www.npmjs.com/package/uuid-v6