| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-07 | Fix typo in manual.md (#2066) | Gxyz | |
| 2019-04-07 | Refactor CLI flag parsing (#2025) | Bartek Iwańczuk | |
| 2019-04-05 | Add worker benchmarks (#2059) | andy finch | |
| 2019-04-04 | Improve docs in core (#2049) | Ryan Dahl | |
| 2019-04-01 | add scoop in the install (#2035) | Vincent LE GOFF | |
| 2019-04-01 | Update `deno -h` output in manual (#2030) | 迷渡 | |
| 2019-03-28 | Add Process.stderrOutput() (#1828) | Bartek Iwańczuk | |
| 2019-03-28 | Merge the --recompile and --reload flags (#2003) | Ryan Dahl | |
| 2019-03-27 | Fix typo (#2010) | ztplz | |
| 2019-03-27 | Fix some typos (#2005) | ztplz | |
| 2019-03-24 | Add benchmark for max latency (#1975) | Bernard Lin | |
| 2019-03-22 | Website updates (#1984) | Ryan Dahl | |
| 2019-03-20 | Website and manual improvements (#1967) | Ryan Dahl | |
| 2019-03-19 | Deprecate DENO_BUILD_MODE=release | Ryan Dahl | |
| Instead use: tools/build.py --release | |||
| 2019-03-17 | Typo fix in styleguide (#1946) | Nikola Ristic | |
| 2019-03-16 | Fix a missing import in manual.md example for testing (#1935) | joemclo | |
| 2019-03-15 | Add test style guide (#1918) | Vincent LE GOFF | |
| 2019-03-15 | jsdoc style guide update (#1932) | Vincent LE GOFF | |
| 2019-03-15 | docs: fix example (#1936) | Yoshiya Hinosawa | |
| 2019-03-14 | Fix command in manual.md (#1931) | Jack Rowlingson | |
| 2019-03-11 | manual: Improve formatting (#1842) | Jed Fox | |
| 2019-03-08 | docs: package.ts -> deps.ts (#1903) | Yoshiya Hinosawa | |
| 2019-03-06 | Upgrade deno_std (#1892) | Ryan Dahl | |
| A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript. | |||
| 2019-03-06 | Replace deno.land/x/std with deno.land/std (#1890) | Andy Hayden | |
| 2019-03-05 | Fix website manual link (#1889) | Grant Timmerman | |
| 2019-03-04 | tools: remove fix_symlinks() function | Bert Belder | |
| This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout. | |||
| 2019-03-04 | Improve tagline in README (#1881) | Ryan Dahl | |
| 2019-03-04 | Allow inspection and revocation of permissions (#1875) | Simon Menke | |
| 2019-03-02 | Fix deno imports in manual (#1867) | JaePil Jung | |
| 2019-03-02 | manual - import.meta.main (#1868) | Bartek Iwańczuk | |
| 2019-03-02 | Fix example in manual (#1863) | Ryan Dahl | |
| 2019-03-01 | Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵ | Jon Jee | |
| (#1861) | |||
| 2019-02-27 | Add NO_COLOR to CLI usage (#1843) | Ryan Dahl | |
| 2019-02-27 | Use the SVG logo everywhere. Add logo links to manual. (#1841) | Ryan Dahl | |
| 2019-02-26 | Add "Dino in the Rain" to manual page (#1840) | Kevin (Kun) "Kassimo" Qian | |
| 2019-02-21 | Improve readme (#1822) | Ryan Dahl | |
| 2019-02-21 | manual: add Deno.run example (#1811) | Bartek Iwańczuk | |
| 2019-02-20 | Add section explaining resources and metrics to the manual (#1819) | EnokMan | |
| 2019-02-19 | fix: revert http server example on the homepage (#1814) | Dmitry Teplov | |
| 2019-02-18 | Add window.location | Ryan Dahl | |
| 2019-02-18 | Add example of starting subprocess to docs (#1791) | Bartek Iwańczuk | |
| 2019-02-18 | Fix http server example in homepage (#1801) | Saad Quadri | |
| This fixes http server example by updating the import path as well as using respond() correctly. | |||
| 2019-02-18 | Update installation documentation (Fixes #1786) (#1802) | Mark Tiedemann | |
| 2019-02-18 | Rename welcome.js to welcome.ts (#1803) | Maxim Mazurok | |
| 2019-02-17 | Add code block language decoration to StyleGuide doc (#1799) | EnokMan | |
| 2019-02-16 | Added website icon link (#1792) | Luke | |
| 2019-02-15 | Syntax highlighting on the website paegs (#1780) | 满远荣 | |
| 2019-02-13 | Update contribution guidelines (#1771) | Kitson Kelly | |
| To make it clearer how people should indicate that are contributing to Deno. | |||
| 2019-02-13 | Use proper directory for cache files (#1763) | Philipp A | |
| Operating systems have defined directories for cache files. That allows them to do smart things such as leaving them out when doing a backup, or deleting them when disk space gets low. Also a %home%\.deno folder on windows made no sense whatsoever. Fixes #481 | |||
| 2019-02-12 | More web design work (#1759) | Ryan Dahl | |
