std/uuid
denobot f7f275bd3b
chore: release 2024.08.16 (#5687)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-16 15:33:08 +09:00
..
_common.ts perf(uuid): make uuidToBytes() up to 2.5x faster (#5670) 2024-08-10 08:48:05 +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 2024.08.16 (#5687) 2024-08-16 15:33:08 +09: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