Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | chore: move docs to separate repository | Bartek Iwańczuk | |
2021-07-19 | docs: fix bash code blocks tagged as ts (#11439) | Casper Beyer | |
2021-06-24 | docs: fixed spelling mistake (#11096) | Nick Williams | |
2021-03-22 | docs(import_maps): Fix example for project-relative absolute specifiers (#9856) | Nayeem Rahman | |
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-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 | |||
2020-12-31 | docs: add note about NO_PROXY env variable (#8929) | Tomofumi Chiba | |
2020-11-27 | docs(import_maps): Add trailing slash to ./src example (#8524) | Eric Zingeler | |
Update docs to reflect behavior. If trailing slash is not provided, `deno run` will throw error `Package address targets must end with "/"`. | |||
2020-10-20 | chore: Rename --importmap to --import-map (#7032) | Nayeem Rahman | |
--importmap still works as an alias to --import-map but is not visible in CLI help output. | |||
2020-09-28 | docs: end sentences with a period in docs (#7730) | Trivikram Kamat | |
2020-08-15 | typo (#7052) | tokiedokie | |
2020-07-31 | feat: add $STD_VERSION replacement variable in docs (#6922) | Luca Casonato | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-27 | docs: Update import_maps.md to include more examples (#5648) | Vincent Victoria | |
2020-06-12 | docs: fix typo in import maps example (#6250) | Paul Whitmer | |
2020-06-10 | doc: improve linking to external code docs (#6158) | Chris Knight | |
2020-05-18 | adjust docs (#5598) | Matt Dumler | |
2020-05-18 | docs: Clarify external code vendoring (#5597) | Nayeem Rahman | |
2020-05-17 | docs: fix import maps code without --allow-net (#5528) | thomasy | |
2020-05-09 | std/0.50.0 | Ryan Dahl | |
Add std/version.ts and document unstableness of std. | |||
2020-05-09 | BREAKING(std): reorganization (#5087) | Nayeem Rahman | |
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash | |||
2020-05-09 | updated manual to indicate needed --unstable for --importmap (#5117) | Seanmclem | |
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |