mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
b808ee6de6
* feat(uuid): add uuid v7 generation and validation * remove as string * fmt * update mod-exports check * mark more items experimental * fix test name * call getRandomValues once * add checks for user provided timestamp * fmt * consolidate checks * fix missing options.timestamp * consolidate error check * use pre-shifted variant and version * add extractTimestamp function for UUIDv7 * remove random option from uuid v7 generate * fix import statements for extractTimestamp function in uuid/v7.ts * remove bad comment * tweaks * add uuid v7 module doc * fmt * align extractTimestamp invalid uuid error message with style guide * fmt * add experimental tags * use timestamp argument instead of options generate v7 uuid * fmt * tweak --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> |
||
---|---|---|
.. | ||
_common.ts | ||
common_test.ts | ||
common.ts | ||
constants_test.ts | ||
constants.ts | ||
deno.json | ||
mod.ts | ||
v1_test.ts | ||
v1.ts | ||
v3_test.ts | ||
v3.ts | ||
v4_test.ts | ||
v4.ts | ||
v5_test.ts | ||
v5.ts | ||
v7_test.ts | ||
v7.ts |