Releases: steveukx/git-js
Releases · steveukx/git-js
[email protected]
[email protected]
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]
Patch Changes
- 066b228: Fix overly permissive regex in push parser
[email protected]
[email protected]
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.
[email protected]
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]
Patch Changes
- 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style
1.11.GIT
)
[email protected]
[email protected]
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]
Minor Changes
- bfd652b: Add a new configuration option to enable trimming white-space from the response to
git.raw