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
denobot
673c436739
chore: release 2024.05.29 ( #4883 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +09: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
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
fc3d376447
test(uuid): add tests for invalid namespace UUID ( #4875 )
2024-05-29 18:19:55 +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
denobot
51dc36d563
chore: release 2024.05.22 ( #4830 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09:00
Yoshiya Hinosawa
722844250d
docs(csv,encoding,http,json,media-types,uuid): use rfc-editor.org
for RFC links ( #4777 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-20 16:14:09 +09:00
denobot
66e8fc9869
chore: release 2024.05.16 ( #4755 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-16 20:10:44 +09:00
Asher Gomez
89d95a5633
refactor(uuid): factor out common symbols into common
module ( #4749 )
2024-05-16 16:18:08 +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
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