Skip to content

Releases: IonicaBizau/git-stats

2.1.0

12 Oct 14:41
Compare
Choose a tag to compare
  • Use node path/to/migration-script.js instead of ./path/to/... to be compatible with Windows.
  • Added the --raw option which dumps the raw json.
  • Improved the removeCommit method (the date is not mandatory anymore).

2.0.1

06 Oct 11:55
Compare
Choose a tag to compare
  • Fixed the description
  • Removed progress as dependency (it was not used).

2.0.0

21 Sep 19:00
Compare
Choose a tag to compare
  • Use the CLP library to parse the arguments. Fixed #43.
  • Browser client /cc #46
  • Show the correct time range /cc #45
  • EncloseJS binary /cc #42
  • Ignore commits with the same hash. /cc #39
  • Support for repositories without remote url /cc #29
  • Single repository related graphs /cc #13
  • Fix the filled square character /cc #14
  • Fix the output on small terminals /cc #28
  • All contributors related graphs /cc #27

1.6.0

06 Jul 19:13
Compare
Choose a tag to compare

Fixed the black square character. Now that's supposed to have a better support cross-operating systems. Fixed #14.

You can upgrade by running npm i -g git-stats@latest. 🎉

1.5.0

05 May 14:00
Compare
Choose a tag to compare
  • Handle the -h option.
  • Allow supplying the time range options in any order.

Thanks a lot to @furgerf for these fixes! 🎉

1.4.1

20 Feb 14:20
Compare
Choose a tag to compare
  • Information about how to use this tool on Windows

1.4.0

20 Feb 13:14
Compare
Choose a tag to compare
  • Improved git hook post-commit script
  • Fixed a typo in help content.

1.3.0

18 Feb 09:31
Compare
Choose a tag to compare
  • Fixed the month labels alignment
  • Fixed a minor typo in help output.

1.2.0

17 Feb 19:23
Compare
Choose a tag to compare
  • Documentation fixes
  • Added contents
  • Other updates in readme.

1.1.0

11 Feb 20:10
Compare
Choose a tag to compare
  • Fixes #4. Use git hooks to track git commits automatically.
  • Fixes #1. Since we use git hooks, this probably will be fixed too.
  • Improved documentation.