Skip to content

Commit

Permalink
[2024-09-23] Update data/2024/09/index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 23, 2024
1 parent 1c4631f commit 201c7ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/items.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions _posts/2024-09-23-deno-2-0-release-candidate.md
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へアップデートなど

0 comments on commit 201c7ad

Please sign in to comment.