Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git@3.12.0
Minor Changes
- bfd652b: Add a new configuration option to enable trimming white-space from the response to
git.raw
simple-git@3.11.0
simple-git@3.10.0
Minor Changes
- 2f021e7: Support for importing as an ES module with TypeScript moduleResolution
node16
or newer by adding
simpleGit
as a named export.
simple-git@3.9.0
Minor Changes
- a0d4eb8: Branches that have been checked out as a linked work tree will now be included in the
BranchSummary
output, with alinkedWorkTree
property set totrue
in theBranchSummaryBranch
.
simple-git@3.8.0
Minor Changes
-
25230cb: Support for additional log formats in diffSummary / log / stashList.
Adds support for the
--numstat
,--name-only
and--name-stat
in addition to the existing--stat
option.
Patch Changes
simple-git@3.7.1
Patch Changes
- adb4346: Resolves issue whereby renamed files no longer appear correctly in the response to
git.status
.
simple-git@3.7.0
simple-git@3.6.0
Minor Changes
- f2fc5c9: Show full commit hash in a
CommitResult
, prior to this changegit.commit
would result in a partial hash in thecommit
property ifcore.abbrev
is unset or has a value under40
. Following this change thecommit
property will contain the full commit hash.
Patch Changes
- c4a2a13: chore(deps): bump minimist from 1.2.5 to 1.2.6
simple-git@3.5.0
Minor Changes
- 2040de6: Resolves potential command injection vulnerability by preventing use of
--upload-pack
ingit.clone
simple-git@3.4.0
Minor Changes
- ed412ef: Use null separators in git.status to allow for non-ascii file names