std/uuid
David Luis 0333255ead
perf(uuid): make bytesToUuid() up to 100x faster (#5655)
perf(uuid): make `bytesToUuid()` 100x faster
2024-08-08 11:45:56 +02:00
..
_common.ts perf(uuid): make bytesToUuid() up to 100x faster (#5655) 2024-08-08 11:45:56 +02:00
common_test.ts refactor(uuid): factor out common symbols into common module (#4749) 2024-05-16 16:18:08 +10:00
common.ts refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
constants_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
constants.ts docs(uuid): update module docs (#4790) 2024-05-29 15:47:42 +10:00
deno.json chore: release uuid@1.0.0 (#5200) 2024-07-01 20:04:00 +10:00
mod.ts refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
v1_test.ts BREAKING(uuid): remove v1.generate() signature with buf and offset parameters and number[] return type (#4877) 2024-05-31 21:10:04 +10:00
v1.ts refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
v3_test.ts fix(uuid): validate namespace UUIDs in v3.generate() and v5.generate() (#4874) 2024-05-29 19:09:30 +10:00
v3.ts BREAKING(uuid): remove v1.generate() signature with buf and offset parameters and number[] return type (#4877) 2024-05-31 21:10:04 +10:00
v4_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
v4.ts docs(uuid): update module docs (#4790) 2024-05-29 15:47:42 +10:00
v5_test.ts fix(uuid): validate namespace UUIDs in v3.generate() and v5.generate() (#4874) 2024-05-29 19:09:30 +10:00
v5.ts BREAKING(uuid): remove v1.generate() signature with buf and offset parameters and number[] return type (#4877) 2024-05-31 21:10:04 +10:00