summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-10-18 21:01:59 +0200
committerGitHub <noreply@github.com>2021-10-18 21:01:59 +0200
commit71da8140737a0ee81dd324e1156fd920a790c1cb (patch)
tree3480d56048f8e443824bd2f97cbb192fb194c52b /Releases.md
parent1cd9272a9152e1647921572db63a8bd57e650cd6 (diff)
v1.15.2
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 93d451963..7095e40ad 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.15.2 / 2021.10.18
+
+- feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
+- fix(cli): re-enable allowSyntheticDefaultImports for tsc (#12435)
+- fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)
+- fix(cli/tests): move worker test assertions out of message handlers (#12439)
+- fix(console): fix display of primitive wrapper objects (#12425)
+- fix(core): avoid polling future after cancellation (#12385)
+- fix(core): poll async ops eagerly (#12385)
+- fix(fmt): keep parens for JS doc type assertions (#12475)
+- fix(fmt): should not remove parens around sequence expressions (#12461)
+- fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
+
### 1.15.1 / 2021.10.13
- fix: `--no-check` not properly handling code nested in TS expressions (#12416)