Skip to content

Releases: steveukx/git-js

simple-git v2.46.0

29 Sep 14:28
9b06cae
Compare
Choose a tag to compare

Features

  • completion plugin (#684) (ecb7bd6)
  • completion plugin to allow configuring when simple-git determines the git tasks to be complete. (ecb7bd6)

simple-git v2.45.1

04 Sep 12:41
6da6494
Compare
Choose a tag to compare

Bug Fixes

  • support progress events in locales other than western european character sets. (8cc42f8)

simple-git v2.45.0

27 Aug 07:26
f54b0f1
Compare
Choose a tag to compare

Features

  • Use author email field that respects mailmap (589d624)

Bug Fixes

  • getConfig always returns null despite values being present in configuration (9fd483a)

simple-git v2.44.0

14 Aug 12:04
Compare
Choose a tag to compare

Features

  • add support for getting the current value of a git configuration setting based on its name. (1d09204)

simple-git v2.43.0

13 Aug 07:58
Compare
Choose a tag to compare

Features

  • task callback types defined as single function type (b0a832c)

simple-git v2.42.0

31 Jul 11:00
Compare
Choose a tag to compare

Features

  • move log task to separate task builder (0712f86)
  • support scope argument in listConfig to return a specific scope's configuration (0685a8b)

simple-git v2.41.2

29 Jul 11:09
Compare
Choose a tag to compare

Bug Fixes

  • use literal true and false in DiffResultTextFile | DiffResultBinaryFile to aid type assertions. (8059099)

simple-git v2.41.1

11 Jul 08:37
0f75aa4
Compare
Choose a tag to compare

Bug Fixes

  • Commit parsing should cater for file names with square brackets (ae81134)

simple-git v2.41.0

11 Jul 08:11
f665caa
Compare
Choose a tag to compare

Features

  • allow setting the scope of git config add to work on the local, global or system configuration. (c7164e7)
  • allow setting the scope of git config add to work on the local, global or system configuration. (00ada06)

simple-git v2.40.0

14 Jun 07:49
9f32df4
Compare
Choose a tag to compare

Features

  • create the spawnOptions plugin to allow setting uid / gid owner for the spawned git child processes. (cc70220)