Releases: steveukx/git-js
Releases · steveukx/git-js
simple-git@3.27.0
Minor Changes
- 52f767b: Add
similarity
to theDiffResultNameStatusFile
interface used when fetching log/diff with the--name-status
option. - 739b0d9: Diff summary includes original name of renamed files when run wiht the
--name-status
option. - bc90e7e: Fixes an issue with reporting name changes in the
files
array returned bygit.status
.
Thank you @mark-codesphere for the contribution.
Patch Changes
- 03e1c64: Resolve error in log parsing when fields have empty values.
simple-git@3.26.0
Minor Changes
- 28d545b: Upgrade build tools and typescript
simple-git@3.25.0
simple-git@3.24.0
Minor Changes
- c355317: Enable the use of a two part custom binary
simple-git@3.23.0
simple-git@3.22.0
Minor Changes
- df14065: add status to DiffResult when using --name-status
simple-git@3.21.0
simple-git@3.20.0
Minor Changes
- 2eda817: Use
pathspec
ingit.log
to allow use of previously deleted files infile
argument
simple-git@3.19.1
Patch Changes
- 2ab1936: keep path splitter without path specs
simple-git@3.19.0
Minor Changes
- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object