Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git v2.40.0
Features
- create the
spawnOptions
plugin to allow settinguid
/gid
owner for the spawnedgit
child processes. (cc70220)
simple-git v2.39.1
simple-git v2.39.0
Features
git.cwd
can now be configured to affect just the chain rather than root instance. (4110662)
simple-git v2.38.1
simple-git v2.38.0
simple-git v2.37.0
Features
errorDetectionPlugin
to handle creating error messages when tasks fail. (c65a419)
simple-git v2.36.2
simple-git v2.36.1
simple-git v2.36.0
simple-git v2.35.2
Bug Fixes
- Progress plugin should request progress events for fetch as well as other common long running tasks. (ea68857)
- upgrade debug from 4.3.1 to 4.3.2 (4b6eda8)
- While use of the
ListLogSummary
type is deprecated in favour of the newLogResult
, the alias type should also support the default genericDefaultLogFields
to allow downstream consumers to upgrade to newer2.x
versions without the need to specify a generic. (508e602), closes #586