Skip to content

Latest commit

 

History

History
520 lines (210 loc) · 24.3 KB

File metadata and controls

520 lines (210 loc) · 24.3 KB

Change Log

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

10.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • git-semver-tags: refactored to use @conventional-changelog/git-client (#1203)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199)
  • conventional-commits-filter: rewrite to TypeScript (#1178)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

  • cleanup presets interface (#1215) (0e4f293)
  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd)
  • drop node 16 support (#1226) (ec69cfd)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199) (ba03ffc)
  • git-semver-tags: refactored to use @conventional-changelog/git-client (#1203) (7ac1860)
  • move from CommonJS to ESM (#1144) (c5b859d)

Bug Fixes

  • conventional-changelog-cli,conventional-recommended-bump,standard-changelog: fix config loading (#1234) (c2c4b3a)
  • deps: update dependency meow to v13 (#1190) (862f66b)

9.0.0 (2023-09-08)

⚠ BREAKING CHANGES

  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • standard-changelog: use promises (#1111) (5015ab7)

8.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

  • drop node 14 support (#1085) (1bce036)
  • git-semver-tags,conventional-recommended-bump: define skip-unstable option in cli (#1066) (0ffec3f)
  • unified presets interface (#1045) (8d0ffbe)

Bug Fixes

7.0.1 (2023-06-06)

Bug Fixes

  • conventional-changelog-core: update monorepo dependencies (#1012) (ef3413a)

7.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • now all promises are native
  • Node >= 14 is required

Features

  • add possibility to provide custom flags to commit fetcher (#978) (58f0887)

Code Refactoring

6.1.0 (2020-12-30)

Features

  • conventional-recommended-bump: support for '--skip-unstable' (#698) (3a5b41e)

6.0.12 (2020-12-30)

Bug Fixes

  • deps: update dependency git-raw-commits to v2.0.8 (#723) (9682305)

6.0.11 (2020-11-05)

Note: Version bump only for package conventional-recommended-bump

6.0.10 (2020-08-12)

Note: Version bump only for package conventional-recommended-bump

6.0.9 (2020-05-08)

Bug Fixes

  • deps: update yargs-parser to move off a flagged-vulnerable version. (#635) (aafc0f0)

6.0.5 (2019-11-14)

Note: Version bump only for package conventional-recommended-bump

6.0.4 (2019-11-07)

Bug Fixes

  • revertPattern match default git revert format (#545) (fe449f8)

6.0.3 (2019-10-24)

Note: Version bump only for package conventional-recommended-bump

6.0.1 (2019-10-02)

Note: Version bump only for package conventional-recommended-bump

6.0.0 (2019-07-29)

  • refactor!: modify gitSemverTags to take options first (#390) (dc8aeda), closes #390

BREAKING CHANGES

  • gitSemverTags now takes options followed by callback.

5.0.1 (2019-05-18)

Bug Fixes

  • Recommend a patch bump for features when preMajor is enabled (#452) (3d0a520)

5.0.0 (2019-05-02)

Features

  • ! without BREAKING CHANGE should be treated as major (#443) (cf22d70)

BREAKING CHANGES

  • if ! is in the commit header, it now indicates a BREAKING CHANGE, and the description is used as the body.

4.1.1 (2019-04-11)

Bug Fixes

  • preset load error message should handle objects (fb4a8d1)

4.1.0 (2019-04-10)

Bug Fixes

  • deps: update dependency concat-stream to v2 (#401) (4c09bfc)

Features

4.0.4 (2018-11-01)

Bug Fixes

  • fix broken release of conventional-recommended-bump (d9267e8)

4.0.3 (2018-11-01)

Note: Version bump only for package conventional-recommended-bump

4.0.2 (2018-11-01)

Bug Fixes

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

4.0.1 (2018-08-21)

Note: Version bump only for package conventional-recommended-bump

4.0.0 (2018-06-06)

Features

BREAKING CHANGES

  • Re-use parser options object between components of a preset. For some presets this may change the behavior of conventional-recommended-bump as the parser options object for the conventional-recommended-bump options within a preset were different than the parser options object for the conventional-changelog options within a preset.

If you are not using conventional-recommended-bump, then this is not a breaking change for you.

3.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).

2.0.9 (2018-04-16)

Note: Version bump only for package conventional-recommended-bump

2.0.8 (2018-03-27)

Note: Version bump only for package conventional-recommended-bump

2.0.7 (2018-03-22)

Note: Version bump only for package conventional-recommended-bump

2.0.6 (2018-02-24)

Note: Version bump only for package conventional-recommended-bump

2.0.5 (2018-02-20)

Note: Version bump only for package conventional-recommended-bump

2.0.4 (2018-02-13)

Note: Version bump only for package conventional-recommended-bump

2.0.3 (2018-02-13)

Note: Version bump only for package conventional-recommended-bump

2.0.2 (2018-02-13)

Note: Version bump only for package conventional-recommended-bump

2.0.1 (2018-02-12)

Bug Fixes

  • conventional-recommended-bump: include missing file in publishing (1481c05)

1.2.1 (2018-02-05)

Note: Version bump only for package conventional-recommended-bump

1.2.0 (2018-01-29)

Features

  • allow to specify a tagPrefix in conventional-recommended-bump (f60f86f)

1.1.0 (2017-12-08)

Features

1.0.3 (2017-11-13)

Note: Version bump only for package conventional-recommended-bump

1.0.2 (2017-10-01)

1.0.1 (2017-07-17)

0.3.0 (2016-08-13)

Code Refactoring

  • naming: releaseAs => releaseType (1476f1e), closes #15

BREAKING CHANGES

  • naming: releaseAs => releaseType

0.2.1 (2016-04-16)

0.2.0 (2016-04-02)

Features

  • config: custom config file (aa3747a), closes #6
  • verbose: output details of the bump (2311c4a), closes #5
  • warn: no new commits since last release (84f5284), closes #4

BREAKING CHANGES

  • verbose: whatBump can return an object. result is an object instead of a string.

0.1.2 (2016-03-10)

Bug Fixes

  • angular: handle breaking changes after a feature (6c40400), closes #8

0.1.1 (2016-02-23)

0.1.0 (2016-02-08)

0.0.3 (2015-08-12)

Features

  • deps: bump and a lot of bugs are fixed (1abc3af)
  • deps: bump conventional-commits-filter and fix bug (87639a0)
  • deps: modulise conventional-commits-filter (b1eadb9)

0.0.2 (2015-07-03)

Features

  • revert: ignore reverted commits (cd87dea)

0.0.1 (2015-06-22)