Skip to content

Releases: steveukx/git-js

simple-git v2.35.2

23 Feb 22:01
4da9713

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

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

simple-git v2.35.0

16 Feb 16:00
4443fd8

Choose a tag to compare

Features

simple-git v2.34.2

07 Feb 09:20
91d6bfd

Choose a tag to compare

Bug Fixes

  • fix npm publish token definition (fb066c3)

simple-git v2.34.1

07 Feb 08:29
f27a77f

Choose a tag to compare

Bug Fixes

  • auto-release with release-please (0ed2d96)

simple-git v2.34.0

07 Feb 07:53
0cf4593

Choose a tag to compare

Features

  • refactor git push to TypeScript SimpleGitBase interface (e77ef1b)
  • refactor git push to TypeScript SimpleGitBase interface (0691e85)

simple-git v2.33.0

06 Feb 10:36
98ae881

Choose a tag to compare

Features

  • automate release/changelog with release-please (3848494)
  • split the git.add into the ts SimpleGitApi (14432f9)