Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-31 | feat: add $STD_VERSION replacement variable in docs (#6922) | Luca Casonato | |
2020-07-26 | Fix typo (#6872) | Jordan Cannon | |
2020-07-19 | typo (#6800) | Jason Miller | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-13 | --no-check docs (#6714) | Luca Casonato | |
2020-07-02 | docs: update discord link (#6599) | Stanislav | |
2020-06-22 | doc: WASM -> WebAssembly (#6426) | Casper Beyer | |
2020-06-15 | docs: added autocompletion example for zsh (#6298) | Mandeep Singh | |
2020-06-15 | minor grammar fix (#6299) | Dan | |
noun -> verb | |||
2020-06-13 | Move to allowlist and blocklist (#6282) | Luca Casonato | |
2020-06-12 | document "deno run -" (#6256) | Jaap Aarts | |
2020-06-10 | fixed double prompt in manual (#6230) | Tomofumi Chiba | |
2020-06-08 | doc: Add a CLI section (#6164) | Nayeem Rahman | |
2020-06-07 | docs: vim/neovim settings for editors (#6064) | hork71 | |
2020-05-28 | Add instructions for using Deno with Emacs (#5928) | Mudit Ameta | |
2020-05-27 | doc: official denoland extension (#5890) | 迷渡 | |
2020-05-26 | docs: update JetBrains environment support (#5877) | crowlKats | |
2020-05-26 | improve docs (#5872) | Robin Wieruch | |
2020-05-26 | docs: "Getting started" manual updates (#5835) | Chris Knight | |
2020-05-21 | typos (#5713) | Khang Dinh | |
2020-05-21 | docs: update permissions docs (#5426) | JavaScriptDude | |
2020-05-18 | Update `docs/getting_started/first_steps.md` (#5573) | Matt Dumler | |
2020-05-18 | Update `docs/getting_started/permissions.md` (#5574) | Matt Dumler | |
Aligned the example wording more closely with that in the `first_steps.md` document, and made other minor edits/corrections. | |||
2020-05-17 | Miscellaneous documentation and spelling improvements (#5527) | Bert Belder | |
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net> | |||
2020-05-15 | Lets --> Let's (#5473) | Dan Vanderkam | |
2020-05-14 | Fix grammar (#5399) | Stu Finn | |
2020-05-14 | Remove extra dollar sign from docs (#5361) | Kerollos Magdy | |
2020-05-14 | Avoid unfortunate ASCII arrow splitting (#5325) | Thomas Steiner | |
2020-05-12 | doc: fix typo (remove redundant 'from') in first_steps.md (#5199) | Haobo Zhao | |
2020-05-10 | Docs for deno test + minor other changes (#5185) | Luca Casonato | |
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links. | |||
2020-05-08 | fix typos (#5163) | Hossam Magdy | |
2020-05-08 | doc: fix typo on first_steps.md (#5149) | Ganesh R | |
2020-05-07 | BREAKING: Remove support for .wasm imports (#5135) | Bartek Iwańczuk | |
Importing .wasm files is non-standardized therefore deciding to support current functionality past 1.0 release is risky. Besides that .wasm import posed many challenges in our codebase due to complex interactions with TS compiler which spawned thread for each encountered .wasm import. This commit removes: - cli/compilers/wasm.rs - cli/compilers/wasm_wrap.js - two integration tests related to .wasm imports | |||
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |