Commit Graph

62 Commits

Author SHA1 Message Date
Nano Miratus
514a0270dd
feat(uuid): add type predicate return type to validate (v4) (#4301) 2024-02-29 13:52:53 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
David Luis
328e3d2a88
docs(uuid): complete documentation (#4044)
* chore(uuid): complete documentation

* fmt

* tweaks

* further tweaks

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-31 09:40:48 +11:00
David Luis
29015d20c1
refactor(uuid): format test names and improve test coverage (#4002)
* chore(uuid): improve test coverage and format test names

* refactor: remove version prefix
2023-12-21 08:52:37 +11:00
Asher Gomez
029a3edc7d
BREAKING(bytes): deprecate concat() signatures that don't use Uint8Array[] argument (#3784)
* BREAKING(bytes): deprecate spreaded `concat()`

* fix

* cleanup
2023-11-13 16:34:32 +11:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
David Luis
a5b9694784
feat(uuid): add pre-defined namespace UUIDs (#3352) 2023-05-02 23:51:43 +09:00
Lino Le Van
934cb11a7e
feat(uuid): uuid v3 (#3324) 2023-04-25 11:03:15 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
e1117a8c0d
refactor(bytes): move to single-export files (#2955) 2022-11-29 15:01:21 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Asher Gomez
792f1334fe
refactor: use _util/asserts.ts for non-test code (#2857) 2022-11-10 16:28:20 +09:00
Asher Gomez
db40030a4f
chore(uuid): cleanup unused internal functions (#2797) 2022-10-21 17:40:24 +09:00
ayame113
e6189c08e9
docs: Using absolute paths in jsdoc import statements (#2762) 2022-10-10 10:05:56 -04:00
Asher Gomez
bddda3c473
chore: remove deprecated APIs across collections, streams, textproto and uuid (#2720) 2022-09-30 16:27:11 +09:00
Tim Reichen
2f7713a164
chore(tools): add deprecation check (#2613) 2022-09-15 16:06:04 +09:00
Erfan Safari
04dee6e627
chore(uuid): add missing new identifier (#2650) 2022-09-13 17:22:50 -04:00
Kitson Kelly
e83306672e
docs: improve module documentation (#2511) 2022-08-11 21:51:20 +10:00
Bartek Iwańczuk
a06298b0b5
chore: Update top level module JSDocs (#2343)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-14 11:20:56 +02:00
like-nanhai
c75454c44b
docs: add module level docs (#2190) 2022-05-04 19:34:37 +09:00
Jesse Jackson
ac880e83e3
refactor(uuid): mark modules as browser compatible (#2040) 2022-03-19 00:46:13 +09:00
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