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.8.3
### 2.8.3 / 2026.06.11 - feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#34756) - feat(cli): support --env-file in dependency and registry subcommands (#34843) - feat(compile): support watch mode (#34860) - feat(config): support globs in links (#34849) - feat(ext/crypto):
BACKEND
Deno v2.8.2
### 2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify (#34536) - feat(compile): scope --bundle npm embed to packages actually reached (#34532) - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC (#34417) - feat(ext/cr