index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
js
/
web
Age
Commit message (
Expand
)
Author
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-16
fix(cli/js/web): IPv6 hostname should be compressed (#6772)
JohannLai
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-13
Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)
Bartek Iwańczuk
2020-07-13
fix(cli/js/web/url): Implement IPv4 hostname parsing (#6707)
Nayeem Rahman
2020-07-13
fix(cli/fetch): fix relative redirect (#6715)
Marcos Casagrande
2020-07-11
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to I...
Nayeem Rahman
2020-07-10
feat: add performance user timing APIs (#6421)
Kitson Kelly
2020-07-10
fix(URL): Implement spec-compliant host parsing (#6689)
Nayeem Rahman
2020-07-09
feat: move unstable Deno.permissions to navigator.permissions (#6244)
Kitson Kelly
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-07-07
perf(cli/body): improve .arrayBuffer() speed (#6669)
Marcos Casagrande
2020-07-06
clean up code in cli/js (#6611)
Stanislav
2020-07-05
fix(cli/fetch): response constructor default properties (#6650)
Marcos Casagrande
2020-07-05
refactor(cli/body): use Deno.Buffer in bufferFromStream (#6632)
Marcos Casagrande
2020-07-04
Update timers to ignore Date Override (#6552)
Kyle June
2020-06-28
fix(cli/body): Maximum call stack size exceeded error (#6537)
Marcos Casagrande
2020-06-26
fix(cli/js/web/url): Support UNC paths on Windows (#6418)
Nayeem Rahman
2020-06-24
fix(cli/js/web/console): Improve string quoting behaviour (#6457)
Nayeem Rahman
2020-06-23
fix(cli/web): Support URLSearchParam as Body (#6416)
Chris Couzens
2020-06-18
refactor(cli/web): use isTypedArray method (#6369)
Marcos Casagrande
2020-06-10
fix(URL): IPv6 hostname support (#5766)
Josh Byrnes
2020-06-08
fix(cli/web/fetch): multipart/form-data request body support for binary files...
Marcos Casagrande
2020-06-03
fix(fetch): Support 101 status code (#6059)
Marcos Casagrande
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-06-01
fix(cli/web): Body.bodyUsed should use IsReadableStreamDisturbed
Marcos Casagrande
2020-06-01
fix(cli/js/web): formData parser for binary files (#6015)
Marcos Casagrande
2020-05-31
fix(cli/fetch): set null body for null-body status (#5980)
Marcos Casagrande
2020-05-31
fix(fetch): network error on multiple redirects (#5985)
Marcos Casagrande
2020-05-31
fix Headers.name and FormData.name (#5994)
Marcos Casagrande
2020-05-29
fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254)
Nayeem Rahman
2020-05-29
fix DenoBlob name (#5879)
Peter Evers
2020-05-28
improve indentation when displaying objects with console.log (#5909)
Speykious
2020-05-28
formData: set default filename for Blob to <blob> (#5907)
Marcos Casagrande
2020-05-28
console: Hide `values` for console.table if display not necessary (#5914)
Kevin (Kun) "Kassimo" Qian
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-05-25
fix(cli/web/fetch): Make Response constructor standard (#5787)
Marcos Casagrande
2020-05-25
fix: Allow ArrayBuffer as Fetch request body (#5831)
Marcos Casagrande
2020-05-25
Improve bufferFromStream (#5826)
Marcos Casagrande
2020-05-25
Move getHeaderValueParams & hasHeaderValueOf to util.ts (#5824)
Marcos Casagrande
2020-05-22
Simplify isFiniteNonNegativeNumber (#5686)
Marcos Casagrande
2020-05-22
fix: atob should throw dom exception (#5730)
Ergenekon Yiğit
2020-05-20
fix: streams hwm validation (#5681)
Marcos Casagrande
2020-05-19
Provide better ANSI colorized output when inspecting objects (#5404)
Speykious
2020-05-18
Fix URL encoding (#5557)
Nayeem Rahman
2020-05-15
fix: setTimeout and friends have too strict types (#5412)
Tomasz Gałkowski
2020-05-15
doc: add stream api (#5418)
Chris Knight
2020-05-11
fix: Expose ErrorEvent globally (#5222)
Kitson Kelly
2020-05-09
fix: Allow multiple Set-Cookie headers (#5100)
Kitson Kelly
2020-05-08
fix: correct type error text (#5150)
Chris Knight
[next]