Asher Gomez
|
d82d76abd4
|
refactor(jsonc): cleanup use of @std/assert (#4968)
* refactor(jsonc): cleanup use of `@std/assert`
* fix
* graph
|
2024-06-05 21:28:11 +00:00 |
|
Asher Gomez
|
cda6714c5e
|
refactor(path): clean isWindows logic (#4972)
* refactor(path): clean `isWindows` logic
* fix
|
2024-06-06 07:27:59 +10:00 |
|
Asher Gomez
|
9551516c93
|
docs(datetime): trim module documentation (#4971)
|
2024-06-06 07:26:08 +10:00 |
|
Asher Gomez
|
dfbb3f6590
|
refactor(cli): cleanup use of @std/assert (#4966)
* refactor(cli): cleanup use of `@std/assert`
* update graph
|
2024-06-06 07:20:21 +10:00 |
|
Asher Gomez
|
b8d94177a5
|
docs(url): complete documentation (#4965)
* docs(url): complete documentation
* suggestions
|
2024-06-05 21:16:52 +00:00 |
|
Asher Gomez
|
9b8d77f59b
|
BREAKING(toml): rename FormatOptions to StringifyOptions (#4963)
* BREAKING(toml): rename `FormatOptions` to `StringifyOptions`
* tweaks
* fix
|
2024-06-05 21:11:33 +00:00 |
|
Asher Gomez
|
a24ea1d786
|
chore(html): release html@1.0.0-rc.1 (#4962)
|
2024-06-06 07:05:36 +10:00 |
|
Asher Gomez
|
eb4af5edd3
|
chore(toml): minor cleanup (#4964)
* chore(toml): minor cleanup
* fix
|
2024-06-05 21:35:38 +09:00 |
|
Asher Gomez
|
fbfcd24f41
|
refactor(fs): cleanup use of @std/assert (#4948)
* refactor(fs): cleanup use of `@std/assert`
* tweaks
* update
|
2024-06-05 10:39:33 +09:00 |
|
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 |
|