Skip to content

Releases: steveukx/git-js

[email protected]

25 Apr 07:42
a52466d
Compare
Choose a tag to compare

Minor Changes

  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.

Patch Changes

  • f54cd0d: Examples and documentation for outputHandler

[email protected]

04 Mar 15:00
6752835
Compare
Choose a tag to compare

Minor Changes

  • a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.

[email protected]

15 Feb 13:15
c5ac28a
Compare
Choose a tag to compare

Patch Changes

  • 066b228: Fix overly permissive regex in push parser

[email protected]

16 Jan 07:16
d716d32
Compare
Choose a tag to compare

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]

30 Nov 15:19
459ec92
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

12 Nov 14:21
e1d66b6
Compare
Choose a tag to compare

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]

17 Sep 14:20
3324eed
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

04 Sep 17:00
0f964ba
Compare
Choose a tag to compare

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]

22 Aug 07:46
1cd0dac
Compare
Choose a tag to compare

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]

08 Aug 09:03
a6168ae
Compare
Choose a tag to compare

Minor Changes

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