Git Js Versions Save

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

[email protected]

1 year ago

Minor Changes

  • 97fde2c: Support the use of -B in place of the default -b in checkout methods
  • 0a623e5: Adds vulnerability detection to prevent use of --upload-pack and --receive-pack without explicitly opting in.

Patch Changes

  • ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to @stsewd for the suggestion.

[email protected]

1 year ago

Patch Changes

  • de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.

[email protected]

1 year ago

Minor Changes

  • 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new allowUnsafeProtocolOverride property having been enabled.

Patch Changes

  • 7746480: - Upgrade repo dependencies - lerna and jest
    • Include node@19 in the test matrix

[email protected]

1 year ago

Patch Changes

  • 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style 1.11.GIT)

[email protected]

1 year ago

Minor Changes

  • 19029fc: Create the abort plugin to allow cancelling all pending and future tasks.
  • 4259b26: Add .version to return git version information, including whether the git binary is installed.

[email protected]

1 year ago

Minor Changes

  • 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully removed in the next major
  • d0dceda: Allow supplying just one of to/from in the options supplied to git.log

Patch Changes

  • 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future

[email protected]

1 year ago

Minor Changes

  • bfd652b: Add a new configuration option to enable trimming white-space from the response to git.raw

[email protected]

1 year ago

Minor Changes

  • 80d54bd: Added fields updated + deleted branch info to fetch response, closes #823

Patch Changes

  • 75dfcb4: Add prettier configuration and apply formatting throughout.

[email protected]

1 year ago

Minor Changes

  • 2f021e7: Support for importing as an ES module with TypeScript moduleResolution node16 or newer by adding simpleGit as a named export.

[email protected]

1 year ago

Minor Changes

  • a0d4eb8: Branches that have been checked out as a linked work tree will now be included in the BranchSummary output, with a linkedWorkTree property set to true in the BranchSummaryBranch.