Commit Graph

3902 Commits

Author SHA1 Message Date
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
Asher Gomez
6c598d5db5
chore: re-enable running v1.x in CI (#5080) 2024-06-19 15:56:14 +10:00
Asher Gomez
053798d139
BREAKING(async): make abortablePromise() and abortableAsyncIterable() private (#5056) 2024-06-19 15:26:44 +10:00
David Luis
c0f87db914
refactor(fs): resolve directories when checking whether they are the same in isSubdir() (#5076)
refactor(fs): resolve directories when checking whether they are the same
2024-06-19 07:50:14 +10:00
Yoshiya Hinosawa
1d0f658094
test(json): improve json testing (#5075) 2024-06-18 20:38:18 +09:00
Yoshiya Hinosawa
7e683c1d45
chore(cli): release cli@1.0.0-rc.1 (#5068) 2024-06-18 19:30:12 +09:00
Divy Srivastava
16fa0c8220
docs(json): lint @std/json docs (#4798)
* docs(json): lint `json/` docs

* Fix example

* skip eval of some examples

* fixes

* remove tmp.jsonl

* add example reading from a file

* add same example to constructor

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-18 10:10:57 +00:00
Yoshiya Hinosawa
6997e8b1fd
test(streams): improve DelimiterStream test cases (#5070) 2024-06-18 15:09:29 +09:00
Yoshiya Hinosawa
8ec230fea3
chore: fix dependency graph (#5069) 2024-06-18 13:38:08 +09:00
Asher Gomez
b5f9e3446c
refactor(testing): remove FakeTime.start setter (#5050)
* BREAKING(testing): remove `FakeTime.start` setter

* note

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-18 14:36:51 +10:00
Yoshiya Hinosawa
03856d0a96
chore(cli): make spinner unstable/experimental (#5067) 2024-06-18 13:31:23 +09:00
Asher Gomez
d93aa7c94e
chore: remove --table functionality from graph checker (#5064) 2024-06-18 12:36:16 +10:00
Yoshiya Hinosawa
4ba4beeb8e
chore: update dependency_graph.svg (#5063) 2024-06-17 19:42:09 +09:00
Yoshiya Hinosawa
f92bfe9659
test(streams): improve Buffer test (#5061) 2024-06-17 19:09:36 +09:00
Yoshiya Hinosawa
48379971dd
BREAKING(streams): remove iterateReader, readableStreamFromReader, readerFromIterable, readerFromStreamReader, writableStreamFromWriter, and writerFromStreamWriter (#5060) 2024-06-17 19:02:38 +09:00