Skip to content

Latest commit

 

History

History
96 lines (48 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

96 lines (48 loc) · 3.17 KB

0.0.11 "reorder" (2014-05-28)

Features

  • changelog: add versionText, patchVersionText options (9d8e0548)

Breaking Changes

Removed versionLink and patchVersionLink options, and went back to the default title output from 0.0.9.

If you wish to have a link to your version, simply customize the versionText and patchVersionText options.

(9d8e0548)

0.0.10 "revise" (2014-05-28)

Bug Fixes

  • changelog: put commit range into quotes so it can fetch commits with special characters (76e2f185, closes #10)

Features

  • changelog: add support for scope with spaces (b5e43b75, closes #9)
  • git: allow period-separated closing and lowercase closing (6835af55)
  • writer: add tag hyperlink support (9640cc27)

0.0.9 "change" (2014-05-06)

Bug Fixes

  • changelog: make sure breaking changes are separated by two newlines (85152160)

Features

  • changelog: also add Resolves #xx to closes section (06ff3ea9)

0.0.8 "refine" (2014-04-10)

Features

  • changelog: change options.codename to options.subtitle (a00fea52)

0.0.7 "delta" (2014-04-10)

Features

  • changelog: add options.codename (01f40cb6)

0.0.6 (2014-01-23)

Bug Fixes

0.0.5 (2014-01-23)

Miscellaneous

  • More specific errors given through done callback
  • Improved logging

0.0.4 (2014-01-04)

Bug Fixes

0.0.2 (2014-01-04)

Features