-
-
Notifications
You must be signed in to change notification settings - Fork 902
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
feat: add parse/stringify/validate/version/NIL APIs #479
Commits on Jun 2, 2020
-
test: parsing non RFC uuid values (#455)
* test: parsing non RFC uuid values * feat: create validate, version, uuidRegex (and import to public API) * style: always curly braces added comments to numberToBytes func preallocated array in uuidToBytes func * Update src/regex.js Co-authored-by: Robert Kieffer <robert@broofa.com> * Update src/validate.js Co-authored-by: Robert Kieffer <robert@broofa.com> * Update src/version.js Co-authored-by: Robert Kieffer <robert@broofa.com> * Update test/unit/version.test.js Co-authored-by: Robert Kieffer <robert@broofa.com> * feat: throw error when invalid uuid * test: validate function * feat: short version of parsing UUID * fix: remove explicit ie babel target * Revert "feat: short version of parsing UUID" This reverts commit d096cc2. Co-authored-by: Robert Kieffer <robert@broofa.com> Co-authored-by: Christoph Tavan <dev@tavan.de>
Configuration menu - View commit details
-
Copy full SHA for ddb7ee9 - Browse repository at this point
Copy the full SHA ddb7ee9View commit details
Commits on Jun 24, 2020
-
* fix: improved uuidToBytes * chore: comment tweak * chore: bump bundlewatch sizes * fix: uuidToBytes test * feat: export uuidToBytes, uuidToBytes benchmark * chore: review comments * feat: export validate, parse, stringify methods * chore: stringify unit test and benchmark * fix: stringify test in browser * feat: add uuidVersion to rollup exports * chore: bump bundlewatch limits * chore: tweak function name * test: enable browserstack.console setting * fix: revert padStart * fix: pr review comments * fix: no Array.from in IE11 * improvement: hardcode namespace length Co-authored-by: Linus Unnebäck <linus@folkdatorn.se> Co-authored-by: Christoph Tavan <dev@tavan.de> Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Configuration menu - View commit details
-
Copy full SHA for 3d24e58 - Browse repository at this point
Copy the full SHA 3d24e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ef52b - Browse repository at this point
Copy the full SHA 82ef52bView commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb21fcf - Browse repository at this point
Copy the full SHA bb21fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2a384 - Browse repository at this point
Copy the full SHA 7e2a384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2585728 - Browse repository at this point
Copy the full SHA 2585728View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e9ec9 - Browse repository at this point
Copy the full SHA b3e9ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3116a9e - Browse repository at this point
Copy the full SHA 3116a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13db698 - Browse repository at this point
Copy the full SHA 13db698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5f23b - Browse repository at this point
Copy the full SHA 5d5f23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df6fed7 - Browse repository at this point
Copy the full SHA df6fed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84bfbe - Browse repository at this point
Copy the full SHA b84bfbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cc707 - Browse repository at this point
Copy the full SHA 44cc707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee8068 - Browse repository at this point
Copy the full SHA 2ee8068View commit details
Commits on Jul 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9791a6 - Browse repository at this point
Copy the full SHA a9791a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for af334d3 - Browse repository at this point
Copy the full SHA af334d3View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 39a07c9 - Browse repository at this point
Copy the full SHA 39a07c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15caed - Browse repository at this point
Copy the full SHA f15caedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cf16a - Browse repository at this point
Copy the full SHA 40cf16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc161e - Browse repository at this point
Copy the full SHA ccc161eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c1599 - Browse repository at this point
Copy the full SHA 91c1599View commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c16ebbd - Browse repository at this point
Copy the full SHA c16ebbdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.