Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git v2.39.1
Bug Fixes
- add types and tests for the documented .exec api (#631) (c9207da)
- add types and tests for the documented
.exec
api (c9207da)
- updates the documentation for
mergeFromTo
to more closely represent its functionality (see #50 for the original requirement). (dd2244e)
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
Bug Fixes
- Export
GitPluginError
from the main package. (2aa7e55), closes #616
simple-git v2.38.0
Features
- Support enabling / disabling
debug
logs programmatically. (#610) (c901b9c)
simple-git v2.37.0
Features
errorDetectionPlugin
to handle creating error messages when tasks fail. (c65a419)
simple-git v2.36.2
Bug Fixes
- Export missing
SimpleGitProgressEvent
(038870e), closes #601
simple-git v2.36.1
Bug Fixes
- Documentation update for
outputHandler
(775d81e)
- Support parsing
git.branch
where branches have carriage returns in the commit detail. (5b71012)
simple-git v2.36.0
Features
Bug Fixes
- Fix broken link in
no-response
auto-generated comment (16fe73f)
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 new LogResult
, the alias type should also support the default generic DefaultLogFields
to allow downstream consumers to upgrade to newer 2.x
versions without the need to specify a generic. (508e602), closes #586
simple-git v2.35.1
Bug Fixes
- Update documentation for configuring
SimpleGit
- options
should be a Partial<SimpleGitOptions>
to allow for supplying just some of its properties. (30523df), closes #580