changela v0.8.3v0.8.4

Types of changes:

新增幾個 Section 選項如下,其中 Video Section 可以播放 Youtube 影片,方便產品的行銷解說

// Types of changes
export enum SectionTypes {
  Added = 'Added' ,      // for new features.
  Changed = 'Changed',    // for changes in existing functionality.
  Deprecated = 'Deprecated', // for soon-to-be removed features.
  Removed = 'Removed',    // for now removed features.
  Fixed = 'Fixed',      // for any bug fixes., SemVer's PATCH
  BreakingChanges = 'Breaking Changes', // for changes incompatibility with previous version.
  Unreleased = 'Unreleased',  // what changes they might expect in upcoming releases
                      // At release time, you can move the Unreleased section changes into a new release version section.
  Security = 'Security',    // in case of vulnerabilities.
  Video = 'Video',    // video
  Overview = 'Overview',    // Overview
}

Scope filters:

Commit 的範圍篩選器,支援 AND 與 OR 邏輯運算

切換 Scopes Filter