Skip to content

Releases: steveukx/git-js

[email protected]

30 Jul 08:21
eeac09e
Compare
Choose a tag to compare

Minor Changes

  • 80d54bd: Added fields updated + deleted branch info to fetch response, closes #823

Patch Changes

  • 75dfcb4: Add prettier configuration and apply formatting throughout.

[email protected]

25 Jun 19:49
2347d48
Compare
Choose a tag to compare

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]

22 Jun 06:39
24a7a71
Compare
Choose a tag to compare

Minor Changes

  • a0d4eb8: Branches that have been checked out as a linked work tree will now be included in the BranchSummary output, with a linkedWorkTree property set to true in the BranchSummaryBranch.

[email protected]

18 Jun 14:48
c6fbb7b
Compare
Choose a tag to compare

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

  • 2cfc16f: Update CI environments to run build and test in node v18, drop node v12 now out of life.
  • 13197f1: Update debug dependency to latest 4.x

[email protected]

23 Apr 16:07
c022042
Compare
Choose a tag to compare

Patch Changes

  • adb4346: Resolves issue whereby renamed files no longer appear correctly in the response to git.status.

[email protected]

19 Apr 14:45
98ea7ca
Compare
Choose a tag to compare

Minor Changes

  • fa2c7f7: Enable the use of types when loading with module-resolution

Patch Changes

  • 3805f6b: Timeout plugin no longer keeps short lived processes alive until timeout is hit

[email protected]

10 Apr 05:16
ed749c6
Compare
Choose a tag to compare

Minor Changes

  • f2fc5c9: Show full commit hash in a CommitResult, prior to this change git.commit would result in a partial hash in the commit property if core.abbrev is unset or has a value under 40. Following this change the commit property will contain the full commit hash.

Patch Changes

  • c4a2a13: chore(deps): bump minimist from 1.2.5 to 1.2.6

[email protected]

29 Mar 06:40
66c903c
Compare
Choose a tag to compare

Minor Changes

  • 2040de6: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.clone

[email protected]

18 Mar 17:15
9bf9baa
Compare
Choose a tag to compare

Minor Changes

  • ed412ef: Use null separators in git.status to allow for non-ascii file names

[email protected]

11 Mar 12:22
94c2462
Compare
Choose a tag to compare

Minor Changes

  • d119ec4: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.fetch