Releases: IonicaBizau/git-stats
Releases · IonicaBizau/git-stats
2.1.0
- 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 (thedate
is not mandatory anymore).
2.0.1
- Fixed the description
- Removed
progress
as dependency (it was not used).
2.0.0
- 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
Fixed the black square character. Now that's supposed to have a better support cross-operating systems. Fixed #14.
- Upgraded to
[email protected]
where the square character was fixed as well. Thanks @SanketDG! 🍰 - Upgraded to
[email protected]
.
You can upgrade by running npm i -g git-stats@latest
. 🎉
1.5.0
1.4.1
- Information about how to use this tool on Windows
1.4.0
- Improved git hook
post-commit
script - Fixed a typo in help content.
1.3.0
- Fixed the month labels alignment
- Fixed a minor typo in help output.
1.2.0
- Documentation fixes
- Added contents
- Other updates in readme.