summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-06-06readme for std/hash (#6139)Deepak Vishwakarma
2020-06-06fix(std/io): StringReader implementation (#6148)Ryan Dahl
2020-06-05added documentation with sample for std/io mod (#6106)Deepak Vishwakarma
2020-06-05Rename abbreviated assertions in std/testing (#6118)Casper Beyer
2020-06-05fix: revert setInterval log flushing as it prevents process completion (#6127)Chris Knight
2020-06-04feat(std/hash): add sha3 (#5558)skdltmxn
2020-06-04doc: Improved ws example and README (#5636)Yusuke Sakurai
2020-06-04feat(std/testing): Allow non-void promises in assertThrowsAsync (#6052)Jon Short
2020-06-03refactor(std/testing/bench): Remove differentiating on runs count (#6084)Szalay Kristóf
2020-06-03fix(std/http): Don't use assert() for user input validation (#6092)Nayeem Rahman
2020-06-03fix(std/http/file_server): args handling only if invoked directly (#5989)matheus
2020-06-03fix(std/testing/bench): clock assertions without --allow-hrtime (#6069)Szalay Kristóf
2020-06-03docs: benchmarking (#6075)Szalay Kristóf
2020-06-03v1.0.5Ryan Dahl
2020-06-03feat(std/encoding): add base64url module (#5976)timonson
2020-06-02fix(std/testing/asserts): Format values in assertArrayContains() (#6060)Nayeem Rahman
2020-06-02feat(std/testing): benching progress callback (#5941)Szalay Kristóf
2020-06-02v1.0.4Bartek Iwańczuk
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-06-01fix(std/http): file server not closing files (#5952)simwipado
2020-06-01feat(std/node): add util.type.isDate (#6029)Peter Evers
2020-06-01feat(std/mime/multipart): Added multiple FormFile input (#6027)Henrique Emanoel Viana
2020-06-01feat(std/io): add LimitedReader (#6026)hastri
2020-06-01feat(std/log): buffered file logging (#6014)Chris Knight
2020-06-01feat(std/http) support code 103 Early Hints (#6021)Yasser A.Idrissi
2020-05-31re-enable the "HugeLines" test case (#6006)uki00a
2020-05-31feat(std/hash): add Sha512 and HmacSha512 (#6009)Tuan Le
2020-05-31docs(std/encoding/csv): improve the document and jsdoc comments (#6008)uki00a
2020-05-31feat(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-31fix(std/path): Support browsers (#6003)Nayeem Rahman
2020-05-30typo (#5948)Dan Vega
2020-05-29v1.0.3Bartek Iwańczuk
2020-05-29fix: readTrailer didn't evaluate header names by case-insensitive (#4902)Yusuke Sakurai
2020-05-29fix(std/log): improve the calculation of byte length (#5819)zfx
2020-05-29Return results in benchmark promise (#5842)Szalay Kristóf
2020-05-28feat(std/node): add link/linkSync polyfill (#5930)Chris Knight
2020-05-28fix(std): Fix FileHandler test with mode 'x' on non-English systems (#5757)Szalay Kristóf
2020-05-28doc: improve documentation for consuming request body (#5771)Chris Knight
2020-05-27Fix shebangs (#5898)Stephan Seidt
2020-05-27Add wasm to media types (#5896)Stephan Seidt
2020-05-27Migrate from dprint-ignore to deno-fmt-ignore (#5659)Kitson Kelly
2020-05-26improve docs (#5873)Robin Wieruch
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-26fix(std/log): use writeAllSync instead of writeSync (#5868)zfx
Deno.writeSync: Returns the number of bytes written. It is not guaranteed that the full buffer will be written in a single call.
2020-05-25fix(std/testing/asserts): Support browsers (#5847)Nayeem Rahman
2020-05-25Fix typo (#5834)Rares Folea
2020-05-24feat(std/encoding): add base64 (#5811)skdltmxn
2020-05-23refactor: remove duplicated code in std/node/module (#5778)Ali Hasani
2020-05-22std/node: fs.writeFile/sync path can now be an URL (#5652)Marcos Casagrande
2020-05-22v1.0.2Bartek Iwańczuk