Releases: IonicaBizau/git-stats-importer
Releases · IonicaBizau/git-stats-importer
2.4.1
- Added badges 🎉
- PayPal Donations
- npm downloads
- npm version
- Travis (if there are tests)
- CodeMentor–you can ping me there if you need help with one of these modules (or help in general).
- Updated the LICENSE year. 🎆
2.4.0
- Added package.json
- Improved the documentation.
- Integrated json2md with blah to get the best flexibility in generating documentation. 💫
- Relicense to MIT and link to the license. ❤️
Regarding the integration of json2md into blah, read this blog post I wrote.
2.3.0
This update is part of the biggest process of cleaning up my GitHub projects:
- Some of the repos were merged with other repos. 🎈
- Obsolete repositories (actually these that didn't have any functionality) were been deleted. 🔥
- Most of them got better documentation using blah configuration. 📖 📚 📝
Changes
- Improved documentation 📝
- Added/updated the the CONTRIBUTING.md file. 📖
- Integrated json2md with blah to get the best flexibility in generating documentation. 💫
Regarding the integration of json2md into blah, read this blog post I wrote.
2.2.0
2.1.0
- Removed the
date
field since it's not needed anymore.
2.0.0
This is a major change in this project. The performance was improved and the functionality is compatible with git-stats 2.0.0
.
- Since
git-stats 2.0.0
doesn't need remote urls, a remote url in the git project is not needed anymore. Fixes #1. - Support for multiple emails (
git-stats-importer -e '[email protected],[email protected]
). - The commits history object is not modified in memory and saved only at the end. This speeds up the things a lot! Just think that before it was saving/reading the file every time a commit was being imported.
- Support for recursive search for git repositories in a specified directory (
git-stats-importer --find-repos ~/my-projects
). Fixes #10. - This tool can now be used as library. Fixes #16.
- 💥
async
was not used, so I removed it. Fixes #22 - Use
parent-search
to search for the git repository. Fixes #24 - Since
git-stats 2.0.0
allows us to use custom data paths, #2 will be fixed too. 🌟
Some other changes:
- Relicensed under The KINDLY License
- Generated documentation using Blah 2.x.x
1.8.0
- Import selected commits using
git-stats-importer-custom
.
1.7.0
- Use
is-there
instead offs.exists
1.6.0
- Fixed the Windows compatibility when getting the remotes.
1.5.0
- Allow importing from any subdirectory of the git project.
- Support other remotes than
origin