Commit Graph

25 Commits

Author SHA1 Message Date
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