Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Remove old website (#3194) | Ry Dahl | |
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com> | |||
2019-10-22 | remove --no-prompt flag, fail on missing permissions (#3183) | Yoshiya Hinosawa | |
2019-10-22 | Add TextDecoder benchmark (#3180) | Ry Dahl | |
2019-10-21 | Manual introduction improvements (#3157) | Andy Fleming | |
2019-10-21 | curl.ts example with reference in manual (#3161) | Rory Hart | |
2019-10-17 | Website design tweaks (#3140) | Jon Heslop | |
- Use system sans-serif font, they render better and are familiar (Github use same font stack for instance) - Use weight and spacing to increase heading contrast - match logo colour to tone of type aka less black - table: Increase padding on wider screens for balance - table: Solid border | |||
2019-10-17 | feat: --reload flag to take arg for partial reload (#3109) | Michał Sabiniarz | |
Example: To reload only std modules --reload=https://deno.land/std/ | |||
2019-10-15 | Use max-width over max-device-width (#3132) | Jon Heslop | |
Using max-width because this applies the mobile styles to narrow windows on larger devices as well as full with windows on narrow devices. | |||
2019-10-12 | Update various links to deno_std (#3096) | Ryan Dahl | |
2019-10-07 | Fix some examples in the manual (#3084) | Ryan Dahl | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std | |||
2019-10-03 | Use github action badges (#3056) | Ryan Dahl | |
2019-10-02 | feat: window.onunload (#3023) | Bartek Iwańczuk | |
2019-09-29 | bump deps version on homepage (#3036) | Bartek Iwańczuk | |
2019-09-24 | test: add HTTP_PROXY tests (#2977) | Bartek Iwańczuk | |
2019-09-20 | change color of chart in dark mode (#2995) | YIPG | |
2019-09-19 | Remove test.py, use cargo test as test frontend (#2967) | Ryan Dahl | |
Fixes #2933 | |||
2019-09-19 | fix spaces of indented in list (#2983) | 迷渡 | |
2019-09-16 | Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962) | Bert Belder | |
2019-09-16 | remove zlib from gclient_config.py (#2961) | Christian Moritz | |
and remove DENO_NINJA_PATH from manual | |||
2019-09-15 | Make deno_cli installable via crates.io (#2946) | Ryan Dahl | |
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript | |||
2019-09-15 | Move GN root into //core/libdeno (#2943) | Christian Moritz | |
2019-09-11 | Added normalized benchmark graphs (#2919) | Luca Casonato | |
2019-09-09 | minor manual edits (#2883) | Andrew Hughes | |
2019-09-06 | Add default-run (+ clean up old references) (#2876) | Nayeem Rahman | |
2019-09-06 | Remove tools/build.py (#2865) | Ryan Dahl | |
Testing regression: ASAN build removed. | |||
2019-09-02 | fix list style (#2842) | 迷渡 | |
2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
2019-08-31 | Fix small typo (effects -> affects) (#2841) | Josh Pullen | |
2019-08-30 | Use 'reqwest' to implement HTTP client (#2822) | Bartek Iwańczuk | |
Closes #2720 | |||
2019-08-29 | update `deno help` output (#2832) | 迷渡 | |
2019-08-28 | doc: fix list style (#2823) | 迷渡 | |
2019-08-26 | Clean up various flatbuffer references (#2819) | Ryan Dahl | |
2019-08-22 | Support .d.ts files (#2746) | Kitson Kelly | |
Fixes #1432 | |||
2019-08-07 | manual: Edit note about V8 profiling (#2742) | Bartek Iwańczuk | |
2019-07-28 | benchmarks: add bundle size (#2690) | Bartek Iwańczuk | |
2019-07-27 | use animated-deno-logo in denolib (#2691) | hashrock | |
2019-07-26 | cli: unify deno -h options (#2682) | Bartek Iwańczuk | |
2019-07-23 | Fix anchor link destination (#2679) | Nayeem Rahman | |
2019-07-21 | feat(website/benchmark): enable zoom of charts (#2668) | Yoshiya Hinosawa | |
2019-07-19 | Improve example on homepage (#2667) | Ryan Dahl | |
2019-07-18 | Rename powershell highlighting to shell (#2654) | 迷渡 | |
2019-07-17 | Edits to manual (#2646) | Ryan Dahl | |
2019-07-16 | Support window.onload (#2643) | Yoshiya Hinosawa | |
2019-07-11 | Upgrade rust to v1.36.0 | Bert Belder | |
2019-07-09 | Update deno.land links v0.11 (#2628) | Ryan Dahl | |
2019-07-09 | Adjust powershell installer commands (#2627) | Mark Tiedemann | |
2019-07-05 | Fix links (#2614) | Ryan Dahl | |
2019-06-29 | manual: adjust windows build instructions (#2601) | Ryan Dahl | |