summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2019-06-28docs(style_guide): fix typoFixes a small syntax error (#2567)matzkoh
2019-06-27rename shellsession to shell (#2583)迷渡
2019-06-26feat: deno completions command (#2577)Bartek Iwańczuk
2019-06-23Update manual.md (#2571)JaePil Jung
2019-06-20feat: upgrade installer and add docs (#2551)Bartek Iwańczuk
2019-06-19website: use css variables and prefers-color-scheme (#2547)Jed Fox
This uses `prefers-color-scheme: dark` to automatically switch to dark mode if the user specifies it in their system settings. Dark mode is supported in Firefox 67, Chrome 76, Safari 12.1, and iOS 13 as of this commit, but the current status can be checked here: https://caniuse.com/#feat=prefers-color-scheme Additionally, this uses CSS Variables to implement the color-switching mechanism. This isn’t supported in IE, but the site degrades reasonably well with them disabled. Support table: https://caniuse.com/#feat=css-variables
2019-06-15Fixes benchmark page spinner on Edge #2508 (#2525)David Stone
2019-06-11feat: default output filename for deno bundle (#2484)Ryan Dahl
And improve bundle docs
2019-06-11Add --seed for setting RNG seed (#2483)Matt Harrison
2019-06-10website: use pre-wrap (#2486)Yoshiya Hinosawa
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk
2019-06-06add tcp proxy benchmarks + split out website section for proxy req/s (#2464)Kurt Mackey
2019-06-05feat: bring back deno <script> (#2451)Bartek Iwańczuk
2019-06-05Add special hit cfix #1898 (#2455)Vincent LE GOFF
2019-05-30tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env varsChristian Moritz
2019-05-27Add 'brew install deno' to homepage (#2412)Ryan Dahl
2019-05-24Add brew install deno to manual (#2407)Andy Hayden
2019-05-24Remove prefix $ and > from manual (#2404)Steven
2019-05-23Fix examples in manual (#2396)champ
2019-05-21website: update http example (#2367)Ryan Dahl
2019-05-17website: fix workers benchmark links (#2370)Stephan Renatus
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-05-16Add permission whitelist docs (#2365)Daiki Ihara
2019-05-16Fix typo in style guide (#2364)Atty Eleti
2019-05-14Rename HTTP benchmarks (#2350)Ryan Dahl
2019-05-13Typo (#2342)ztplz
2019-05-11Reorder benchmark page (#2314)Ryan Dahl
2019-05-09[manual] fix example (#2307)Vincent LE GOFF
2019-05-04update manual.md for deno v0.4.0 (#2291)Bartek Iwańczuk
2019-05-03add warning for adblockers (#2250)Vincent LE GOFF
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-05-03Minor doc edits (#2231)Ryan Dahl
2019-05-03Bump required rustc version to 1.34.1Bert Belder
2019-04-30Fix max_latency benchmark on zero value (#2247)Ryan Dahl
2019-04-27Use alt logos on benchmarks and manual page (#2211)Ryan Dahl
2019-04-25Rename CLI flags to subcommands (#2212)Bartek Iwańczuk
2019-04-25Rename deno prefetch to deno fetch (#2210)Bartek Iwańczuk
2019-04-25Fix anchor links and add spinner to the benchmarks page (#2205)David Stone
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-20docs: improve clarity of the text (#2165)Daniel Schildt
2019-04-16Add max memory benchmark (#2061)Dmitry Sharshakov
2019-04-15Small fixes in manual.md (#2118)JaePil Jung
2019-04-14docs: add a pixelated animation logo (#2110)tanakaworld
2019-04-13Add deno eval subcommand (#2102)Bartek Iwańczuk
2019-04-12Update `deno -h` output in manual (#2099)迷渡
2019-04-07Fix typo in manual.md (#2066)Gxyz
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-04-05Add worker benchmarks (#2059)andy finch
2019-04-04Improve docs in core (#2049)Ryan Dahl
2019-04-01add scoop in the install (#2035)Vincent LE GOFF
2019-04-01Update `deno -h` output in manual (#2030)迷渡