All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.13 (2021-09-09)
5.0.12 (2020-11-05)
Note: Version bump only for package conventional-changelog-angular
5.0.11 (2020-06-20)
5.0.10 (2020-05-08)
Note: Version bump only for package conventional-changelog-angular
5.0.6 (2019-11-07)
5.0.4 (2019-10-02)
5.0.3 (2019-02-14)
5.0.2 (2018-11-01)
5.0.1 (2018-08-21)
Note: Version bump only for package conventional-changelog-angular
5.0.0 (2018-06-06)
- 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 theconventional-recommended-bump
options within a preset were different than the parser options object for theconventional-changelog
options within a preset.
If you are not using conventional-recommended-bump
, then this is
not a breaking change for you.
4.0.1 (2018-06-02)
4.0.0 (2018-05-29)
- 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).
- Anchor tags are removed from the changelog header templates. The rendered Markdown will no longer contain anchor tags proceeding the version number header that constitutes the changelog header. This means that consumers of rendered markdown will not be able to use a URL that has been constructed to contain a version number anchor tag reference, since the anchor tag won't exist in the rendered markdown.
It's stronly recomended consumers use the full URL path to the release page for a given version, as that URL is a permalink to that verison, contains all relavent release information, and does not, otherwise, rely on the anchor tag being excessible from the current page view.
As an example, for version 2.0.0
of a GitHub project, the following
URL should be used:
3.0.7 (2018-04-16)
Note: Version bump only for package conventional-changelog-angular
3.0.6 (2018-03-28)
- revert previous change (2f4530f)
3.0.5 (2018-03-27)
Note: Version bump only for package conventional-changelog-angular
3.0.4 (2018-03-27)
Note: Version bump only for package conventional-changelog-angular
3.0.3 (2018-03-27)
Note: Version bump only for package conventional-changelog-angular
3.0.2 (2018-03-22)
Note: Version bump only for package conventional-changelog-angular
3.0.1 (2018-03-22)
Note: Version bump only for package conventional-changelog-angular
3.0.0 (2018-03-22)
- angular: use latest Angular Commit Conventions (03f0210e42dff58689ddf182694a8a6ca26e526b)
The Angular conventions specifically say that breaking changes must start with "BREAKING CHANGE", not the plural form. Therefore the previous plural form "CHANGES" has been corrected to singular "CHANGE".
Former "chore" type has been replaced by a type "build" for commits on the build system and "ci" for commits regarding CI
1.6.6 (2018-02-24)
Note: Version bump only for package conventional-changelog-angular
1.6.5 (2018-02-20)
Note: Version bump only for package conventional-changelog-angular
1.6.4 (2018-02-13)
Note: Version bump only for package conventional-changelog-angular
1.6.3 (2018-02-13)
Note: Version bump only for package conventional-changelog-angular
1.6.2 (2018-02-05)
Note: Version bump only for package conventional-changelog-angular
1.6.1 (2018-01-29)
Note: Version bump only for package conventional-changelog-angular
1.6.0 (2017-12-18)
1.5.3 (2017-12-08)
Note: Version bump only for package conventional-changelog-angular
1.5.2 (2017-11-13)
Note: Version bump only for package conventional-changelog-angular
1.5.1 (2017-10-01)
1.5.0 (2017-09-01)
1.4.0 (2017-07-17)
1.3.3 (2017-03-11)
1.3.0 (2016-08-06)
- noteKeywords: make BREAKING CHANGE more forgiving (7dce559)
- references: remove references that already appear in the subject (aa765c2)
1.2.0 (2016-05-10)
- template: use context.repoUrl(2b5818b)
1.1.0 (2016-04-26)
- template: whitespace (72f8b12)
- update to reference conventional-changelog org (cd1a75a)
- template: wrong version link if no host (bb20a7b), closes #8
- remove commit length restriction (6aebb75), closes #12
- github: adds github-specific replacements for issues and users (2633f73), closes #12
1.0.0 (2016-02-05)
- writerOpts.transform: do not discard commit if there is BREAKING CHANGE (e67c4a1), closes ajoslin/conventional-changelog#127 angular/angular#5672
0.1.0 (2016-01-30)
0.0.2 (2016-01-30)
- exports: export the promise (60def39)
- init: extracting code from https://github.com/ajoslin/conventional-changelog (79a8c6b)