| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-02 | docs: update discord link (#6599) | Stanislav | |
| 2020-05-16 | chore: remove typedoc (#5497) | Bartek IwaĆczuk | |
| 2020-05-14 | Fix broken links to manual web page in README.md (#5284) | Manikandan Sundararajan | |
| The old link to the manual web page includes the `.html` extension but this leads to a 404. Removing the `.html` leads to the right webpage. | |||
| 2020-05-12 | docs: Fix style guide link (#5236) | Ryan Dahl | |
| 2020-03-04 | Use discord instead of gitter (#4253) | Ryan Dahl | |
| 2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
| * Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
| 2019-10-29 | Rename Github Actions workflow (#3238) | Ry Dahl | |
| 2019-10-03 | Use github action badges (#3056) | Ryan Dahl | |
| 2019-03-22 | Website updates (#1984) | Ryan Dahl | |
| 2019-03-04 | Improve tagline in README (#1881) | Ryan Dahl | |
| 2019-02-26 | Fix broken link to API reference (#1838) | William Fortin | |
| Add missing trailing slash https://deno.land/typedoc/ | |||
| 2019-02-21 | Improve readme (#1822) | Ryan Dahl | |
| 2019-02-19 | Improve README (#1815) | Ryan Dahl | |
| 2019-02-11 | web design (#1728) | Ryan Dahl | |
| 2019-01-31 | Improve build instructions (#1593) | Tim van der Lippe | |
| 2019-01-28 | Change subtitle to 'A new way to JavaScript' (#1603) | Dmitry Sharshakov | |
| 2019-01-27 | Readme: Use shell installer (#1598) | Dmitry Sharshakov | |
| 2019-01-10 | Add some links to website | Ryan Dahl | |
| 2019-01-05 | Add Scoop installation command to README.md (#1467) | Mark Tiedemann | |
| 2018-11-30 | doc: Remove TS and V8 versions from README file (#1258) | Kyra | |
| 2018-11-17 | Use short install links. | Ryan Dahl | |
| 2018-11-11 | Use https for the demo | Steven Liekens | |
| Without HTTPS it might be possible for a MITM to inject arbitrary code into the "thumb.ts" response which Deno would then execute. | |||
| 2018-11-08 | build: Use target/ instead of out/ (#1153) | Ryan Dahl | |
| 2018-10-25 | doc: update TS and V8 version in README file | Antoine du Hamel | |
| Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041 | |||
| 2018-10-19 | Add Docs.md | Ryan Dahl | |
| Remove stuff from Roadmap that has been implemented. | |||
| 2018-10-15 | Specify deno_dir location with env var DENO_DIR (#970) | Amos Lim | |
| (Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.) | |||
| 2018-10-05 | readme: fix formatting error | Bert Belder | |
| 2018-10-04 | Update instructions on using ./tools/format.py in README | Yingbo (Max) Wang | |
| 2018-10-04 | format | Bert Belder | |
| 2018-10-04 | tools/format: format markdown files with prettier | Bert Belder | |
| 2018-09-30 | Add top-level await issue link to readme (#860) | Eric Lewis | |
| 2018-09-27 | Better build instructions for windows | Nisheet Sinvhal | |
| Fixes #802. | |||
| 2018-09-27 | Add benchmark descriptions. | Ryan Dahl | |
| 2018-09-22 | Update README and Roadmap. (#799) | Ryan Dahl | |
| 2018-09-09 | docs: add contributing guide | Yoshiya Hinosawa | |
| 2018-09-06 | Move installer to its own repo. | Ryan Dahl | |
| https://github.com/denoland/deno_install 1. This allows the installer to use a more aggressive CI build matrix with different version of python. 2. Running the installer during tools/test.py artificially inflates our download stats. 3. Running the installer during tools/test.py makes the test script dependent on having an internet connection. 4. Running the installer during tools/test.py introduces a race condition during release - where it tries and fails to download the latest release in build process that should be uploading that release. | |||
| 2018-09-05 | Format | Ryan Dahl | |
| 2018-08-31 | Add release installer (#639) | Mirko Jotic | |
| 2018-08-29 | typo | Mohammed Salman | |
| 2018-08-27 | Show mac in build table. | Ryan Dahl | |
| 2018-08-23 | Update Readme with link to releases. | Ryan Dahl | |
| 2018-08-19 | Readme: specify build deps more carefully (#547) | C. K. Tang | |
| 2018-08-18 | Rename :all target to :default | Ryan Dahl | |
| 2018-08-03 | Fix badges | Ryan Dahl | |
| Add gitter link. | |||
| 2018-08-02 | Use build.py -j2 on travis. | Ryan Dahl | |
| Avoids OOM during rollup. | |||
| 2018-08-02 | Update repo links to denoland. | Ryan Dahl | |
| 2018-08-02 | Update README | Ryan Dahl | |
| 2018-08-01 | Update protobuf link to flatbuffer | Karl Horky | |
| Ref: https://github.com/ry/deno/pull/330 | |||
| 2018-07-31 | Upgrade TypeScript (3.0.1) | Kitson Kelly | |
| Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts) | |||
| 2018-07-29 | Rename run_hooks.py to setup.py | Ryan Dahl | |
| Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. | |||
