-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2024-09-23] Update data/2024/09/index.json
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Deno 2.0 Release Candidate | ||
author: azu | ||
layout: post | ||
itemUrl: 'https://deno.com/blog/v2.0-release-candidate' | ||
editJSONPath: 'https://github.com/jser/jser.info/edit/gh-pages/data/2024/09/index.json' | ||
date: '2024-09-23T03:02:48Z' | ||
tags: | ||
- deno | ||
- ReleaseNote | ||
--- | ||
Deno v2.0 RCリリース。 | ||
グローバルな`window`を削除/`process`を追加、`deno add`で`jsr:`と`npm:`の識別子を指定して追加できるように、パーミッションの指定に関する挙動の変更。 | ||
WebGPU/`Deno.dlopen()`/`Deno.createHttpClient()`がStableに、非推奨なAPIやコマンドの削除。 | ||
`deno run`でCommonJSを実行可能に、Top Level awaitを含まないESMを`require()`で読み込めるように、Node.jsとの互換性を改善。 | ||
`deno test --doc`でDocTestをサポート、TypeScript 5.6へアップデートなど |