Skip to content

Releases: ariatemplates/git-release-notes

v5.0.0

22 Jul 23:29
Compare
Choose a tag to compare

Backward compatibility

  • Update dev dependencies and remove support for node 6 (#58) cbbd1e2

Features

v4.0.1...v5.0.0

v4.0.1

22 Feb 04:38
Compare
Choose a tag to compare

Changes

v4.0.0

27 Dec 02:52
Compare
Choose a tag to compare

Major version

There is no change in the module API or CLI but this module now doesn't work anymore on node 4.
Also it uses yargs to parse command line arguments instead of the deprecated optimist.

Changes

  • Add tag information on commit array (#51) 23de6fc
  • Update dependencies and remove support for node 4 (#50) a4a5a79

Use as a module

16 Mar 05:05
Compare
Choose a tag to compare

Changes

  • Expose a module API, it's now possible to use git-release-notes as a module. Refer to README.md for documentation
  • Run unit tests on travis for node 4 to node 9
  • All paths (template, external script, configuration) will now work either as relative or absolute

Major version change

The command line interface is identical, however much has changed in the internal private methods. In particular the external script used to run from a require call, it's now evaluated in a script sandbox.

v2.1.0

16 Mar 04:58
Compare
Choose a tag to compare

Changes

  • Add option for using "--merges" with git log

2.0.0

23 Jun 02:20
Compare
Choose a tag to compare

Breaking changes (since 1.1.0)

  • External script path is now an absolute path

Changes since 1.0.0

  • External script to post-process commits
  • Provide a date formatting library to the template
  • New template html-bootstrap

1.1.0

23 Jun 02:17
Compare
Choose a tag to compare
  • External script to post-process commits
  • Provide a date formatting library to the template
  • New template html-bootstrap

1.0.0

23 Jun 02:12
Compare
Choose a tag to compare
  • Fix error when git log returns an empty string
  • Add debug information