Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |