Open azu opened 7 years ago
例) webpack 3 と magic comment
以下の記事はwebpack3のリリースノートにmagic commentが書かれていたので、それは3からだと解釈してしまった例
Although these are technically features we released in v2.4 and v2.6, we worked to stabilize and fix bugs for these features that have landed in v3. This now allows the dynamic import syntax to have the same flexibility as require.ensure.
とあるので、原文は2.4で入った話が書かれている。
rcやbetaを出している場合、新しいmajorのstableを出すときはrcから変更点ではなく、前回のmajorからの変更点を一緒に掲載するのが妥当そう。
マイグレーションにまとめる例
MacでProgressive Web Apps(PWA)を実現、Chrome 73安定版がリリース。主要プラットフォームすべてでPWAの実行環境が整う - Publickey
Progressive Web Apps work everywhere
Progressive Web Apps provide an installable, app-like experience, built and delivered directly via the web. In Chrome 73, we’ve added support for macOS, bringing support for Progressive Web Apps to all desktop platforms - Mac, Windows, Chrome OS and Linux, as well as mobile, simplifying web app development.
A Progressive Web App is fast, and reliably so; always loading and performing at the same speed, regardless of network connection. They provide rich, engaging experiences via modern web features that take full advantage of the device capabilities.
New in Chrome 83 | Web | Google Developers
Web vitalsはリリースバージョンとは関係ないもの
リリースノートや原文を元に何かを書くときはちゃんとチェックをするという話。
全く見ないと間違っていることがあるし、リリースノートはsemver的なリリースじゃなくて主張も混じっていることがあるので注意する必要がある。