summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-04-09docs(readme): improve link descriptions (#10083)Jesse Jackson
2021-04-09docs: add a link to the Discord server to the Readme (#10082)YodaLightsabr
Fixes: #9712 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-03-15docs: match install section with website (#9665)Kid
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-02-19chore: rename default branch to main (#9503)Luca Casonato
2020-12-14docs: fixes logo in README (#8740)Vishal Pratap Singh
2020-12-11docs: Fix readme typo (#8721)Tomáš Znamenáček
2020-10-20fix: codesnippet in README contains $STD_VERSION (#8045)Luca Casonato
2020-10-13docs: fix runtime docs link in README (#7926)Grant Timmerman
2020-10-07docs(README): fix code block type (#7845)Yasser A.Idrissi
2020-10-04docs(std): version all imports in README (#7442)tokiedokie
Use $STD_VERSION in std/ README files to automatically display proper version.
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-09-29improve readme (#7530)Vitor Matos
2020-07-02docs: update discord link (#6599)Stanislav
2020-05-16chore: remove typedoc (#5497)Bartek Iwańczuk
2020-05-14Fix 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-12docs: Fix style guide link (#5236)Ryan Dahl
2020-03-04Use discord instead of gitter (#4253)Ryan Dahl
2019-10-31Upgrade 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-29Rename Github Actions workflow (#3238)Ry Dahl
2019-10-03Use github action badges (#3056)Ryan Dahl
2019-03-22Website updates (#1984)Ryan Dahl
2019-03-04Improve tagline in README (#1881)Ryan Dahl
2019-02-26Fix broken link to API reference (#1838)William Fortin
Add missing trailing slash https://deno.land/typedoc/
2019-02-21Improve readme (#1822)Ryan Dahl
2019-02-19Improve README (#1815)Ryan Dahl
2019-02-11web design (#1728)Ryan Dahl
2019-01-31Improve build instructions (#1593)Tim van der Lippe
2019-01-28Change subtitle to 'A new way to JavaScript' (#1603)Dmitry Sharshakov
2019-01-27Readme: Use shell installer (#1598)Dmitry Sharshakov
2019-01-10Add some links to websiteRyan Dahl
2019-01-05Add Scoop installation command to README.md (#1467)Mark Tiedemann
2018-11-30doc: Remove TS and V8 versions from README file (#1258)Kyra
2018-11-17Use short install links.Ryan Dahl
2018-11-11Use https for the demoSteven 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-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-10-25doc: update TS and V8 version in README fileAntoine du Hamel
Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-15Specify 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-05readme: fix formatting errorBert Belder
2018-10-04Update instructions on using ./tools/format.py in READMEYingbo (Max) Wang
2018-10-04formatBert Belder
2018-10-04tools/format: format markdown files with prettierBert Belder
2018-09-30Add top-level await issue link to readme (#860)Eric Lewis
2018-09-27Better build instructions for windowsNisheet Sinvhal
Fixes #802.
2018-09-27Add benchmark descriptions.Ryan Dahl
2018-09-22Update README and Roadmap. (#799)Ryan Dahl
2018-09-09docs: add contributing guideYoshiya Hinosawa
2018-09-06Move 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-05FormatRyan Dahl
2018-08-31Add release installer (#639)Mirko Jotic