Skip to content
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

v0.0.11

12 Aug 13:16
Compare
Choose a tag to compare

Bug Fixes

  • host: auto removes "/" at the end of options.host (cae3a9d)

Features

  • map: change options.replacements to options.map (9a35b1e)
  • transform: add a transform option (598e73b), closes #2

BREAKING CHANGES

  • options.hashLength, options.maxSubjectLength and options.map are deprecated in favour of options.transform.
  • options.replacements is now options.map and it can also take functions

v0.0.10

12 Aug 13:16
Compare
Choose a tag to compare

Bug Fixes

v0.0.9

12 Aug 13:16
Compare
Choose a tag to compare
chore: release 0.0.9

v0.0.8

12 Aug 13:16
Compare
Choose a tag to compare

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

12 Aug 13:16
Compare
Choose a tag to compare

Features

  • maxSubjectLength: added (c3ab02f)

v0.0.6

12 Aug 13:16
Compare
Choose a tag to compare

Features

  • commit.hbs: scope can be missing (3f2fffc)
  • commit.hbs: use header if subject is missing (caa8b61)

v0.0.5

12 Aug 13:16
Compare
Choose a tag to compare

Features

  • use new api of references and notes (c34d085)

BREAKING CHANGES

  • S:
    The upstream must use the new api of references and notes.
    closes now becomes references
    The notes object is no longer a key-value object but an array of note object, such as
{
  title: 'BREAKING AMEND',
  text: 'some breaking change'
}

v0.0.4

12 Aug 13:16
Compare
Choose a tag to compare

Bug Fixes

  • error: handle errors properly (f23a9d9)

v0.0.3

12 Aug 13:16
Compare
Choose a tag to compare

Bug Fixes

  • cli: when it is not tty, it should exit if errors (9484de1)

v0.0.2

12 Aug 13:16
Compare
Choose a tag to compare
chore: release 0.0.2