5.3.0 (2018-11-21)
5.2.0 (2018-11-21)
- angular: smarter username detection (#219) (f7e6a3b), closes #218
- template: whitespace (c692806)
- template: wrong version link if no host (cb029da), closes #8
- Fix plurality of "are" vs. "is" (#331) (0ede849)
- revert previous change (94d51aa)
- update to reference conventional-changelog org (1314559)
- Upgrade to Lerna 3, fix Node.js v11 error (#385) (586b2de)
- issueUrl: remove unneeded code (cb6dfe2)
- templates: make it easier to read (8cde0da), closes #11
- test: use better-than-before (75c740a)
- remove anchor from header templates (#298) (81ad7d4), closes #186
- remove anchor from header templates (#301) (cace350), closes #186
- angular: find package.json from cwd upwards (#206) (7df039b)
- angular: use the context for getting the repository and host urls (#217) (b275619)
- exports: export the promise (9ebb262)
- github: adds github-specific replacements for issues and users (9302f91), closes #12
- init: extracting code from https://github.com/ajoslin/conventional-changelog (1bc7a87)
- noteKeywords: make BREAKING CHANGE more forgiving (283b223)
- preset: add recommended-bump opts into presets (cd44361), closes #241
- references: remove references that already appear in the subject (6c72dc2)
- migrate repo to lerna mono-repo (938381c)
- template: bold scope in breaking change (dc74d33)
- template: use context.repoUrl (b5d767d)
- writer-opts: Customize for Hipo convention (f29d37b)
- writerOpts.transform: do not discard commit if there is BREAKING CHANGE (c477955), closes ajoslin/conventional-changelog#127 angular/angular#5672 angular/angular#5762
- re-use parser options within each preset (#335) (3e1b573), closes #241
- remove commit length restriction (b6a60d1), closes #12
- re-use parser options within each preset (#335) (3e1b573)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.
- package: set Node requirement to oldest supported LTS (#329) (f9b545a)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).
- remove anchor from header templates (#301) (cace350)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:
-
[Angular Package] Adapt to new Angular Commit Conventions (#296) (4a033a7)
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