-
-
Notifications
You must be signed in to change notification settings - Fork 952
Comparing changes
Open a pull request
base repository: uuidjs/uuid
base: v8.2.0
head repository: uuidjs/uuid
compare: v8.3.0
- 10 commits
- 43 files changed
- 5 contributors
Commits on Jun 25, 2020
-
Co-authored-by: Christoph Tavan <dev@tavan.de>
Configuration menu - View commit details
-
Copy full SHA for cba367a - Browse repository at this point
Copy the full SHA cba367aView commit details
Commits on Jul 22, 2020
-
feat: add parse/stringify/validate/version/NIL APIs (#479)
Add the following new APIs: - uuid.NIL The nil UUID string (all zeros) - uuid.parse() Convert UUID string to array of bytes - uuid.stringify() Convert array of bytes to UUID string - uuid.validate() Test a string to see if it is a valid UUID - uuid.version() Detect RFC version of a UUID This commit also adds more accurate validation when stringifying UUIDs and improves UUID parsing performance (for v3/v5 UUIDs) significantly (Thanks @awwit!). Co-authored-by: Christoph Tavan <dev@tavan.de> Co-authored-by: Ignat Prokopovich <ignatius.awwit@gmail.com> Co-authored-by: Robert Kieffer <robert@broofa.com> Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Configuration menu - View commit details
-
Copy full SHA for 0e6c10b - Browse repository at this point
Copy the full SHA 0e6c10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c4a8b - Browse repository at this point
Copy the full SHA b7c4a8bView commit details -
test: increase wdio timout (#491)
With the added tests IE11 tests have become flaky since they simply seem too sloooooooooooow. The tests in IE11 take up to 1:30 to run while they usually finish after around 30s in all other browsers.
Configuration menu - View commit details
-
Copy full SHA for 831ae02 - Browse repository at this point
Copy the full SHA 831ae02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c93593 - Browse repository at this point
Copy the full SHA 2c93593View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c1851 - Browse repository at this point
Copy the full SHA d6c1851View commit details
Commits on Jul 23, 2020
-
test: optimize browser test order (#492)
Wdio executes tests in order. We have 5 concurrent execution slots at BrowserStack. Since the IE tests take by far the longest time (1:30 instead of 0:30 for all others) it makes sense to run them first. Safari tests seem to execute the fastes, so run them last.
Configuration menu - View commit details
-
Copy full SHA for 8fac81a - Browse repository at this point
Copy the full SHA 8fac81aView commit details -
docs: fix readme with respect to new api version (#493)
The new APIs are introduced in 8.3, not 8.2.
Configuration menu - View commit details
-
Copy full SHA for 8780344 - Browse repository at this point
Copy the full SHA 8780344View commit details
Commits on Jul 27, 2020
-
fix: add missing exports and tests for new APIs (#495)
The new APIs were still missing from some environment-specific tests. We should definitely consider consolidating these environment-specific test cases somehow, this currently requires way too much manual work and it's too easy to miss certain places that need an update.
Configuration menu - View commit details
-
Copy full SHA for 681e1da - Browse repository at this point
Copy the full SHA 681e1daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91f78d - Browse repository at this point
Copy the full SHA a91f78dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.2.0...v8.3.0