Ian Bull
96bc247998
refactor(uuid): align additional error messages ( #5803 )
2024-08-26 13:36:01 +09:00
Asher Gomez
d102a10235
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 )
...
* refactor: import from `@std/assert`
* update
2024-06-30 08:30:10 +00:00
Asher Gomez
cfa7cbc16c
chore(uuid): release uuid@1.0.0-rc.1
( #4867 )
...
* chore(uuid): release `uuid@1.0.0-rc.1`
* temp fix
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-31 22:03:36 +10:00
Asher Gomez
0bfa4faed5
BREAKING(uuid): remove V1Options
in favor of GenerateOptions
( #4925 )
2024-05-31 11:48:51 +00:00
Asher Gomez
b1684ec912
BREAKING(uuid): remove v1.generate()
signature with buf
and offset
parameters and number[]
return type ( #4877 )
2024-05-31 21:10:04 +10:00
Asher Gomez
5ffeab756e
deprecation(uuid): deprecate v1.generate()
signature with buf
and offset
parameters ( #4880 )
2024-05-29 19:07:20 +10:00
Asher Gomez
a0b0f4c553
deprecation(uuid): rename V1Options
to GenerateOptions
( #4872 )
...
* refactor(uuid): deprecate `V1Options` in favor of `GenerateOptions`
* tweak
2024-05-29 17:47:06 +10:00
Marvin Hagemeister
999e5e7a97
docs(uuid): update module docs ( #4790 )
2024-05-29 15:47:42 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Simon Holloway
5c23dcbe86
refactor(uuid): prepare for noUncheckedIndexedAccess
( #4445 )
...
* refactor(uuid): prepare for `noUncheckedIndexedAccess`
* added a test and updated the error message
* changed to !== 6 and added another test
* update error message to be clearer
2024-03-11 08:59:30 +11: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
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +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
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
aakhtar3
420f552a9d
docs(uuid): Added JSdocs for the uuid module ( denoland/deno#7735 )
2021-02-01 10:46:58 +00:00
tokiedokie
d3fa1bbf5d
chore: add copyright ( denoland/deno#7593 )
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
Ali Hasani
b5bf5a9cfe
Implement UUID v1 ( denoland/deno#4758 )
2021-02-01 10:46:57 +00:00