Best of DenoMay 2024

  1. 1
    Video
    Avatar of denoDeno·2y

    Deno Just Got Faster

  2. 2
    Article
    Avatar of denoDeno·2y

    The Deno Standard Library is now available on JSR

    The Deno Standard Library has been moved to JSR, the JavaScript package registry. It provides a collection of high-quality TypeScript packages that are compatible with Deno, Node.js, Cloudflare Workers, and browsers using bundlers. The packages can be installed using the 'deno add' command or imported directly with the 'jsr:' specifier. Each package in the Standard Library has independent versioning, and interdependencies are managed using Deno's workspaces feature. The future updates will be published to JSR, while deno.land/std will receive critical updates only. To migrate from deno.land/std to JSR, upgrade the version and update the HTTP specifier.

  3. 3
    Article
    Avatar of denoDeno·2y

    Deno 1.43: Improved Language Server performance

    Deno 1.43 introduces improved Language Server performance, enhanced Node.js and npm compatibility, faster module loading, JSX precompile improvements, introduction of `deno serve` subcommand, updates to `Deno.serve()`, introduction of `URL.parse()` Web API, closer stabilization of the Standard Library, Android builds for `rusty_v8`, and the inclusion of V8 12.4.