Commit Graph

3916 Commits

Author SHA1 Message Date
Asher Gomez
040e666033
docs(testing): add module docs (#5147)
* docs(testing): add module docs

* work
2024-06-26 16:26:28 +10:00
Asher Gomez
3db13cb886
refactor(testing): remove @std/fmt/colors dependency from snapshot module (#5145) 2024-06-26 15:23:17 +10:00
Asher Gomez
ebf06b76d3
docs(fs): add not supported docs for CopyOptions.preserveTimestamps (#5143) 2024-06-26 12:21:48 +09:00
Asher Gomez
fa330f69c3
refactor(http): change error thrown in ServerSentEventStream to SyntaxError (#5135)
BREAKING(http): change error thrown in `ServerSentEventStream` to `SyntaxError`
2024-06-25 20:27:34 +10:00
Yoshiya Hinosawa
df8cebcd74
test(testing): improve bdd testing (#5136) 2024-06-25 19:26:12 +09:00
Asher Gomez
9ae35474ce
BREAKING(http): rename verifyCookie() to verifySignedCookie() (#5138) 2024-06-25 20:25:30 +10:00
Asher Gomez
f4b5f6b63d
chore(http): release http@1.0.0-rc.1 (#5131) 2024-06-25 20:19:28 +10:00
Yoshiya Hinosawa
876c20ffb9
refactor(testing): remove dead code and improve test of testing/mock.ts (#5137) 2024-06-25 18:32:50 +09:00
Asher Gomez
d3551ec69c
refactor(http): minor cleanup (#5126)
* refactor(http): minor cleanup

* work

* work

* fix
2024-06-25 19:32:34 +10:00
Yoshiya Hinosawa
365f989bde
chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
Yoshiya Hinosawa
40bf2a57b4
test(testing): improve FakeTime testing (#5123) 2024-06-25 15:51:24 +09:00
Yoshiya Hinosawa
67eaa4ace2
refactor(http): remove dead code and improve UserAgent testing (#5120) 2024-06-25 15:23:05 +09:00
Asher Gomez
ed86fa9414
BREAKING(testing): remove deprecated asserts module (#5099) 2024-06-25 16:18:30 +10:00
Yoshiya Hinosawa
fa59027170
fix(http): handle the case fileInfo.mode=0 correctly (#5132) 2024-06-25 15:16:28 +09:00
Asher Gomez
255b7994ee
BREAKING(jsonc): remove allowTrailingComma option (#5119) 2024-06-25 16:13:08 +10:00
Yoshiya Hinosawa
9411d0957e
docs(yaml): improve yaml document (#5127)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-25 15:01:58 +09:00
Asher Gomez
f3ef2b1436
BREAKING(http): improve thrown errors in cookie module (#5129)
refactor(http): improve thrown errors in `cookie` module
2024-06-25 15:20:58 +10:00
Yoshiya Hinosawa
3204a708a5
BREAKING(testing): disable multiple FakeTime creations (#5130) 2024-06-25 14:15:25 +09:00
Yoshiya Hinosawa
a4d4e51cfa
feat(yaml): support schema name for 'schema' option (#5118) 2024-06-25 10:17:26 +09:00
Yoshiya Hinosawa
61a39ce146
fix(testing): function call of Date constructor is not correctly faked (#5122) 2024-06-25 08:35:53 +09:00
Asher Gomez
2c550f4389
chore(media-types): release media-types@1.0.0 (#4780) 2024-06-25 05:33:07 +10:00
Yoshiya Hinosawa
3fac8a2e86
test(cli): improve Spinner test (#5108) 2024-06-24 20:17:09 +09:00
Asher Gomez
e276271b1d
chore(jsonc): release jsonc@1.0.0-rc.1 (#5115) 2024-06-24 19:58:24 +10:00
Asher Gomez
65d465068a
refactor(jsonc): minor cleanups (#5114)
* refactor(jsonc): minor cleanups

* cleanups
2024-06-24 15:58:56 +10:00
Yoshiya Hinosawa
8ebe7d1c7f
BREAKING(http): change the default port of file-server to the same default of Deno.serve() (#4888)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-24 13:57:37 +09:00
Elisée Maurer
0036fb76a2
docs(http): remove outdated mention of CookieMap (#5109) 2024-06-22 10:35:42 +00:00
Asher Gomez
64e504a4de
BREAKING(http): move unstable-signed-cookie to signed-cookie (#5101)
* BREAKING(http): move `unstable-signed-cookie` to `signed-cookie`

* fix

* fix
2024-06-22 06:27:53 +00:00
Asher Gomez
051ab73026
BREAKING(http): remove deprecated server module (#5100) 2024-06-22 15:47:02 +10:00
Yoshiya Hinosawa
cf2aeeb3aa
BREAKING(media-types): rename extensionsByType to allExtensions (#5106) 2024-06-22 00:11:31 +09:00
David Luis
0c3c7ad739
perf(collections): use for loop instead of forEach() in unzip() (#5104) 2024-06-21 20:59:46 +10:00
Yoshiya Hinosawa
84def7bfb9
docs(media-types): remove outdated historical note (#5105) 2024-06-21 19:19:42 +09:00
denobot
7d1d9cc34a
chore: release 2024.06.21 (#5107)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-21 19:15:49 +09:00
Asher Gomez
adc6072042
chore(json): release json@1.0.0-rc.1 (#5102) 2024-06-21 18:44:46 +10:00
Asher Gomez
e561d36026
BREAKING(async): simplify deadline() logic, remove DeadlineError and improve errors (#5058) 2024-06-21 16:37:23 +10:00
Yoshiya Hinosawa
32d46e96f5
BREAKING(json): rename /common to /types (#5103) 2024-06-21 14:56:11 +09:00
Yoshiya Hinosawa
21e8ece519
docs(dotenv): improve dotenv docs (#5095) 2024-06-21 13:21:26 +09:00
Asher Gomez
cc8252df73
BREAKING(json): remove writableStrategy and readableStrategy options (#5097)
* BREAKING(json): remove `writableStrategy` and `readableStrategy` options

* fix
2024-06-21 14:20:36 +10:00
Madhav Ganesan
ab458a38fa
refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077)
* replaced public and private access modifiers #5066

* fix: run `deno fmt`

* fix: apply suggestions

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-21 14:13:08 +10:00
Asher Gomez
15ec8df047
chore(collections): release collections@1.0.0 (#4773)
* chore(collections): release `collections@1.0.0`

* fix
2024-06-20 21:44:03 +10:00
Yoshiya Hinosawa
de40243520
test(fs): improve copy() testing (#5084) 2024-06-20 18:14:34 +09:00
Yoshiya Hinosawa
09d758aaaa
test(jsonc): remove dead code and improve testing (#5093) 2024-06-20 18:13:50 +09:00
Yoshiya Hinosawa
bd55f3b5c3
refactor(fs): improve expandGlob() implementation and testing (#5089) 2024-06-20 16:39:45 +09:00
Asher Gomez
f863a2b241
chore(fs): release fs@1.0.0-rc.1 (#5091)
* chore(fs): release `fs@1.0.0-rc.1`

* graph
2024-06-20 16:43:18 +10:00
Doctor
5bcbb8f7f1
fix(streams): prevent earlyZipReadableStreams() from possibly using excessive memory (#5082)
* refactor(streams): `earlyZipReadableStreams`

* add(streams): test for cancelling stream

* chore(streams): fmt

* nit(streams): Make one line into two

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* improve(streams): test to assert all streams were actually cancelled

* adjust(streams): reason for cancelling streams

* tweak cancel reason

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-20 05:36:58 +00:00
Yoshiya Hinosawa
b75d42a329
test(fs): improve ensureSymlink() test (#5087) 2024-06-20 12:23:08 +09:00
Asher Gomez
572a53704b
test(streams): improve test coverage (#5078)
* tests(streams): improve test coverage

* tweak

* work

* work

* work

* work

* revert

* revert
2024-06-20 12:58:45 +10:00
Asher Gomez
1e12f5018c
chore(streams): release streams@1.0.0-rc.1 (#5074)
* chore(streams): release `streams@1.0.0`

* chore: add -rc.1

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-20 12:18:43 +10:00
Yoshiya Hinosawa
c52c6ee057
refactor(fs): reduce the repetition in exists.ts (#5088) 2024-06-19 19:15:15 +09:00
Yoshiya Hinosawa
ec27c49cbf
test(fs): check ensureDir() is not racy (#5086) 2024-06-19 19:12:54 +09:00
Yoshiya Hinosawa
41a2da4788
refactor(fs): reduce the repetition in ensure_dir.ts (#5085) 2024-06-19 17:47:03 +09:00