Skip to content

Releases: kimmobrunfeldt/git-hours

v1.5.0

15 Aug 20:01
Compare
Choose a tag to compare
  • Update nvmrc to node 14 7996079
  • Add package.json files whitelisting 7a644f2
  • Update release tooling 9b9fe23
  • Merge pull request #63 from kimmobrunfeldt/dependabot/npm_and_yarn/tar-4.4.15 02e7d5a
  • Update node engines 1660c2f
  • Move from Travis to GH actions 3f08879
  • Bump tar from 4.4.13 to 4.4.15 8aa3e18
  • Merge pull request #62 from tobiusventures/refactor 7299838
  • Add nodemon for npm run dev c7dbd42
  • Refactor codebase to modern (Airbnb) standards c6519b6
  • Merge pull request #49 from adg29/adg29-nodegit 6522059
  • lock file for package.json 0b60dde
  • Update package.json a995be9
  • Merge pull request #44 from nicolas-van/master 0f63d05
  • Changed detail in nodegit usage to avoid displaying a depracation warning 652c033
  • Dropped node version prior to 6 in the CI d404a96
  • Fixed errors that made jscs complain a0ad3f0
  • Modified CI scripts to comply with recent versions of node 5f38f82
  • Added node.js version 8 to CI 316577b
  • Small changes in node.js versions in CI to use latest stable and latest ltr 3327fcd
  • Added node version 11 to CI for automated tests b872415
  • Updated nodegit dependency fe30490
  • Merge pull request #36 from huksley/master 4ebb490
  • Merge branch 'GuyPaddock-feature/per-branch-filter' b89b1f0
  • Merge GuyPaddock:feature/per-branch-filter 20669d0
  • Removed unneeded console.log 305f88b
  • Added options: different git path, exclude merge requests, email aliases. Upgraded nodegit to 0.22 826d861
  • Clean-up documentation and examples for new arg 1d4117a
  • Adds a filter for per-branch statistics 77cca39
  • Merge pull request #25 from kh0r/master fb76ed3
  • Add docker run option aaadb53

1.3.0...v1.5.0

Add Node.js 6 support

13 Jun 13:10
Compare
Choose a tag to compare

Add --until parameter and nodegit upgrade

21 Mar 21:48
Compare
Choose a tag to compare

Notable changes:

  • Works with node 4 and 5 versions! Thanks for nodegit fixes.
  • 7809e21 Merge pull request #19 from crooy/master
    *Add support for --until parameter
  • 568bd42 Merge pull request #17 from mrPjer/master
  • 30fb8ed Use nodegit to fetch branch names
  • e607bad Update nodegit dependency
  • a28d5d9 Merge pull request #13 from fabiosoft/master

Add --since parameter

22 Sep 20:26
Compare
Choose a tag to compare
  • @pieroblunda added a --since parameter. See #9
  • Update project structure

Improve algorithm and upgrade nodegit

24 Jul 10:12
Compare
Choose a tag to compare

Release to 1.0.0

  • Update nodegit from 0.1.4 -> 0.4.1. There has been quite a lot of changes
  • Improve algorithm to fix issue #7.
  • Remove --branches option since it was providing misleading information. It only worked "correctly" for orphan branches. If e.g. you wanted hours for a feature/x branch, it also reported hours of the whole commit history before the feature branch too. It should be implemented correctly if it will be brought back as a feature. Another approach could be to offer a range of commits, e.g. 1f6ad6f..master.