2021-07-20のJS: Node.js 16.5.0(WHATWG Stream)、npm 7.20.0(npm pkg
)、Ember 4のロードマップ
#894
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.
Node.js 16.5.0がリリースされました。
16.5.0では試験的に、WHATWGで仕様策定されウェブブラウザに実装されているWHATWG Streams APIが実装されました。(
stream/web
)Node.jsでは、すでにNode.js Stream APIがありますが、これとは異なる実装です。
Node.js StreamとWHAWG STreamの違いについては次のドキュメントにも書かれています。
Node.jsでWHATWG Streamを実装している理由としてはQUIC/HTTP3のサポートなどが挙げられています。
また、Node.js StreamとWHATWGT Streamの棲み分けや相互運用性については次のIssueで議論されています。
npm 7.20.0がリリースされました。
npm 7.20.0では、
package.json
の任意のフィールドを読み書きできるnpm pkg
コマンドが追加されています。The Road to Ember 4.0という記事では、Ember 4のロードマップが公開されています。
Ember 4は2021年9月20日にリリース予定としています。
Emberではメジャーアップデートには新しい機能は含まないため、DeprecatedなAPIの削除、Ember Classicが廃止などが中心となります。
それぞれのマイグレーションガイドも公開されています。
また、Ember 4ではIEをサポートしない予定となっています。