Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-07 | docs: list globs used by `deno test` (#9976) | yw662 | |
2021-04-06 | docs(workers): fix permissions examples (#9965) | Mason Medeiros | |
2021-04-05 | docs: add documentation about Atom Editor LSP client (#10016) | ayame113 | |
Co-authored-by: ayame113 <ayame113@users.noreply.github.com> | |||
2021-04-04 | docs: update Deno.metrics() table data (#9999) | Divy Srivastava | |
2021-04-04 | docs: update kakoune LSP example configuration (#9989) | louix | |
Fixes #9988 | |||
2021-04-01 | docs: copyedit introduction for clarity (#9805) | Peter Shank | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-04-01 | Fix typo in faqs.md (#9948) | John Spurlock | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-04-01 | docs: add the Nix pkg manager to Installation options (#9921) | Attila Gulyas | |
2021-04-01 | docs: fix typo (#9946) | Chandan Kumar | |
2021-03-30 | docs: clarify jetbrains setup (#9930) | crowlKats | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-03-26 | docs: Add help community section (#9882) | Yasser A.Idrissi | |
2021-03-26 | docs(profiling): Actualization & add flamegraph info (#9594) | Inteon | |
2021-03-23 | Update setup_your_environment.md (#9876) | IWANABETHATGUY | |
unlike other system config file, in windows `$profile` file is a common config file of powershell , just use `>` will override the user config file , which is terrible. This change use append instead of override which is more reasonable | |||
2021-03-22 | docs(import_maps): Fix example for project-relative absolute specifiers (#9856) | Nayeem Rahman | |
2021-03-22 | typo | Ikko Ashimine | |
2021-03-19 | Typo | Tyler Butler | |
2021-03-16 | fix(doc): update example for sub processes (#9798) | Makuza Mugabo Verite | |
2021-03-15 | docs(testing): Add custom test example (#9791) | Yasser A.Idrissi | |
2021-03-15 | docs: match install section with website (#9665) | Kid | |
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2021-03-10 | fix(fmt): Correctly format hard breaks in markdown (#9742) | David Sherret | |
2021-03-06 | chore: remove unstable from permission (#9701) | crowlKats | |
2021-03-05 | chore: Update release schedule (#9697) | Ryan Dahl | |
2021-03-05 | chore: update zipped exec size (#9678) | crowlKats | |
2021-03-02 | docs(testing): add assertExists example (#9613) | Yasser A.Idrissi | |
2021-03-02 | docs(testing): add assertObjectMatch example (#9645) | Yasser A.Idrissi | |
2021-03-01 | feat(cli): represent type dependencies in info (#9630) | Kitson Kelly | |
Fixes #7927 | |||
2021-03-01 | feat: stabilise import maps (#9526) | Bartek Iwańczuk | |
This commit stabilises import maps by removing requirement on "--unstable" flag when "--import-map" flag is used. | |||
2021-02-24 | feat: add "deno coverage" subcommand (#8664) | Casper Beyer | |
This commit adds a new subcommand called "coverage" which can generate code coverage reports to stdout in multiple formats from code coverage profiles collected to disk. Currently this supports outputting a pretty printed diff and the lcov format for interoperability with third-party services and tools. Code coverage is still collected via other subcommands that run and collect code coverage such as "deno test --coverage=<directory>" but that command no longer prints a pretty printed report at the end of a test run with coverage collection enabled. The restrictions on which files that can be reported on has also been relaxed and are fully controllable with the include and exclude regular expression flags on the coverage subcommand. Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2021-02-24 | feat: add exit sanitizer to Deno.test (#9529) | Casper Beyer | |
This adds an exit sanitizer to ensure that code being tested or dependencies of that code can't accidentally call "Deno.exit" leading to partial test runs and false results. | |||
2021-02-22 | docs: update getting started for coc (#9571) | Heyward Fann | |
2021-02-19 | chore: rename default branch to main (#9503) | Luca Casonato | |
2021-02-17 | docs: Use JSONC code block for commenting (#9511) | Takahiko Inayama | |
2021-02-16 | feat(cli): support auth tokens for accessing private modules (#9508) | Kitson Kelly | |
Closes #5239 | |||
2021-02-11 | fix link (#9472) | rigwild | |
2021-01-30 | refactor: rewrite Blob implementation (#9309) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-01-28 | fix(tools): fix typo in wpt cli output (#9303) | Dezső Mészáros | |
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |
2021-01-27 | docs(tools/compiler): add docs for new features in 1.7 (#9258) | Pig Fang | |
2021-01-26 | docs(tools): add documentation for Vim/Neovim plugin ALE (#9270) | Mohammed Chelouti | |
2021-01-25 | Revert "tests: enable wpt for url (#9046)" (#9264) | Luca Casonato | |
This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96. | |||
2021-01-24 | tests: enable wpt for url (#9046) | Luca Casonato | |
2021-01-21 | docs: update implied tsconfig for "useDefineForClassFields" (#9196) | Rob Palmer | |
2021-01-20 | docs: Fix typos in TypeScript section of the manual (#9195) | Kuzivakwashe | |
2021-01-20 | v1.7.0 with release notes | Ryan Dahl | |
2021-01-19 | docs: Move release schedule section (#9178) | Nayeem Rahman | |
2021-01-20 | docs: improve manual around typescript (#8139) | Kitson Kelly | |
Fixes #9054 | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2021-01-07 | feat: add --location=<href> and globalThis.location (#7369) | Nayeem Rahman | |
2021-01-07 | fix: Use "none" instead of false to sandbox Workers (#9034) | Nayeem Rahman | |
2021-01-07 | Remove emoji from welcome script so it looks better on windows (#9031) | Ryan Dahl | |