Skip to content

Releases: IonicaBizau/git-stats

2.10.0

26 Oct 13:04
Compare
Choose a tag to compare

This release is big! Fixed all the reported bugs and implemented custom exports:

  • HTML (provided by git-stats-html. Fixed #63.
  • Image exports by combining git-stats-html and pageres (see the documentation). Fixed #50.

Hope you will enjoy it and share it with the world! 🎉

2.9.14

23 Oct 13:07
Compare
Choose a tag to compare

Improve the raw results: include the raw theme object, levels and much more.

2.9.13

23 Oct 09:13
Compare
Choose a tag to compare

Handle the since and until options in the authors output. /cc #79.

2.9.12

23 Oct 09:05
Compare
Choose a tag to compare

Upgrade the dependencies. Use tilda for parsing the arguments.

Deprecate the firstDay option. The first day will be always the Sunday. Fix #97.
Make the graph friendlier on smaller terminals.

2.9.11

11 Oct 13:32
Compare
Choose a tag to compare

2.9.10

10 Oct 18:37
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • Add the Patreon link in the README.md file. If you like what I'm doing, supporting me would be awesome! Even one dollar / month would be helpful! Thanks! ❤️

2.9.9

26 May 04:20
Compare
Choose a tag to compare

Fix variable declaration.

2.9.8

26 May 04:12
Compare
Choose a tag to compare

Fixed #92. Define the lines variable.

2.9.7

25 May 17:45
Compare
Choose a tag to compare

Fix variable which was not defined. Fixes #90.

2.9.6

25 May 09:47
Compare
Choose a tag to compare
  • Updated the README.md following the new template. 📝
  • Use babel-it to babelify the code, so the module is now compatible with older versions of Node.js.