Skip to content

Releases: PierreDemailly/node-git

v1.3.1

10 Mar 15:39
b965a74

Choose a tag to compare

What's Changed

  • fix(add): make indexAll & indexAllCurrentDirectory options optional by @PierreDemailly in #76

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Oct 10:13
ccd62d0

Choose a tag to compare

Added

  • Added function currentAuthor() to the API to retrieve current author based on git configuration.

Changed

  • Updated repository: migrated from tap to test_runner, updated deps & GA, docs, ci, imports
  • Cleaned up TODOs

v1.2.0

27 Jun 19:56
1710199

Choose a tag to compare

Added

  • Added function init() to the API to initialize a Git. This function prompt for confirmation if git is already initialized.

v1.1.1

22 Mar 15:34
93d4586

Choose a tag to compare

Fixed

  • currentBranch() doesn't include EOL anymore

v1.1.0

21 Mar 20:18
084453a

Choose a tag to compare

Added

  • Added function currentBranch() to the API to get the current branch name.

v0.1.4

26 Feb 17:05

Choose a tag to compare

What's Changed

  • skipHooks now take a boolean (commit)
  • Added docs
  • Update dependencies
  • Added license

v1.0.3

08 Feb 00:31

Choose a tag to compare

What's Changed

  • chore: added changelog check
  • fix(types): make indexAll options optional

v1.0.2

06 Feb 22:13

Choose a tag to compare

What's Changed

  • Removed unsafe regexs
  • Added docs folder to .gitignore
  • Added standard

v1.0.1

28 Jan 15:10

Choose a tag to compare

v1.0.0

05 Dec 20:56

Choose a tag to compare

What's Changed