Steve King/git-js: Release v2.35.2
Name: git-js
Owner: Steve King
Release: simple-git v2.35.2
Released: 2021-02-23
License: MIT
Release Assets:
Bug Fixes
- Progress plugin should request progress events for fetch as well as other common long running tasks. (ea68857)
- upgrade debug from 4.3.1 to 4.3.2 (4b6eda8)
- While use of the
ListLogSummary
type is deprecated in favour of the newLogResult
, the alias type should also support the default genericDefaultLogFields
to allow downstream consumers to upgrade to newer2.x
versions without the need to specify a generic. (508e602), closes #586