Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-12 | file_server: get file and fileInfo concurrently (#3486) | Weijia Wang | |
2019-12-12 | fix: file_server swallowing permission errors (#3467) | 木杉 | |
2019-12-12 | benchmark: align deno_http and node_http response (#3484) | Kevin (Kun) "Kassimo" Qian | |
2019-12-12 | fix v8-flags example to manual (#3470) | dnalborczyk | |
2019-12-12 | fix(std/http): close connection on .respond() error (#3475) | Kevin (Kun) "Kassimo" Qian | |
2019-12-12 | fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479) | Nayeem Rahman | |
2019-12-10 | fix: decoding uri in file_server (#3187) | AleksandrukTad | |
2019-12-08 | fix(installer): installs to the wrong directory on Windows (#3462) | 木杉 | |
Close: #3443 | |||
2019-12-02 | better html for file_server (#3423) | 木杉 | |
2019-11-26 | feat: add ignore parser for std/prettier (#3399) | Axetroy | |
2019-11-26 | refactor: reorganize flags (#3389) | Ry Dahl | |
- Remove ability to specify run arguments like `--allow-net` after the script argument. It's too hacky to make work with clap. - Remove `--v8-options`, instead use `--v8-flags=--help` - Give more descriptive names to unit tests in flags.rs - Assume argv and subcommand into DenoFlags struct so the output of flags module is only DenoFlags rather than the tuple (subcommand, flags, argv). - Improve CLI help text - Make `deno run` specific args like `--allow-net` only show up in 'deno help run' instead of as global flags in `deno help`. - Removes `deno version` to simplify our implementation and be closer to clap defaults. `deno -V` now only shows Deno's version and not V8's nor TypeScript. `Deno.versions` can be used to see that information. - Prevent clap from auto-detecting terminal width and attempting to wrap text. | |||
2019-11-20 | feat: Support named exports on bundles. (#3352) | Kitson Kelly | |
2019-11-19 | std/node: add some Node.js polyfill to require() (#3382) | Kevin (Kun) "Kassimo" Qian | |
2019-11-19 | feat(std/node) add CommonJS require (#3380) | Kevin (Kun) "Kassimo" Qian | |
2019-11-18 | chore: improve examples (#3377) | Ry Dahl | |
2019-11-18 | support load yaml/yml prettier config (#3370) | 罗文 | |
2019-11-18 | feat: std/node/process (#3368) | Rafał Pocztarski | |
2019-11-18 | feat: Add std/encoding/yaml module (#3361) | Lilian Saget-Lethias | |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk | |
2019-11-16 | fmt: respect prettierrc and prettierignore (#3346) | 罗文 | |
2019-11-16 | fix: std/datetime toIMF bug (#3357) | Leo Chandra | |
2019-11-15 | run std test with cargo test (#3344) | Bartek Iwańczuk | |
Removes three CI jobs | |||
2019-11-15 | Add wasm example to manual (#3353) | Andy Hayden | |
2019-11-14 | fix: error handling in std/fs/walk() (#3318) | Nayeem Rahman | |
- Make assertThrows() return the Error - Remove WalkOptions::onError() | |||
2019-11-14 | Turn on TS strict mode for deno_typescript (#3330) | Ry Dahl | |
2019-11-13 | Update to TypeScript 3.7 (#3275) | Kitson Kelly | |
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273 | |||
2019-11-13 | fmt: allow configuration of Prettier options (#3314) | 罗文 | |
2019-11-13 | Make bundles fully standalone (#3325) | Kitson Kelly | |
- Bundles are fully standalone. They now include the shared loader with `deno_typescript`. - Refactor of the loader in `deno_typescript` to perform module instantiation in a more - Change of behaviour when an output file is not specified on the CLI. Previously a default name was determined and the bundle written to that file, now the bundle will be sent to `stdout`. - Refactors in the TypeScript compiler to be able to support the concept of a request type. This provides a cleaner abstraction and makes it easier to support things like single module transpiles to the userland. - Remove a "dangerous" circular dependency between `os.ts` and `deno.ts`, and define `pid` and `noColor` in a better way. - Don't bind early to `console` in `repl.ts`. - Add an integration test for generating a bundle. | |||
2019-11-12 | feat: std/node (#3319) | Vincent LE GOFF | |
2019-11-10 | fix manual (#3313) | 木杉 | |
PS C:\Users\zhbnh> git config --global core.symlinks=true error: invalid key: core.symlinks=true | |||
2019-11-09 | net: Check for closing status when iterating Listener (#3309) | Nayeem Rahman | |
std/http/server.ts: Use listener.next() instead of listener.accept() | |||
2019-11-09 | upgrade: Prettier 1.19.1 (#3305) | 罗文 | |
2019-11-08 | Add jsdoc for std/http/http_status.ts | Ryan Dahl | |
The website documentation now supports enums https://github.com/denoland/deno_website2/commit/6f4fb0f5a3068daa1841bc4d2774fecf0added1d | |||
2019-11-07 | Fix jsdoc in std/http/server.ts (#3284) | Ry Dahl | |
2019-11-06 | manual: add chocolatey install instructions (#3280) | Ry Dahl | |
2019-11-06 | Allow http server to take { hostname, port } argument (#3233) | Liam Perlaki | |
2019-11-04 | Remove tsconfig files - they are not part of build process (#3262) | Ry Dahl | |
2019-11-04 | std/http: add serveTLS and listenAndServeTLS (#3257) | Kevin (Kun) "Kassimo" Qian | |
2019-11-04 | Consolidates asserts#equal branches for keyed collections (Map/Set) and ↵ | James Wright | |
supports deep equality of Map keys (#3258) | |||
2019-11-03 | feat: lockfiles (#3231) | Ry Dahl | |
Use --lock-write=lock.json or --lock-check=lock.json on the command line. | |||
2019-10-29 | Support for deep `Map` equality with `asserts#equal` (#3236) | James Wright | |
2019-10-29 | Update broken links (#3225) | Joseph Sintum | |
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-28 | Use top-level for-await in various places (#3217) | Andy Hayden | |
2019-10-28 | std: fix BufReader.readString to actually return Deno.EOF at end (#3191) | Robert Jack Will | |
2019-10-27 | Use web standard Permissions API (#3200) | Yoshiya Hinosawa | |
2019-10-27 | feat: top-level-for-await (#3212) | Andy Hayden | |
2019-10-26 | Update link to schematic diagram in manual (#3211) | Nayeem Rahman | |
2019-10-26 | Fix some deno.land URLs in the manual (#3205) | Nayeem Rahman | |
2019-10-24 | Change magic table-of-contents thing (#3197) | Ry Dahl | |
We changed our markdown parser from showdown to remark for better react integration, and it necessitated this change. |