Commit Graph

11 Commits

Author SHA1 Message Date
Ian Bull
96bc247998
refactor(uuid): align additional error messages (#5803) 2024-08-26 13:36:01 +09: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
bd7c465ccb
fix(uuid): validate namespace UUIDs in v3.generate() and v5.generate() (#4874)
* fix(uuid): validate namespace UUIDs

* update

* revert

* tweak

* tweaks
2024-05-29 19:09:30 +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
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
Lino Le Van
934cb11a7e
feat(uuid): uuid v3 (#3324) 2023-04-25 11:03:15 +09:00