BACKEND
Deno v2.7.0
RESUMEN
2.7.0 / 2026.02.25 Read more: - feat(audit): add `--ignore` flag to filter advisories by CVE ID - feat(check): add `--check-js` flag - feat(cli): add `--save-exact`/`--exact` flag to `deno add` and `install` - feat(cli): add `deno
Descripción Detallada
2.7.0 / 2026.02.25 Read more: - feat(audit): add `--ignore` flag to filter advisories by CVE ID - feat(check): add `--check-js` flag - feat(cli): add `--save-exact`/`--exact` flag to `deno add` and `install` - feat(cli): add `deno create` command - feat(compile): add `--self-extracting` flag - feat(config): support include and exclude in deploy config - feat(ext/bundle): Add `--keep-names` flag - feat(ext/web): add brotli support to `CompressionStream` and `DecompressionStream` - feat(fmt): add --fail-fast flag to deno fmt --check - feat(fs): add tryLock(exclusive?: boolean): Promise to FsFile - feat(install): support `--node-modules-dir` for `-g` and use a manual node_modules dir for installing `npm:` specifiers - feat(task): turn off failglob by default - feat(unstable): add `Deno.spawn()`, `Deno.spawnAndWait{Sync}()` - feat(upgrade): cache downloaded binaries - feat: `deno create jsr:` and `deno init --jsr ` - feat: add `navigator.platform` - feat: npm overrides - feat: stabilize Temporal API - fix(audit): gracefully handle malformed response - fix(audit): properly handle npm registries in subpaths - fix(bundle): let esbuild handle data urls - fix(ci): use noble apt repo for LLVM 21 packages (
Deno v2.7.0 introduce cambios en flags y comandos, pero incluye breaking changes.
- Se añade el flag `--ignore` para filtrar avisos por ID de CVE.
- Nuevo flag `--check-js` para la verificación de JavaScript.
- Se introduce el comando `deno create` y flags `--save-exact`/`--exact` en `deno add` y `install`.
- Se estabiliza la API Temporal.
A quién le importa
Solo si usas los nuevos flags o comandos en Deno.
Generado por IA · puede contener errores
Releases Relacionados
BACKEND
Deno v2.7.14
### 2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches (#33274) - fix(bundle): treat CSS same-document fragment URLs as external (#33492) - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods (#33275) - fix(config): don't
BACKEND
Deno v2.7.13
### 2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module (#32799) - feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208) - feat(upgrade): support installing from a PR (#33252) - fix(audit): migrate to bulk advisory endpoint (#33292) - fix(console): find nodejs