This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
Releases: conventional-changelog-archived-repos/conventional-changelog-writer
Releases · conventional-changelog-archived-repos/conventional-changelog-writer
v0.0.11
Bug Fixes
- host: auto removes "/" at the end of
options.host
(cae3a9d)
Features
- map: change
options.replacements
tooptions.map
(9a35b1e) - transform: add a transform option (598e73b), closes #2
BREAKING CHANGES
options.hashLength
,options.maxSubjectLength
andoptions.map
are deprecated in favour ofoptions.transform
.options.replacements
is nowoptions.map
and it can also take functions
v0.0.10
v0.0.9
v0.0.8
Features
- compareFunc: these values can be string or array (5872c59)
- compareFunc: use module "compare-func" (5989dba)
BREAKING CHANGES
- commitGroupsCompareFn -> commitGroupsSort, commitsCompareFn -> commitsSort, noteGroupsCompareFn -> noteGroupsSort and notesCompareFn -> notesSort
- Default compare functions no longer sort by lexicographical order. They use
localeCompare
instead
v0.0.7
v0.0.6
v0.0.5
Features
- use new api of
references
andnotes
(c34d085)
BREAKING CHANGES
- S:
The upstream must use the new api ofreferences
andnotes
.
closes
now becomesreferences
Thenotes
object is no longer a key-value object but an array of note object, such as
{
title: 'BREAKING AMEND',
text: 'some breaking change'
}