Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | feat: deno upgrade --output (#6352) | crowlKats | |
2020-07-05 | feat(cli): Added support for the --cert flag with 'deno upgrade' (#6609) | Jacob Gee-Clarke | |
2020-07-02 | refactor: lock file (#6569) | Bartek Iwańczuk | |
- refactor lock file creation - provide deterministic output in lock file (alphabetically sorted) - dynamic imports are checked against lock file | |||
2020-06-26 | Re-land "fix(cli): ipv6 parsing for --allow-net params" (#6472) | Bartek Iwańczuk | |
With some minor adjustments | |||
2020-06-25 | Revert "fix(cli): ipv6 parsing for --allow-net params (#6453)" (#6458) | Bartek Iwańczuk | |
2020-06-24 | fix(cli): ipv6 parsing for --allow-net params (#6453) | Colin Harrington | |
Co-authored-by: Liming Jin <jinliming2@gmail.com> | |||
2020-06-18 | docs: Update standard library and testing manual pages (#6323) | Chris Knight | |
2020-06-15 | Fix DENO_DIR docs (#6271) | Ryan Dahl | |
2020-06-13 | Move to allowlist and blocklist (#6282) | Luca Casonato | |
2020-06-12 | document "deno run -" (#6256) | Jaap Aarts | |
2020-06-12 | feat(lint): add --rules flag (#6264) | Bartek Iwańczuk | |
2020-06-12 | docs(lint): add entry in manual (#6258) | Bartek Iwańczuk | |
2020-06-10 | feat(lint): use default globs, upgrade to v0.1.9 (#6222) | Bartek Iwańczuk | |
This commit: * added default file globs so "deno lint" can be run without arguments (just like "deno fmt") * added test for globs in "deno lint" * upgrade "deno_lint" crate to v0.1.9 | |||
2020-06-09 | upgrade: deno_lint v0.1.8 (#6208) | Bartek Iwańczuk | |
2020-06-08 | Adjusting the HTTPS_PROXY flag text (#6103) | Faycel | |
2020-06-08 | feat: "deno lint" subcommand (#6125) | Bartek Iwańczuk | |
2020-06-06 | feat: deno eval -p (#5682) | Ryan Dahl | |
2020-06-05 | deno test should run mjs files (#6122) | Taisuke Fukuno | |
2020-05-29 | fix(cli/permissions): Fix CWD and exec path leaks (#5642) | Nayeem Rahman | |
2020-05-21 | docs: fix test glob pattern (#5661) | Maple Miao | |
2020-05-17 | Miscellaneous documentation and spelling improvements (#5527) | Bert Belder | |
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net> | |||
2020-05-16 | fix some unwrap() in Rust (#5485) | Yiyu Lin | |
2020-05-10 | fix: remove default --allow-read perm for deno test (#5208) | Bartek Iwańczuk | |
2020-05-09 | feat(upgrade): allow specifying a version (#5156) | crowlKats | |
2020-05-07 | feat(bundle): add --config flag (#5130) | Bartek Iwańczuk | |
2020-05-04 | feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support ↵ | David Sherret | |
(#5075) | |||
2020-05-04 | fix(install): Propagate --unstable flag (#5061) | Divya | |
2020-05-04 | BREAKING: remove CLI 'deno script.ts' hack (#5026) | Bartek Iwańczuk | |
This PR removes the hack in CLI that allows to run scripts with shorthand: deno script.ts. Removing this functionality because it hacks around short-comings of clap our CLI parser. We agree that this shorthand syntax is desirable, but it needs to be rethinked and reimplemented. For 1.0 we should go with conservative approach that is correct. | |||
2020-05-01 | BREAKING: feat(cli/installer): Support guessing the executable name (#5036) | Nayeem Rahman | |
2020-04-30 | Unstable methods should not appear in runtime or d.ts (#4957) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2020-04-28 | Make import maps unstable (#4934) | Luca Casonato | |
2020-04-27 | feat(test): add quiet flag (#4894) | Ali Hasani | |
2020-04-25 | introduce unstable flag, make a few things unstable (#4892) | Ryan Dahl | |
2020-04-16 | feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787) | Nayeem Rahman | |
2020-04-09 | feat(cli/doc): Support doc for runtime built-ins (#4635) | Nayeem Rahman | |
2020-04-07 | BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656) | Akshat Agarwal | |
2020-04-07 | feat: add --importmap flag to deno bundle (#4651) | Bartek Iwańczuk | |
2020-04-03 | Make inspector more robust, add --inspect-brk support (#4552) | Bert Belder | |
2020-04-02 | feat: deno test --filter (#4570) | Ryan Dahl | |
2020-04-01 | fix(#4554): use --inspect in repl & eval (#4562) | 木杉 | |
2020-03-28 | feat: Add "deno doc" subcommand (#4500) | Bartek Iwańczuk | |
2020-03-27 | feat: Support Inspector / Chrome Devtools (#4484) | Ryan Dahl | |
This is a first pass implementation which is still missing several important features: - support for --inspect-brk (#4503) - support for source maps (#4501) - support for piping console.log to devtools console (#4502) Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Matt Harrison <mt.harrison86@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-03-23 | feat: first pass at "deno upgrade" (#4328) | bartOssh | |
2020-03-10 | doc(cli/flags): Reduce empty lines in help messages (#4312) | Nayeem Rahman | |
2020-03-10 | Add global "quiet" flag (#4135) | Florian Häglsperger | |
2020-02-28 | Support TypeScript eval through `deno eval -T` flag (#4141) | Kevin (Kun) "Kassimo" Qian | |
2020-02-26 | DenoFlags -> Flags (#4136) | Ryan Dahl | |
2020-02-17 | feat: add --cert flag for http client (#3972) | geoFlux | |
2020-02-13 | Clean up fmt flags and path handling (#3988) | Ryan Dahl | |
2020-02-11 | refactor: rewrite deno test, add Deno.test() (#3865) | Bartek Iwańczuk | |
* rewrite test runner in Rust * migrate "test" and "runTests" functions from std to "Deno" namespace * use "Deno.test()" to run internal JS unit tests * remove std downloads for Deno subcommands |