Skip to content

Latest commit

 

History

History
328 lines (129 loc) · 19.1 KB

File metadata and controls

328 lines (129 loc) · 19.1 KB

Change Log

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

8.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188

7.0.2 (2023-09-08)

Bug Fixes

  • conventional-changelog-conventionalcommits: fix handling input params (#1120) (e721cde)

7.0.1 (2023-08-27)

Bug Fixes

  • conventional-changelog-conventionalcommits: include constants.js in package (#1095) (a730b18), closes #1093

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

  • conventional-changelog-conventionalcommits: add support for alphanumeric issues (#1080) (f9b1897)
  • drop node 14 support (#1085) (1bce036)
  • git-raw-commits: ignore commits by regex (#1063) (47033e6)
  • types: allow combining provided types with defaults (#1064) (7ec8a18)
  • unified presets interface (#1045) (8d0ffbe)

6.1.0 (2023-06-17)

Features

  • conventional-changelog-conventionalcommits: sort groups based on config types (#702) (#1002) (0e59f0c)

6.0.0 (2023-06-05)

⚠ BREAKING CHANGES

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

Code Refactoring

5.0.0 (2022-05-27)

⚠ BREAKING CHANGES

  • always use H2 heading for versions (#920)

Bug Fixes

4.6.3 (2021-12-29)

Bug Fixes

  • support BREAKING-CHANGE alongside BREAKING CHANGE (#882) (e6f44ad)

4.6.2 (2021-12-24)

Bug Fixes

4.6.1 (2021-09-09)

Bug Fixes

  • conventional-commits-parser: address CVE-2021-23425 (#841) (02b3d53)

4.6.0 (2021-04-30)

Features

  • conventionalcommits: include Release-As commits in CHANGELOG (#796) (9a0b9a7)

4.5.0 (2020-11-05)

Features

  • conventionalcommits: allow matching scope (#669) (e01e027)

4.4.0 (2020-08-12)

Features

  • templates: if hash is nullish, do not display in CHANGELOG (#664) (f10256c)

4.3.1 (2020-06-20)

Bug Fixes

  • deps: update dependency compare-func to v2 (#647) (de4f630)
  • pass config to parserOpts and writerOpts (73c7a1b)

4.3.0 (2020-05-08)

Features

  • add support for 'feature' as alias for 'feat' (#582) (94c40f7)

4.2.3 (2019-11-07)

Bug Fixes

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

4.2.2 (2019-10-24)

Bug Fixes

  • deps: update lodash to fix security issues (#535) (ac43f51)

4.2.0 (2019-10-02)

Bug Fixes

  • preset, conventionalcommits: fix handling conventionalcommits preset without config object (c0566ce), closes #512
  • preset, conventionalcommits: pass issuePrefixes to parser (#510) (958d243)
  • use full commit hash in commit link (7a60dec), closes #476

Features

  • sort sections of CHANGELOG based on priority (#513) (a3acc32)

4.1.0 (2019-07-29)

Bug Fixes

  • preset, conventionalcommits: Ensure proper substitutions for the conventionalcommit preset by using commit context for values where possible. (#463) (0b7ed0b)

Features

  • preset, conventionalcommits: add handling of issue prefixes (#498) (85c17bb)

4.0.0 (2019-05-18)

Bug Fixes

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

  • feat!: BREAKING CHANGES are important and should be prioritized (#464) (f8adba2), closes #464

BREAKING CHANGES

  • moved BREAKING CHANGES to top of template.

3.0.2 (2019-05-05)

Bug Fixes

  • don't require 'host' and 'repository' when deciding whether to render URLs (#447) (83dff7a)
  • if ! and BREAKING CHANGE were used, notes would populate twice (#446) (63d8cbe)

3.0.1 (2019-05-02)

Bug Fixes

  • add add-bang-notes to files list (7e4e4d2)

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

2.0.0 (2019-04-26)

Bug Fixes

Features

BREAKING CHANGES

  • a ! character at the end of type will now be omitted

1.1.2 (2019-04-24)

Bug Fixes

  • Downgrade node 10.x dependency to 6.9.0 dependency (#437) (ded5a30)

1.1.1 (2019-04-11)

Note: Version bump only for package conventional-changelog-conventionalcommits

1.1.0 (2019-04-10)

Bug Fixes

Features

  • conventionalcommits preset, preMajor config option (#434) (dde12fe)
  • creating highly configurable preset, based on conventionalcommits.org (#421) (f2fb240)