Deno Blog: Posts

Deno Blog

Deno 1.6 Release Notes

Deno 1.6 adds the abilty to build your Deno projects into fully standalone, self-contained executables with `deno compile`. The release also introduces a built-in LSP for editor integrations, and experimental Apple Silicon support.

Continue Reading…

Deno Blog

Deno 1.5 Release Notes

Deno 1.5 improves `deno bundle` with support for tree shaking and a 15x speed improvement. This release also adds the `alert`, `confirm`, and `prompt` APIs and enhances the REPL.

Continue Reading…

Deno Blog

Deno 1.4 Release Notes

Deno 1.4 adds support for the web standard WebSocket API, deno run --watch, and integrated test coverage. This is the largest feature release yet.

Continue Reading…

Deno Blog

Updates to deno.land/x

Design considerations and changes for the new code hosting service.

Continue Reading…

Deno Blog

Deno 1.0

Dynamic languages are useful tools. Scripting allows users to rapidly and succinctly tie together complex systems and express ideas without worrying about details like memory management or build systems.

Continue Reading…