Skip to content

Releases: ariatemplates/git-release-notes

v5.0.0

Choose a tag to compare

@piuccio piuccio released this 22 Jul 23:29

Backward compatibility

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

Features

v4.0.1...v5.0.0

v4.0.1

Choose a tag to compare

@piuccio piuccio released this 22 Feb 04:38

Changes

v4.0.0

Choose a tag to compare

@piuccio piuccio released this 27 Dec 02:52

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

Choose a tag to compare

@piuccio piuccio released this 16 Mar 05:05

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

Choose a tag to compare

@piuccio piuccio released this 16 Mar 04:58

Changes

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

2.0.0

Choose a tag to compare

@piuccio piuccio released this 23 Jun 02:20

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

Choose a tag to compare

@piuccio piuccio released this 23 Jun 02:17
  • External script to post-process commits
  • Provide a date formatting library to the template
  • New template html-bootstrap

1.0.0

Choose a tag to compare

@piuccio piuccio released this 23 Jun 02:12
  • Fix error when git log returns an empty string
  • Add debug information