タグ

ブックマーク / deno.com (67)

  • Deno 1.11 Release Notes

    efcl
    efcl 2021/06/14
    Deno 1.11リリース。 Docker Imageの追加、Web Crypto APIsの改善と`crypto.randomUUID`のサポート、Fetch APIが`AbortSignal`をサポート。 また`deno lint`がStableとなり、`deno compile`でDynamic Importのサポート、`Text{Encoder,Decodeer}Stream`のサポートなど。
  • Deno 1.10 Release Notes

    Deno 1.10 has been tagged and released. It contains new features, performance improvements, and bug fixes. Most notably: Improvements to the built-in test runner Structured clone supported in Web Workers Web Storage API added Support for remote import maps If you already have Deno installed you can upgrade to 1.10 by running deno upgrade. If you are installing Deno for the first time, you can use

    Deno 1.10 Release Notes
    efcl
    efcl 2021/05/14
    Deno 1.10リリース。 `deno test`がisolateした状態でparallelにテストを実行、`permissions`の指定に対応、出力の変更、コメントのコードの型チェックに対応など。 `Worker.postMessage`がstructured clone algorithmに対応、localStorageなどのWeb Storage
  • Deno 1.9 Release Notes

    Today we are releasing Deno 1.9.0. This release contains many new features, performance improvements, and bug fixes: Native HTTP/2 web server: a fast, correct, fully featured HTTP server in Deno Faster calls into Rust with serde_v8: 98% improvement to our baseline op overhead Blob URL support & improvements to fetch: new web compatibility features Import completions in the LSP: local, remote, and

    Deno 1.9 Release Notes
    efcl
    efcl 2021/04/14
    Deno 1.9リリース。 HTTP/2なウェブサーバの実装、opcallの改善、Blob URLのサポート。 `--allow-env`と`--allow-run`で個別の指定ができるように、`--prompt`でインタラクティブにパーミッションの許可ができるように。 `Deno.listenTls`でALPNの
  • Deno Deploy | Deno

    Develop locally in JavaScript or TypeScript, deploy in seconds globally and scale to billions of requests.

    Deno Deploy | Deno
    efcl
    efcl 2021/03/30
    Denoを扱うFaaS。 Cloudflare Workersと同じくService Worker APIをベースにしていて、DenoのスクリプトをCDN Edgeで動かせるサービス。
  • Deno 1.8 Release Notes

    Today we are releasing Deno 1.8.0. This release contains a massive amount of new features and stabilizations: Experimental support for WebGPU API: paving a path towards out-of-the-box GPU accelerated machine learning in Deno Built-in internationalization APIs enabled: all JS Intl APIs are available out of the box Revamped coverage tooling: coverage now supports outputting lcov reports Import maps

    Deno 1.8 Release Notes
    efcl
    efcl 2021/03/03
    Deno 1.8.0リリース。 試験的にWebGPU APIのサポート。 ICUに対応しECMA i18n APIである`Intl` オブジェクトなどのサポート。`DENO_AUTH_TOKENS`でモジュールを取得する際の認証トークンをサポート、Exit sanitierを`Deno.test`に追加、`deno fmt`がJS
  • Deno 1.6 Release Notes

    Today we are releasing Deno 1.6.0. This release contains some major features, and many bug fixes. Here are some highlights: Build self contained, standalone binaries: deno compile can build your Deno projects into completely standalone executables Built-in Deno Language Server: fully integrated LSP for code editors Experimental support for Mac Arm64: release binaries that run natively on Apple’s n

    Deno 1.6 Release Notes
    efcl
    efcl 2020/12/10
    Deno 1.6リリース。 `deno compile`でバイナリを出力できるように、`deno lsp`でDenoビルトインのLSPが利用できるように、TypeScript 4.1へアップデート。 また、Deno 1.5で初期値が`true`となった`isolatedModules`の設定を変更できないようにな
  • 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. In recent years programming languages like Rust and Go have made it much easier to produce sophisticated native machine code; these projects are incredibly important developments in computer infra

    Deno 1.0
    efcl
    efcl 2020/05/16
    Deno 1.0リリース。 V8を使ったJavaScript/TypeScriptランタイム。 オプトインで機能を有効化でき、formatterなどを同梱していて、Go言語ライクなStandard libraryを持っている。