Skip to content

Latest commit

 

History

History
132 lines (80 loc) · 5.1 KB

CHANGELOG.md

File metadata and controls

132 lines (80 loc) · 5.1 KB

v1.1.0 (2021-06-17)

Complete rewrite in vanilla es6.

Breaking Changes

  • due to e6884b04, the binary is no longer compatible with node < 7.5.0

v1.0.1 (2017-07-24)

🐛 Bug Fixes

  • Fix issue with % in string on new node versions (2f94e996)

v1.0.0 (2017-02-23)

🔥 📦 oniguruma (a9b21fa9)

It now only relies on native JS Regular Expressions.

🐛 Bug Fixes

  • Fix bad arguments type in error function (efad9ef0)

v0.8.1 (2016-01-03)

🐛 Bug Fixes

  • Fix bad arguments type in error function (887780f0)

v0.8.0 (2015-10-12)

🐛 Bug Fixes

⬆️ Dependencies Update

v0.7.0 (2015-09-21)

🐛 Bug Fixes

⬆️ Dependencies Update

  • Bump oniguruma to version 5.x (9f824789)

v0.6.2 (2015-02-16)

🐛 Bug Fixes

v0.6.1 (2015-02-10)

⬆️ Dependencies Update

  • Update most dependencies

v0.6.0 (2015-02-10)

✨ Features

  • Add a new default section for dependencies updates (e0f15176)

v0.5.0 (2014-11-24)

✨ Features

  • Add match for ⚠️ as breaking change indicator (6cbcbf31)
    Small change to save some typing on breaking changes, allows using either `

🐛 Bug Fixes

  • Fix multiple breaking changes appearing on a single line (c0979a62)
  • Fix log output corrupting markdown (0c64cf5c)
  • Fix include_body should not include breaking changes (484c24f0)

v0.4.0 (2014-05-31)

✨ Features

  • Implement reading dates from tag when tag is available (eb21ca85)

v0.3.0 (2014-05-30)

✨ Features

  • Change default config to better handle fix commits (54c0f26)
    It will now match both commits starting with :bug: and commits starting with Fix.

v0.2.1 (2014-05-29)

🐛 Bug Fixes

  • Fix closing external repo hook not recognized (97f4e284)

v0.2.0 (2014-05-28)

✨ Features

  • Implement CLI accepting a version as argument (4ffc248e)
    Calling changelog {TAG} will allow to replace the normally undefined tag in the generated markdown by the value of {TAG}.
  • Add one letter aliases for all cli options (be7ab24d)
  • Add angular configuration and --angular cli option (520eebb2)
    When passing —-angular to the cli, the Angular configuration is automatically selected. The angular.cson file contains a configuration that mimics the current Angular changelog script.

🐛 Bug Fixes

  • Fix sections randomized order (12176d8b)
  • Fix undefined appearing after a commit link (879d0604)
  • Fix config paths reversed order (2b3be1e2)