Skip to content

Releases: davidlinse/git-contributors.js

v0.2.5

23 Apr 22:17
Compare
Choose a tag to compare

Update and remove outdated development dependencies.

v0.2.2

07 Jun 23:25
Compare
Choose a tag to compare

This release includes the following changes:

  • removes the --format command line option
  • a fix for #9
  • updated dependencies

road to promises

22 Aug 21:52
Compare
Choose a tag to compare

This version is a refactoring to use Q-promises
and brings a new cli-option; --no-email which
removes the author email from output.

v0.1.10

09 Jun 10:11
Compare
Choose a tag to compare
  • fixed: calculation of commits w/ different mail (7ef93c01, closes #8)

v0.1.6

19 May 19:35
Compare
Choose a tag to compare

This is some kind of maintenance release.
It includes:

  • streamlined build-process
  • improved output in case of error
  • introduction of commander as dependency
  • updated dependencies of chai, mocha and plato
  • udpated README.md
  • re-indention using two spaces
  • exit with code 1 in case of error

0.1.5

21 Apr 17:42
Compare
Choose a tag to compare

This version fixes an issue with the calculation of commits
for users with the same name but a different email.