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
/
std
Age
Commit message (
Collapse
)
Author
2020-06-08
feat(std/encoding/binary): add varnumBytes(), varbigBytes() (#5173)
Oliver Lenehan
2020-06-09
fix(http/server): flaky test on Windows (#6188)
Marcos Casagrande
2020-06-08
doc(std/fs): fix sync walk example (#6174)
jersou
The example doesn't compile : Property 'filename' does not exist on type 'WalkEntry'. The property has been renamed : fileInfo.filename → fileInfo.name
2020-06-08
feat(std/node) - Add util.promisify (#5540)
Marcos Casagrande
2020-06-08
fix(std/http): Prevent crash on UnexpectedEof and InvalidData (#6155)
Marcos Casagrande
2020-06-07
refactor(std/signal): Replace setTimeout with IIFE (#6153)
Marcos Casagrande
2020-06-07
feat(std/node) add util.types (#6159)
Peter Evers
2020-06-07
refactor(std): remove testing dependencies from non-test code (#5838)
Chris Knight
2020-06-07
refactor(std/http): rename delCookie to deleteCookie (#6088)
Tim Reichen
2020-06-06
feat(std/node): Buffer (#5925)
Nikolai Vavilov
2020-06-06
fix: use queueMicrotask instead of setTimeout (#6112)
Marcos Casagrande
2020-06-06
readme for std/hash (#6139)
Deepak Vishwakarma
2020-06-06
fix(std/io): StringReader implementation (#6148)
Ryan Dahl
2020-06-05
added documentation with sample for std/io mod (#6106)
Deepak Vishwakarma
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-06-05
fix: revert setInterval log flushing as it prevents process completion (#6127)
Chris Knight
2020-06-04
feat(std/hash): add sha3 (#5558)
skdltmxn
2020-06-04
doc: Improved ws example and README (#5636)
Yusuke Sakurai
2020-06-04
feat(std/testing): Allow non-void promises in assertThrowsAsync (#6052)
Jon Short
2020-06-03
refactor(std/testing/bench): Remove differentiating on runs count (#6084)
Szalay Kristóf
2020-06-03
fix(std/http): Don't use assert() for user input validation (#6092)
Nayeem Rahman
2020-06-03
fix(std/http/file_server): args handling only if invoked directly (#5989)
matheus
2020-06-03
fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)
Szalay Kristóf
2020-06-03
docs: benchmarking (#6075)
Szalay Kristóf
2020-06-03
v1.0.5
Ryan Dahl
2020-06-03
feat(std/encoding): add base64url module (#5976)
timonson
2020-06-02
fix(std/testing/asserts): Format values in assertArrayContains() (#6060)
Nayeem Rahman
2020-06-02
feat(std/testing): benching progress callback (#5941)
Szalay Kristóf
2020-06-02
v1.0.4
Bartek Iwańczuk
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-06-01
fix(std/http): file server not closing files (#5952)
simwipado
2020-06-01
feat(std/node): add util.type.isDate (#6029)
Peter Evers
2020-06-01
feat(std/mime/multipart): Added multiple FormFile input (#6027)
Henrique Emanoel Viana
2020-06-01
feat(std/io): add LimitedReader (#6026)
hastri
2020-06-01
feat(std/log): buffered file logging (#6014)
Chris Knight
2020-06-01
feat(std/http) support code 103 Early Hints (#6021)
Yasser A.Idrissi
2020-05-31
re-enable the "HugeLines" test case (#6006)
uki00a
2020-05-31
feat(std/hash): add Sha512 and HmacSha512 (#6009)
Tuan Le
2020-05-31
docs(std/encoding/csv): improve the document and jsdoc comments (#6008)
uki00a
2020-05-31
feat(std/http): add TooEarly status code (#5999)
Voltra
As per [RFC 8470 5.2](https://tools.ietf.org/html/rfc8470#section-5.2)
2020-05-31
fix(std/path): Support browsers (#6003)
Nayeem Rahman
2020-05-30
typo (#5948)
Dan Vega
2020-05-29
v1.0.3
Bartek Iwańczuk
2020-05-29
fix: readTrailer didn't evaluate header names by case-insensitive (#4902)
Yusuke Sakurai
2020-05-29
fix(std/log): improve the calculation of byte length (#5819)
zfx
2020-05-29
Return results in benchmark promise (#5842)
Szalay Kristóf
2020-05-28
feat(std/node): add link/linkSync polyfill (#5930)
Chris Knight
2020-05-28
fix(std): Fix FileHandler test with mode 'x' on non-English systems (#5757)
Szalay Kristóf
2020-05-28
doc: improve documentation for consuming request body (#5771)
Chris Knight
2020-05-27
Fix shebangs (#5898)
Stephan Seidt
[next]