Skip to content

Releases: steveukx/git-js

simple-git@3.24.0

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

Minor Changes

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

simple-git@3.23.0

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

simple-git@3.22.0

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

Minor Changes

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

simple-git@3.21.0

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

simple-git@3.20.0

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

simple-git@3.19.1

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

Patch Changes

  • 2ab1936: keep path splitter without path specs

simple-git@3.19.0

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

simple-git@3.18.0

25 Apr 07:42
a52466d
Compare
Choose a tag to compare

Minor Changes

  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.

Patch Changes

  • f54cd0d: Examples and documentation for outputHandler

simple-git@3.17.0

04 Mar 15:00
6752835
Compare
Choose a tag to compare

Minor Changes

  • a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.

simple-git@3.16.1

15 Feb 13:15
c5ac28a
Compare
Choose a tag to compare

Patch Changes

  • 066b228: Fix overly permissive regex in push parser