Git Js Versions Save

A light weight interface for running git commands in any node.js application.

[email protected]

1 year ago

Minor Changes

  • 25230cb: Support for additional log formats in diffSummary / log / stashList.

    Adds support for the --numstat, --name-only and --name-stat in addition to the existing --stat option.

Patch Changes

  • 2cfc16f: Update CI environments to run build and test in node v18, drop node v12 now out of life.
  • 13197f1: Update debug dependency to latest 4.x

[email protected]

2 years ago

Patch Changes

  • adb4346: Resolves issue whereby renamed files no longer appear correctly in the response to git.status.

[email protected]

2 years ago

Minor Changes

  • fa2c7f7: Enable the use of types when loading with module-resolution

Patch Changes

  • 3805f6b: Timeout plugin no longer keeps short lived processes alive until timeout is hit

[email protected]

2 years ago

Minor Changes

  • f2fc5c9: Show full commit hash in a CommitResult, prior to this change git.commit would result in a partial hash in the commit property if core.abbrev is unset or has a value under 40. Following this change the commit property will contain the full commit hash.

Patch Changes

  • c4a2a13: chore(deps): bump minimist from 1.2.5 to 1.2.6

[email protected]

2 years ago

Minor Changes

  • 2040de6: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.clone

[email protected]

2 years ago

Minor Changes

  • ed412ef: Use null separators in git.status to allow for non-ascii file names

[email protected]

2 years ago

Minor Changes

  • d119ec4: Resolves potential command injection vulnerability by preventing use of --upload-pack in git.fetch

[email protected]

2 years ago

Patch Changes

  • 80651d5: Resolve issue in prePublish script

[email protected]

2 years ago

Patch Changes

  • d35987b: Release with changesets

repo-v3.2.0

2 years ago

Features

  • support destructuring in StatusSummary (e37c2a7)