Skip to content

Releases: steveukx/git-js

simple-git v2.39.1

09 Jun 08:05
8603971
Compare
Choose a tag to compare

Bug Fixes

  • add types and tests for the documented .exec api (#631) (c9207da)
  • add types and tests for the documented .exec api (c9207da)
  • updates the documentation for mergeFromTo to more closely represent its functionality (see #50 for the original requirement). (dd2244e)

simple-git v2.39.0

13 May 06:41
36db8a4
Compare
Choose a tag to compare

Features

  • git.cwd can now be configured to affect just the chain rather than root instance. (4110662)

simple-git v2.38.1

10 May 07:24
d84a07a
Compare
Choose a tag to compare

Bug Fixes

  • Export GitPluginError from the main package. (2aa7e55), closes #616

simple-git v2.38.0

14 Apr 10:41
cb56da3
Compare
Choose a tag to compare

Features

  • Support enabling / disabling debug logs programmatically. (#610) (c901b9c)

simple-git v2.37.0

15 Mar 19:26
256acf3
Compare
Choose a tag to compare

Features

  • errorDetectionPlugin to handle creating error messages when tasks fail. (c65a419)

simple-git v2.36.2

11 Mar 09:20
31bcf75
Compare
Choose a tag to compare

Bug Fixes

  • Export missing SimpleGitProgressEvent (038870e), closes #601

simple-git v2.36.1

07 Mar 06:43
8423d24
Compare
Choose a tag to compare

Bug Fixes

  • Documentation update for outputHandler (775d81e)
  • Support parsing git.branch where branches have carriage returns in the commit detail. (5b71012)

simple-git v2.36.0

03 Mar 11:45
e002637
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fix broken link in no-response auto-generated comment (16fe73f)

simple-git v2.35.2

23 Feb 22:01
4da9713
Compare
Choose a tag to compare

Bug Fixes

  • Progress plugin should request progress events for fetch as well as other common long running tasks. (ea68857)
  • upgrade debug from 4.3.1 to 4.3.2 (4b6eda8)
  • While use of the ListLogSummary type is deprecated in favour of the new LogResult, the alias type should also support the default generic DefaultLogFields to allow downstream consumers to upgrade to newer 2.x versions without the need to specify a generic. (508e602), closes #586

simple-git v2.35.1

19 Feb 08:42
49281bd
Compare
Choose a tag to compare

Bug Fixes

  • Update documentation for configuring SimpleGit - options should be a Partial<SimpleGitOptions> to allow for supplying just some of its properties. (30523df), closes #580