Releases: JarvusInnovations/git-client
Releases · JarvusInnovations/git-client
git-client v1.8.2
Technical
- chore: bump package version to 1.8.2 @themightychris
git-client v1.8.1
Technical
- chore: npm audit fix @themightychris
git-client v1.8.0
Improvements
- fix: log single string for compat with winston 3.x
Technical
- chore: merge dependency bumps
git-client v1.7.1
- fix: count mktree batch timeout from last output instead of last input
git-client v1.7.0
- feat: add hashObjectInternally method
- fix: switch to async-exit-hook for cleanup
- fix: add package-lock.json to source control
- chore: npm audit fix
git-client v1.6.2
- fix: use close event instead of exit event to ensure all output is captured
- chore: update deps
git-client v1.6.1
- fix: omit --verify if not enabled instead of setting --no-verify
- fix: enable nullOnError for getTreeHash
- chore: exclude eslint config from npm publish
git-client v1.6.0
- feat: add verify option to getTreeHash
git-client v1.5.1
- feat: generate --no-foo switch for { foo: false }
git-client v1.5.0
- feat: add getTreeHash method
- feat: add $cwd exec option