Skip to content

Latest commit

 

History

History
134 lines (68 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

134 lines (68 loc) · 5.18 KB

1.8.0 (2019-06-25)

Documentation Changes
New Features

1.7.1 (2018-03-28)

Bug Fixes
  • writer: fix commit URL for Gitlab repos (#40) (656a2bcc)

1.7.0 (2017-12-17)

New Features
  • git: add support for breaking changes (#34) (d697b273)
Bug Fixes
  • writer: fix commit URL for BitBucket repos (#33) (0492e91a)

1.6.0 (2017-11-20)

New Features
  • writer: add links to PRs numbers in commits text (#31) (7015d433)

1.5.0 (2017-09-20)

New Features
  • git: generate from specific tag (#28) (cadb4e22)
Bug Fixes
  • git: fix error throwing "stdout maxBuffer exceeded" (#29) (5f515803)

1.4.0 (2017-08-29)

Chores
  • lint: update eslint-config-lob (725beb61)
New Features
  • package: Add support for missing version (#25) (7e91a601)
Bug Fixes
  • npm: ignore all unnecessary files in .npmignore (fe7c3b66)
Tests
  • travis: run against newer versions of node (f7c3ba9b)

1.3.1 (2017-08-15)

Bug Fixes
  • exclude: allow arguments to be passed in to -x (3faf08a6)

1.3.0 (2017-06-25)

New Features
  • writer: update commit types (8945027b)
Bug Fixes
  • writer: fix the issue with one digit month/days (bd566622)

1.2.1 (2017-6-13)

Bug Fixes
  • exclude: REALLY exclude listed commit types (9f836575)

1.2.0 (2017-6-12)

New Features
  • exclude: add -x, --exclude option (fc31e9a8)
Bug Fixes
  • writer: don't print category if empty (a859a9b6)
Tests
  • package: fix coverage for lib/package.js (006a2a04)

1.1.0 (2016-12-15)

New Features
  • version: remove the incrementation flag requirement (a8b45090)

1.0.2 (2016-6-7)

Bug Fixes
  • git: enfore lowercase commit.type (d53e497a)

1.0.1 (2016-2-10)

Documentation Changes
  • readme: add npm and dependency stats badges (69d81f66)
Bug Fixes
  • deps: lockdown eslint-config-lob version (ee06529c)
  • writer: change commit url to use full hash (40fe02a5)

1.0.0 (2015-12-14)

Documentation Changes
  • npm: update recommended npm scripts (2eef1597)
New Features
Bug Fixes
  • cli: prepend to a file instead of printing to stdout (92e1085d)
  • writer: group all uncommon types together (10caf5f2)