Skip to content

Latest commit

 

History

History
238 lines (102 loc) · 11.8 KB

File metadata and controls

238 lines (102 loc) · 11.8 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
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199)
  • 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

  • drop node 16 support (#1226) (ec69cfd)
  • git-client: GitClient#getLastTag and ConventionalGitClient#getLastSemverTag methods are added. GitClient#getRawCommits ignore param is added. (#1217) (53254b3)
  • git-raw-commits: refactored to use @conventional-changelog/git-client (#1199) (ba03ffc)
  • 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)

Bug Fixes

4.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required

Features

Bug Fixes

3.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • Node >= 14 is required

Code Refactoring

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

2.0.11 (2021-12-29)

Bug Fixes

  • allow raw commits to be filtered by path and date range (#893) (b2245a7)

2.0.10 (2021-01-27)

Bug Fixes

  • align lodash dependency across packages (#737) (d9feeb6)
  • revert normalize git show signature option to false (c4d9042)

2.0.9 (2020-12-29)

Bug Fixes

2.0.8 (2020-11-05)

Bug Fixes

  • deps: update dependency through2 to v4 (#657) (7ae618c)

2.0.7 (2020-05-08)

Bug Fixes

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

2.0.3 (2019-11-14)

Note: Version bump only for package git-raw-commits

2.0.2 (2019-04-10)

Bug Fixes

  • deps: update dependency through2 to v3 (#392) (26fe91f)

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.3.6 (2018-03-27)

Note: Version bump only for package git-raw-commits

1.3.5 (2018-03-22)

Note: Version bump only for package git-raw-commits

1.3.4 (2018-02-24)

Note: Version bump only for package git-raw-commits

1.3.3 (2018-02-20)

Note: Version bump only for package git-raw-commits

1.3.2 (2018-02-13)

Note: Version bump only for package git-raw-commits

1.3.1 (2018-02-13)

Note: Version bump only for package git-raw-commits

1.3.0 (2017-11-13)

Features

  • git-raw-commits: add execOpts.cwd (2631213)

1.2.0 (2017-03-10)

Features

  • allow raw commits to be filtered by path (#172) (ec0a25d)
  • migrate repo to lerna mono-repo (793e823)

1.1.2 (2016-06-27)

Bug Fixes

  • windows: use execFile for executing git (9ae06df), closes #11

1.1.1 (2016-06-26)

Bug Fixes

  • windows: escape command percent signs (005b559), closes #10