Commit Graph

3798 Commits

Author SHA1 Message Date
Asher Gomez
da7b395d37
refactor(async): cleanup use of @std/assert (#4950)
* refactor(async): cleanup use of `@std/assert`

* graph
2024-06-05 01:13:11 +00:00
Asher Gomez
7085c94b25
chore(path): release path@1.0.0-rc.1 (#4951) 2024-06-05 11:07:12 +10:00
Asher Gomez
a0b6e4543d
chore(path): use assertPath() in windows.join() (#4960) 2024-06-05 03:03:56 +02:00
Asher Gomez
a2af1d0a21
refactor(path): cleanup join() implementations (#4946)
* refactor(path): remove dependency on `@std/assert`

* work

* work

* tweaks
2024-06-05 02:49:50 +02:00
Yoshiya Hinosawa
c3728a57d7
docs(path): fix typo in normalize doc (#4959) 2024-06-04 22:03:58 +09:00
Yoshiya Hinosawa
c9a47f4e2d
docs(path): improve join jsdoc (#4958) 2024-06-04 21:53:29 +09:00
Yoshiya Hinosawa
6e17e115c0
docs(path): fix typo (#4956) 2024-06-04 21:39:39 +09:00
Asher Gomez
cfb169ea2f
BREAKING(path): remove path.posix and path.win32 (#4953) 2024-06-04 17:08:10 +10:00
Yoshiya Hinosawa
78dcf0748d
test(path): improve windows.parse() test (#4952) 2024-06-04 13:54:53 +09:00
Asher Gomez
4a18eed874
chore: update permissions for lint:circular task (#4949) 2024-06-04 14:07:56 +10:00
Asher Gomez
60acf78a90
BREAKING(path): remove separator argument from common() (#4947) 2024-06-04 14:07:38 +10:00
Asher Gomez
1ac89853f5
BREAKING(path): remove GlobToRegExpOptions.os and OSType export (#4928)
* BREAKING(fs): remove `GlobToRegExpOptions.os`

* fix
2024-06-04 14:03:48 +10:00
Asher Gomez
267bc32d02
docs: link to stabilization schedule in README (#4944) 2024-06-04 13:22:08 +10:00
Asher Gomez
c5ad9d48dc
docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This module is browser compatible" note (#4945) 2024-06-04 13:21:54 +10:00
Yoshiya Hinosawa
315903117d
test(path): improve normalizeGlob() test coverage (#4940) 2024-06-03 22:54:18 +09:00
Asher Gomez
6650a50137
chore(assert): release assert@1.0.0-rc.1 (#4934)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-03 23:53:30 +10:00
Asher Gomez
c2b5460cef
BREAKING(assert): make unreachable() consistent with @std/assert (#4943)
* BREAKING(assert): make `unreachable()` consistent with `@std/assert`

* fix

* fix
2024-06-03 13:33:17 +00:00
Asher Gomez
e34245bdeb
refactor(assert): minor cleanups (#4941)
* refactor(assert): minor cleanups

* tweaks and suggestions
2024-06-03 23:30:20 +10:00
Yoshiya Hinosawa
a5a658f7ca
test(path): improve normalize() coverage (#4939) 2024-06-03 21:44:23 +09:00
Yoshiya Hinosawa
c28c34991f
docs(assert): remove outdated API docs (#4937) 2024-06-03 19:53:13 +09:00
Braden MacDonald
527b5d462c
BREAKING(assert): assertAlmostEquals() sets useful tolerance automatically (#4460)
feat(assert): assertAlmostEquals() sets useful tolerance automatically

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-03 16:55:39 +10:00
denobot
b9374d3715
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
7d46b80cc1
docs(csv): use assertions in example code snippets (#4932)
* docs(csv): use assertions in example code snippets

* fixes
2024-06-03 15:44:18 +10:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
8b24cc7a40
BREAKING(assert,testing): remove formatter option from assertEquals() (#4893) 2024-06-03 13:37:07 +10:00
Yoshiya Hinosawa
3db62b0017
docs(csv): improve API docs (#4920)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-03 12:32:09 +09:00
Yoshiya Hinosawa
44bc90065b
refactor(testing): do not use assertEquals in snapshot.ts (#4930) 2024-06-02 19:28:31 +09:00
Yoshiya Hinosawa
388800f301
docs(path): improve API docs (#4900)
Co-authored-by: Nathan Whitaker <nathan@deno.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-02 11:46:36 +09: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
98c0c801e1
chore(crypto): release crypto@1.0.0-rc.1 (#4912) 2024-05-31 19:46:26 +10:00
Yoshiya Hinosawa
7d12675eb4
BREAKING(crypto): remove deprecated APIs (#4919) 2024-05-31 18:42:19 +09:00
Yoshiya Hinosawa
e9bcddb491
chore: use --no-lock in doc snippet eval (#4918) 2024-05-31 18:37:53 +09:00
Yoshiya Hinosawa
1dd988ce66
BREAKING(crypto): remove KeyStack (#4916) 2024-05-31 18:02:56 +09:00
Yoshiya Hinosawa
f94f8f3580
docs(crypto): improve docs (#4884)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-31 11:39:47 +09:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs

* fix

* work

* tweak
2024-05-31 12:01:46 +10:00
Asher Gomez
3fbdd93691
chore: enable deno test --clean (#4906) 2024-05-30 11:13:58 +00:00
Asher Gomez
d2a4516688
refactor(crypto): cleanup redundant assertion in timingSafeEqual() (#4907) 2024-05-30 20:16:58 +10:00
Yoshiya Hinosawa
437bc5bce6
chore(encoding): release encoding@1.0.0-rc.1 (#4858)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-30 19:02:31 +09:00
Asher Gomez
f6857a88de
BREAKING(encoding): replace Ascii85Options with EncodeAscii85Options and DecodeAscii85Options (#4861)
* refactor(encoding): deprecate `Ascii85Options`

* tweak

* tweak

* tweak

* tweaks
2024-05-30 19:43:30 +10:00
Asher Gomez
c82e4e854f
chore: remove RUST_BACKTRACE=1 from test task (#4905) 2024-05-30 19:43:12 +10:00
Yoshiya Hinosawa
9e3c1a2c69
test(path): add test cases of isAbsolute(), joinGlobs(), and common() (#4904) 2024-05-30 18:17:29 +09:00
Yoshiya Hinosawa
5a8fced2e1
BREAKING(encoding): rename MaxVarInt to MaxVarint (#4896) 2024-05-30 18:16:48 +09:00
Yoshiya Hinosawa
088458f860
BREAKING(encoding): rename MaxUInt64 to MaxUint64 (#4897) 2024-05-30 17:54:18 +09:00
Asher Gomez
f8f5444478
BREAKING(encoding): remove deprecated VarInt APIs (#4864)
* BREAKING(encoding): remove deprecated VarInt APIs

* update
2024-05-30 18:03:33 +10:00
Yoshiya Hinosawa
d70e1e979f
test(path): test toNamespacedPath() (#4902) 2024-05-30 16:56:15 +09:00
Asher Gomez
1d6e761cd4
fix(encoding): throw TypeError on invalid input (#4901)
BREAKING(encoding): throw `TypeError` on invalid input
2024-05-30 17:17:42 +10:00
Divy Srivastava
079e40296c
docs(toml): lint @std/toml docs (#4799)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-30 13:08:02 +09:00
Yoshiya Hinosawa
47c38498eb
docs(assert): improve docs (#4876)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-30 11:38:16 +09:00