Skip to content

Releases: IonicaBizau/git-stats-importer

2.4.1

14 Jan 10:27
Compare
Choose a tag to compare
  • 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

03 Dec 13:04
Compare
Choose a tag to compare

Regarding the integration of json2md into blah, read this blog post I wrote.

2.3.0

12 Nov 12:10
Compare
Choose a tag to compare

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

15 Oct 09:38
Compare
Choose a tag to compare

Fixed #29 by adding color=never to the git log child process.

Also, by using the latest release of oargv, I cleaned up the code which generates the duplicated --author options (now that's built in the oargv core). 🎉

2.1.0

12 Oct 14:46
Compare
Choose a tag to compare
  • Removed the date field since it's not needed anymore.

2.0.0

21 Sep 19:05
Compare
Choose a tag to compare

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:

1.8.0

28 Apr 06:13
Compare
Choose a tag to compare
  • Import selected commits using git-stats-importer-custom.

1.7.0

02 Mar 16:08
Compare
Choose a tag to compare
  • Use is-there instead of fs.exists

1.6.0

20 Feb 07:46
Compare
Choose a tag to compare
  • Fixed the Windows compatibility when getting the remotes.

1.5.0

18 Feb 06:14
Compare
Choose a tag to compare
  • Allow importing from any subdirectory of the git project.
  • Support other remotes than origin