Skip to content

Latest commit

 

History

History
173 lines (77 loc) · 8.9 KB

File metadata and controls

173 lines (77 loc) · 8.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-commits-filter: align methods with other packages (#1181)
  • conventional-commits-filter: rewrite to TypeScript (#1178)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • conventional-changelog-writer: rewrite to TypeScript (#1150) (8af364f)
  • conventional-commits-filter: align methods with other packages (#1181) (f600a6c)
  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

4.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required

Features

3.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • Node >= 14 is required

Bug Fixes

  • align lodash dependency across packages (#737) (d9feeb6)
  • filter: only remove commits that reverted commits in the scope (#226) (461dae6)
  • filter: replace is-subset with lodash.ismatch (#377) (fbcc92e)

Code Refactoring

  • drop lodash from dependencies where it possible (#959) (a8b4e12)

2.0.7 (2020-11-05)

Note: Version bump only for package conventional-commits-filter

2.0.6 (2020-05-08)

Note: Version bump only for package conventional-commits-filter

2.0.2 (2019-04-10)

Bug Fixes

  • filter: replace is-subset with lodash.ismatch (#377) (fbcc92e)

2.0.1 (2018-11-01)

Bug Fixes

  • Upgrade to Lerna 3, fix Node.js v11 error (#385) (cdef282)

2.0.0 (2018-05-29)

Chores

  • package: set Node requirement to oldest supported LTS (#329) (cae2fe0)

BREAKING CHANGES

  • package: Set the package's minimum required Node version to be the oldest LTS currently supported by the Node Release working group. At this time, that is Node 6 (which is in its Maintenance LTS phase).

1.1.6 (2018-03-22)

Note: Version bump only for package conventional-commits-filter

1.1.5 (2018-02-24)

Note: Version bump only for package conventional-commits-filter

1.1.4 (2018-02-20)

Note: Version bump only for package conventional-commits-filter

1.1.3 (2018-02-13)

Note: Version bump only for package conventional-commits-filter

1.1.2 (2018-02-13)

Note: Version bump only for package conventional-commits-filter

1.1.1 (2017-12-08)

Bug Fixes

  • filter: only remove commits that reverted commits in the scope (#226) (461dae6)

1.1.0 (2017-11-13)

Features

  • migrate repo to lerna mono-repo (793e823)