summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2020-05-15refactor(fs): use every instead of reduce (#5323)Linus Unnebäck
2020-05-15fix link (#5333)Claudio Cicali
2020-05-15fix: setTimeout and friends have too strict types (#5412)Tomasz Gałkowski
2020-05-15feat(std/node): fs.writeFileSync polyfill (#5414)Marcos Casagrande
2020-05-15fix(std/testing): Provide message and diff for assertStrictEq (#5417)Stéphane Klein
2020-05-15feat: add std/hash/fnv (#5403)skdltmxn
2020-05-15Fix typos (#5441)Anil Seervi
2020-05-15shorten example (#5448)Juan Julián Merelo Guervós
2020-05-14[std/node]: remove execute permissions from fs.ts (#5363)Evan Hahn
2020-05-14Add .css to the MEDIA_TYPES. (#5367)Mike Nikles
2020-05-14Fix flakiness in std file_server tests (#5306)Bert Belder
2020-05-14std/0.51.0 (#5336)Bartek Iwańczuk
2020-05-14std/node fs.readFile should take string as option (#5316)Marcos Casagrande
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-05-11fix(std): fix broken style guide link (#5211)Lucas Machado
2020-05-11BREAKING: There is no public Rust API for the CLI (#5226)Ryan Dahl
2020-05-11doc: fix typo in std/node/README.md (#4819)Edward Elric
2020-05-10fix(std/encoding/yaml): Correct exports (#5191)Nayeem Rahman
2020-05-09std/0.50.0Ryan Dahl
2020-05-09Move style guide to docs dir (#5174)Ryan Dahl
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-05-09feat(std/fmt): 8bit and 24bit ANSI colors (#5168)Oliver Lenehan
2020-05-08revert PR #5002 (#5141)Andrey Trebler
2020-05-07fix(docs): add missing "deno run" (#5126)zjopy
2020-05-06Multi page manual (#5110)Luca Casonato
2020-05-06Remove flaky and useless tests (#5116)Ryan Dahl
2020-05-05update manual with "deno run" (#5082)Tomofumi Chiba
2020-05-04feat(std/node): fs.writefile / fs.promises.writeFile (#5054)Marcos Casagrande
2020-05-04feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support (...David Sherret
2020-05-04feat(URL): Support drive letters for file URLs on Windows (#5074)Nayeem Rahman
2020-05-04stabilize Deno.cwd and require --allow-read (#5068)Ryan Dahl
2020-05-04BREAKING: make WebSocket directly implement AsyncIterable (#5044) (#5045)Andrey Trebler
2020-05-04BREAKING: remove CLI 'deno script.ts' hack (#5026)Bartek Iwańczuk
2020-05-04Add sha256 and sha224 support (along with HMAC variants) (#5066)Kitson Kelly
2020-05-03[std/node] add the ability to path argument to be URL type (#5055)Ali Hasani
2020-05-03Move std/util/sha1.ts to ES private fields (#5053)Kitson Kelly
2020-05-02Add hint on how to install gist program (#5041)Ryan Dahl
2020-05-01BREAKING: feat(cli/installer): Support guessing the executable name (#5036)Nayeem Rahman
2020-05-01fix std/fs/walk example (#5030)Bert Belder
2020-05-01fix(std/http): avoid directly modifying the headers object (#5024)木杉
2020-05-01docs(std): typo fix (#5023)john gravois
2020-04-30BREAKING: reorder std/io/utils copyBytes arguments (#5022)Marcos Casagrande
2020-04-30doc(std/fs): README.md (#4913)张超杰
2020-04-30std/node: toString for globals (#5013)Nikolai Vavilov
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-30std/node: make process global (#4985)Nikolai Vavilov
2020-04-30fix(manual): Deno.copy args order (#4999)Tomofumi Chiba
2020-04-30fix(std): use fromFileUrl (#5005)Ali Hasani
2020-04-30feat: Make WebSocket Reader/Writer (#5001) (#5002)Andrey Trebler