Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Latest commit

 

History

History
95 lines (39 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

95 lines (39 loc) · 3.27 KB

1.0.2 (2016-02-06)

Bug Fixes

  • doFlush: one it is the only potential release (cc3b5db)

1.0.1 (2016-02-06)

Bug Fixes

1.0.0 (2016-02-05)

0.5.1 (2016-02-03)

Bug Fixes

  • context.version: only valid a semver can decide context.isPatch (59ed325)

0.5.0 (2016-02-02)

Features

  • flush: add options.doFlush to make it possible not to flush (7850589)

0.4.2 (2016-01-18)

Features

0.4.1 (2015-09-30)

Bug Fixes

  • template: default commit template should handle unkown host (ef62bfd)

Features

  • context: linkReferences has nothing to do with context.host (f5883a6)

BREAKING CHANGES

  • context.host cannot change the default of context.linkReferences because if the host is unknown, context.host is undefined and all links will just use context.repository.

0.4.0 (2015-09-23)

Bug Fixes

  • cli: require file with absolute path (e9d9702), closes #13
  • notesSort: defaults to sort on text (6d3d564)

Features

  • notes: attach the commit to the note (2977336), closes #12

BREAKING CHANGES

  • notes in noteGroups is not an array of simple string any more but object. You must use note.text to access the equivalent of previous note.