Commit Graph

90 Commits

Author SHA1 Message Date
Jesse Jackson
58204e6f56
refactor: mark modules as browser compatible (#1972) 2022-03-01 13:25:50 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
Erfan Safari
14ee4b289f
feat(uuid): add function to detect RFC version of a UUID (#1766) 2021-12-28 16:28:23 +01:00
Jesse Jackson
675b6effd8
chore(uuid): add return type to validate (#1745) 2021-12-23 13:54:23 +09:00
Yasser A.Idrissi
2e4554e178
feat(uuid): add validate function to check UUID (#1720) 2021-12-18 23:22:37 +09:00
Jonah Snider
1d9cd65f95
perf: use Array.from instead of new Array (#1551)
Co-authored-by: Leon Strauss <me@lionc.de>
2021-11-11 10:21:06 +01:00
Luca Casonato
0192a85f82
BREAKING std/uuid: rework v4 and v5 module (#971)
Co-authored-by: William Perron <hey@wperron.io>
2021-07-09 14:27:41 +02:00
Carter Snook
dc26dc0ed6
refactor(uuid): small cleanups (#684) 2021-02-01 22:16:27 -05:00
Yusuke Tanaka
d8a589ac80 chore: update copyright to 2021 (denoland/deno#9092) 2021-02-01 10:46:59 +00:00
Bartek Iwańczuk
57d903a06b build: migrate to dlint (denoland/deno#8176)
This commit migrates repository from using "eslint" 
to "dlint" for linting JavaScript code.
2021-02-01 10:46:58 +00:00
Carter Snook
aa77af83bf docs(uuid): creat -> create (denoland/deno#8064) 2021-02-01 10:46:58 +00:00
tokiedokie
8567b960f8 docs: version all imports in README (denoland/deno#7442)
Use $STD_VERSION in  README files to automatically
display proper version.
2021-02-01 10:46:58 +00:00
Trivikram Kamat
eb1c38cfbf docs: end sentences with a period in markdown (denoland/deno#7813) 2021-02-01 10:46:58 +00:00
aakhtar3
420f552a9d docs(uuid): Added JSdocs for the uuid module (denoland/deno#7735) 2021-02-01 10:46:58 +00:00
David Sherret
99e0dca320 feat(fmt): Sort named import and export specifiers (denoland/deno#7711) 2021-02-01 10:46:58 +00:00
tokiedokie
d3fa1bbf5d chore: add copyright (denoland/deno#7593) 2021-02-01 10:46:58 +00:00
Casper Beyer
01a04a4957 remove stub implementation of v3 in uuid (denoland/deno#7488) 2021-02-01 10:46:58 +00:00
Casper Beyer
2aa4aaccce docs(uuid): remove mention of v3 which is not supported (denoland/deno#7318) 2021-02-01 10:46:58 +00:00
Casper Beyer
385d029d30 refactor(uuid): remove dependency on isString from node (denoland/deno#7273) 2021-02-01 10:46:58 +00:00
Casper Beyer
ecddf344fc test(uuid): reorganize to use one test module per public module (denoland/deno#7272) 2021-02-01 10:46:58 +00:00
David Sherret
1425960509 Use dprint for internal formatting (denoland/deno#6682) 2021-02-01 10:46:58 +00:00
Nayeem Rahman
ccb92613f0 refactor: Don't destructure the Deno namespace (denoland/deno#6268) 2021-02-01 10:46:58 +00:00
Chris Knight
589fe4bd53 refactor: remove testing dependencies from non-test code (denoland/deno#5838) 2021-02-01 10:46:57 +00:00
Dan Vega
f4fb6421d8 typo (denoland/deno#5948) 2021-02-01 10:46:57 +00:00
Kitson Kelly
96502a4db0 Use ts-expect-error instead of ts-ignore. (denoland/deno#5869) 2021-02-01 10:46:57 +00:00
Nayeem Rahman
1eecc5c7d0 BREAKING: reorganization (denoland/deno#5087)
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move _util/async.ts to async
* Move util/sha*.ts to hash
2021-02-01 10:46:57 +00:00
underfin
24c6fdda12 feat(uuid): Implement uuid v5 (denoland/deno#4916) 2021-02-01 10:46:57 +00:00
Ali Hasani
b5bf5a9cfe Implement UUID v1 (denoland/deno#4758) 2021-02-01 10:46:57 +00:00
Kitson Kelly
7914eae5f0 Update to Prettier 2 and use ES Private Fields (denoland/deno#4498) 2021-02-01 10:46:57 +00:00
Yusuke Sakurai
589ac5af6f reduce unnecessary output on tests (denoland/deno#4148) 2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
82a523639a refactor: rewrite tests in to use Deno.test (denoland/deno#3930) 2021-02-01 10:46:57 +00:00
Takashi Idobe
085a04b6a1 change copyrights from 2019 to 2020 (denoland/deno#3733) 2021-02-01 10:46:56 +00:00
Ry Dahl
3a9eb92372 Happy new year! (denoland/deno#3578) 2021-02-01 10:46:56 +00:00
Axetroy
a682dfcab8 std: remove wildcard export in uuid module (denoland/deno#3540) 2021-02-01 10:46:56 +00:00
Kitson Kelly
1c5db631f7 Update to TypeScript 3.7 (denoland/deno#3275)
and update to prettier 1.19

Also, update `assert()` and remove not null assertions where possibly
in `cli`.

Closes denoland/deno#3273
2021-02-01 10:46:56 +00:00
Ryan Dahl
d491d2e747 Run deno_std tests in github actions 2021-02-01 10:46:56 +00:00
Axetroy
06958a4ada bump prettier to 1.18.2 (#592) 2019-09-11 23:31:23 -04:00
Nimalan
ba69f1ea14 Make uuid v4 rfc4122 compliant (#580) 2019-09-11 12:34:44 -04:00
Nayeem Rahman
5e77e8adc7 Make shebangs Linux compatible (#545) 2019-07-28 11:10:29 +00:00
Lucas Caro
f52b3ec002 add UUID module (#479) 2019-07-03 11:13:22 -04:00