2024-09-23のJS: date-fns v.4.0.0(timezone)、Deno 2.0 RC、Safari 18.0 #1225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
date-fns v4.0.0がリリースされました。
date-fns v4.0.0ではTimeZoneをサポート、ESMとCJSのdual packageに変更などが行われています。
TimeZoneのサポートは今まではdate-fns-tzという外部のパッケージで提供されていましたが、v4.0.0からは@date-fns/tzというIntlをベースにした新しいパッケージが提供されるようになりました。
Denno 2.0 RCがリリースされました。
Deno 2.0 RCではさまざまな破壊的な変更が行われているため、マイグレーションガイドも公開されています。
グローバルな
window
を削除/process
を追加、deno add
でjsr:
とnpm:
の識別子を指定して追加できるように、パーミッションの指定に関する挙動の変更が行われています。また、WebGPU/
Deno.dlopen()
/Deno.createHttpClient()
がStableに、非推奨なAPIやコマンドの削除なども行われています。Safari 18.0がリリースされました。
破壊的な変更として、AppCacheのサポートを削除、標準化されていない
-webkit
prefixの擬似クラスのサポートを廃止、picture
要素ではJPEG2000のサポートを削除されています。機能追加としては、次のような変更が含まれています。
content-visibility
、@starting-style
とdisplay: none
の組み合わせをサポートpicture
要素でHEICをサポート、writingsuggestions
属性のサポート、<input switch>
のサポートv
フラグをサポート、URL.parse()
のサポート