Back to Daily Feed 
Deno v2.8.3: New Features for DX, Web Crypto, & Tooling
Must Read
Originally published on Deno Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Introduced a watch mode for
deno compile, enhancing the development workflow. - Added support for
--env-filein dependency and registry subcommands. - Implemented
SubtleCrypto.supports()and ML-DSA JWK import/export for Web Crypto API. - Enhanced the Language Server Protocol (LSP) with debug code lenses, code actions, and improved import map diagnostics.
deno fmtnow supports JSON trailing comma configuration.- Included OpenTelemetry auto-instrumentation for Node.js
http2module. - Added
deno x --ignore-scriptsfor safer execution of scripts.
Our Commentary
Deno just keeps shipping! This 2.8.3 release is surprisingly dense for a minor version. The compile watch mode is a huge DX win, and the LSP improvements are always welcome. I'm also intrigued by the SubtleCrypto additions; it shows a continued commitment to web platform parity.
View Original Article
Share this article: