Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@realth000 realth000 released this 20 Dec 21:25
8df5df3

Added

  • Add gitCommitCountRepo to count commits in repo.
  • Add gitCommitCountCurrentBranch to count commits on current branch.

Deprecated

  • gitCommitCount has been deprecated.
    • In former versions, gitCommitCount was mistakenly implemented to count all commits in repo while intended to count only on current branch.
    • Use gitCommitCountRepo to count commits in repo, this is what gitCommitCount did before.
    • Use gitCommitCountCurrentBranch to count commits on current branch.

Full Changelog: v0.5.3...v0.6.0