summaryrefslogtreecommitdiff
path: root/js/deps
AgeCommit message (Collapse)Author
2019-04-13Upgrade deno_std (#2111)Ryan Dahl
2019-04-09upgrade deno_std & add workaround prettier issue (#2087)Yoshiya Hinosawa
2019-03-07Upgrade deno_std to 395392 (#1902)Ryan Dahl
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript.
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-02-25Upgrade deno_std (#1833)Ryan Dahl
2019-02-02Upgrade deno_std for std/prettier/main.tsRyan Dahl
2019-01-31Upgrade deno_std to bef7ba (#1609)Ryan Dahl
2019-01-10Upgrade deno_std submodule.Ryan Dahl
2019-01-03Move testing module to deno_std (#1451)Ryan Dahl
Upgrades deno_std submodule.
2018-12-31Upgrade deno_stdRyan Dahl
2018-12-24deno_net -> deno_std renameRyan Dahl
Also don't format external js/deps
2018-12-07Add benchmark for net/http (#1289)Bartek IwaƄczuk