Skip to content

Releases: steveukx/git-js

[email protected]

19 Sep 12:32
95c556f
Compare
Choose a tag to compare

Minor Changes

  • 52f767b: Add similarity to the DiffResultNameStatusFile 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 by git.status.
    Thank you @mark-codesphere for the contribution.

Patch Changes

  • 03e1c64: Resolve error in log parsing when fields have empty values.

[email protected]

01 Sep 12:35
4297fdc
Compare
Choose a tag to compare

Minor Changes

  • 28d545b: Upgrade build tools and typescript

[email protected]

10 Jun 10:28
Compare
Choose a tag to compare

Minor Changes

  • 0a5378d: Add support for parsing count-objects

Patch Changes

  • 4aceb15: Upgrade dependencies and build tools

[email protected]

28 Mar 19:01
f5196e9
Compare
Choose a tag to compare

Minor Changes

  • c355317: Enable the use of a two part custom binary

[email protected]

17 Mar 08:14
6e7604f
Compare
Choose a tag to compare

Minor Changes

  • 9bfdf08: Bump package manager from yarn v1 to v4

Patch Changes

  • 8a3118d: Fixed a performance issue when parsing stat diff summaries
  • 9f1a174: Update build tools and workflows for Yarn 4 compatibility

[email protected]

29 Dec 09:43
65b9257
Compare
Choose a tag to compare

Minor Changes

  • df14065: add status to DiffResult when using --name-status

[email protected]

20 Nov 07:26
4820ac9
Compare
Choose a tag to compare

Minor Changes

  • 709d80e: Add firstCommit utility interface

Patch Changes

  • b4ab430: Add trailing callback support to git.firstCommit
  • d3f9320: chore(deps): bump @babel/traverse from 7.9.5 to 7.23.2
  • b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1

[email protected]

23 Sep 13:16
8a31c45
Compare
Choose a tag to compare

Minor Changes

  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

[email protected]

26 Jun 10:16
d184c13
Compare
Choose a tag to compare

Patch Changes

  • 2ab1936: keep path splitter without path specs

[email protected]

24 May 19:26
f101061
Compare
Choose a tag to compare

Minor Changes

  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object