Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-11 | chore: fixed various misspellings and other typos (#8691) | Anh Hong | |
2020-12-07 | refactor(cli/rt): deduplicate code (#8649) | Benjamin Gruenbaum | |
2020-11-26 | fix: "onload" event order (#8376) | Benjamin Gruenbaum | |
This commit fixes order of events for "onload" event. Previously handler attached using "window.onload" was always fired before handlers added using "addEventListener". | |||
2020-11-25 | docs: document the spec deviations in web apis (#8489) | Luca Casonato | |
2020-09-28 | docs: use const assertion for PermissionDescriptor (#7733) | Trivikram Kamat | |
Fixes #7731 | |||
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman | |
2020-08-17 | typos (#7082) | tokiedokie | |
2020-07-31 | feat: add $STD_VERSION replacement variable in docs (#6922) | Luca Casonato | |
2020-07-23 | docs: Fix broken links (#6853) | takutoaoi | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-09 | fix(cli/js/web/worker): Disable relative module specifiers (#5266) | Nayeem Rahman | |
2020-05-26 | doc: various runtime doc updates (#5885) | Chris Knight | |
2020-05-26 | improve docs (#5872) | Robin Wieruch | |
2020-05-18 | adjust docs (#5598) | Matt Dumler | |
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-15 | adjust example code (#5332) | Max | |
2020-05-13 | docs: Added unstable message to compiler api (#5272) | Luca Casonato | |
2020-05-13 | doc: fix typo in workers.md (#5256) | Nugine | |
2020-05-11 | refactor: check permissions in SourceFileFetcher (#5011) | Bartek Iwańczuk | |
This PR hot-fixes permission escapes in dynamic imports, workers and runtime compiler APIs. "permissions" parameter was added to public APIs of SourceFileFetcher and appropriate permission checks are performed during loading of local and remote files. | |||
2020-05-10 | Docs for deno test + minor other changes (#5185) | Luca Casonato | |
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links. | |||
2020-05-09 | std/0.50.0 | Ryan Dahl | |
Add std/version.ts and document unstableness of std. | |||
2020-05-07 | BREAKING: make Worker.deno unstable (#5128) | Bartek Iwańczuk | |
This commit makes "Worker.deno" option unstable. Added new manual entry "docs/runtime/workers.md". Removed stale workers tests. | |||
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |