summaryrefslogtreecommitdiff
path: root/Releases.md
AgeCommit message (Collapse)Author
2019-12-05v0.26.0Ryan Dahl
2019-11-26v0.25.0Ryan Dahl
2019-11-14v0.24.0Ryan Dahl
2019-11-04v0.23.0Ryan Dahl
2019-10-28v0.22.0Ryan Dahl
2019-10-19v0.21.0Ryan Dahl
2019-10-07v0.20.0Ryan Dahl
2019-09-25v0.19.0Ryan Dahl
2019-09-15Run format.py (#2950)Bert Belder
2019-09-13v0.18.0Ryan Dahl
2019-09-04v0.17.0Ryan Dahl
2019-08-28Update 0.16 release notesdev-nicolaos
Adds note about colors module location change in deno_std
2019-08-22v0.16.0Ryan Dahl
2019-08-13v0.15.0Ryan Dahl
2019-08-09v0.14.0Bert Belder
2019-07-31v0.13.0Ryan Dahl
2019-07-16v0.12.0Ryan Dahl
2019-07-07v0.11.0Ryan Dahl
2019-06-25v0.10.0Ryan Dahl
2019-06-15v0.9.0Ryan Dahl
2019-06-08v0.8.0Ryan Dahl
2019-05-29v0.7.0Ryan Dahl
2019-05-20v0.6.0Ryan Dahl
2019-05-11v0.5.0Ryan Dahl
2019-05-03v0.4.0Ryan Dahl
2019-05-03v0.3.11Ryan Dahl
2019-04-25v0.3.10Ryan Dahl
2019-04-25v0.3.9Ryan Dahl
2019-04-19v0.3.8Ryan Dahl
2019-04-11v0.3.7Ryan Dahl
2019-04-05fix v0.3.6 date error (#2051)wangtxxl
2019-04-04v0.3.6Ryan Dahl
2019-03-28v0.3.5Ryan Dahl
2019-03-26fixed typo (#2001)0xflotus
2019-03-20v0.3.4Ryan Dahl
2019-03-13v0.3.3Ryan Dahl
2019-03-06v0.3.2Ryan Dahl
2019-02-27v0.3.1Ryan Dahl
2019-02-18v0.3.0Ryan Dahl
2019-02-18Update installation documentation (Fixes #1786) (#1802)Mark Tiedemann
2019-02-08v0.2.11Ryan Dahl
- Add deps to --info output (#1720) - Add --allow-read (#1689) - Add deno.isTTY() (#1622) - Add emojis to permission prompts (#1684) - Add basic WebAssembly support (#1677) - Add `NO_COLOR` support https://no-color.org/ (#1716) - Add color exceptions (#1698) - Fix: do not load cache files when recompile flag is set (#1695) - Upgrade V8 to 7.4.98 (#1640)
2019-02-02v0.2.10Ryan Dahl
2019-01-29v0.2.9Ryan Dahl
2019-01-20docs(Releases.md): correct go prototype datesYoshiya Hinosawa
2019-01-19v0.2.8Ryan Dahl
2019-01-14v0.2.7Ryan Dahl
2019-01-07v0.2.6Ryan Dahl
2019-01-01v0.2.5Ryan Dahl
2018-12-23v0.2.4Ryan Dahl
- "cargo build" support (#1369 #1296 #1377 #1379) - Remove support for extensionless import (#1396) - Upgrade V8 to 7.2.502.16 (#1403) - make stdout unbuffered (#1355) - Implement `Body.formData` for fetch (#1393) - Improve handling of non-coercable objects in assertEqual (#1385) - Avoid fetch segfault on empty Uri (#1394) - Expose deno.inspect (#1378) - Add illegal header name and value guards (#1375) - Fix URLSearchParams set() and constructor() (#1368) - Remove prebuilt v8 support (#1369) - Enable jumbo build in release. (#1362) - Add URL implementation (#1359) - Add console.count and console.time (#1358) - runtime arg check `URLSearchParams` (#1390)
2018-12-23Add Releases.md file (#1402)Ryan Dahl