Skip to content

conventional-commits-filter: v5.0.0

Compare
Choose a tag to compare
@dangreen dangreen released this 03 May 22:43
· 22 commits to master since this release
be4266b

⚠ 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)