バージョニング
Ionic FrameworkはSemantic Versioning (SemVer)の形式: メジャー.マイナー.パッチ.
に従います。互換性のないAPIの変更はメジャー
バージョン、後方互換性のある機能を追加する時はマイナー
バージョン、後方互換性のあるバグ修正はパッチ
バージョンをあげます。
リリーススケジュール
メジャーリリース
メジャーリリースは、APIに重大な変更が加えられたときに公開されます。メジャーリリースはおよそ6ヶ月ごとに行われ、重大な変更が含まれる可能性があります。フィードバックを得るために、いくつかのリリース候補がメジャーリリースの前に公開されます。何が変更されているのか、またその理由がリリース候補に含まれる予定です。
マイナーリリース
A minor release will be published when a new feature is added or API changes that are non-breaking are introduced. We will heavily test any changes so that we are confident with the release, but with new code comes the potential for new issues. We are scheduled to release a minor version every 6 weeks, if any features or API changes were made.
パッチリリース
A patch release will be published when bug fixes were included, but the API has not changed and no breaking changes were introduced. We are scheduled to release a new patch version every week, but there may be times where we need to release sooner or later than scheduled. To ensure patch releases can fix existing code without introducing new issues from the new features, patch releases will always be published prior to a minor release.
Changelog
注目すべき変更点の一覧はchangelogで確認することができます。これには、 各リリースでのすべてのバグ修正と新機能の一覧が含まれています。
changelog