Releases: steveukx/git-js
Releases · steveukx/git-js
[email protected]
[email protected]
Minor Changes
- 2f021e7: Support for importing as an ES module with TypeScript moduleResolution
node16
or newer by adding
simpleGit
as a named export.
[email protected]
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
.
[email protected]
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
[email protected]
Patch Changes
- adb4346: Resolves issue whereby renamed files no longer appear correctly in the response to
git.status
.
[email protected]
[email protected]
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
[email protected]
Minor Changes
- 2040de6: Resolves potential command injection vulnerability by preventing use of
--upload-pack
ingit.clone
[email protected]
Minor Changes
- ed412ef: Use null separators in git.status to allow for non-ascii file names
[email protected]
Minor Changes
- d119ec4: Resolves potential command injection vulnerability by preventing use of
--upload-pack
ingit.fetch