Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git v2.46.0
simple-git v2.45.1
Bug Fixes
- support progress events in locales other than western european character sets. (8cc42f8)
simple-git v2.45.0
simple-git v2.44.0
Features
- add support for getting the current value of a git configuration setting based on its name. (1d09204)
simple-git v2.43.0
Features
- task callback types defined as single function type (b0a832c)
simple-git v2.42.0
simple-git v2.41.2
Bug Fixes
- use literal
true
andfalse
inDiffResultTextFile | DiffResultBinaryFile
to aid type assertions. (8059099)
simple-git v2.41.1
Bug Fixes
- Commit parsing should cater for file names with square brackets (ae81134)
simple-git v2.41.0
simple-git v2.40.0
Features
- create the
spawnOptions
plugin to allow settinguid
/gid
owner for the spawnedgit
child processes. (cc70220)