Skip to content

Releases: npm/git

v4.0.3

01 Nov 19:47
84e361d
Compare
Choose a tag to compare

4.0.3 (2022-11-01)

Dependencies

v4.0.2

26 Oct 19:47
3bf80d8
Compare
Choose a tag to compare

4.0.2 (2022-10-26)

Dependencies

v4.0.1

17 Oct 19:36
d3c86f6
Compare
Choose a tag to compare

4.0.1 (2022-10-17)

Dependencies

v4.0.0

14 Oct 20:40
986886b
Compare
Choose a tag to compare

4.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/git is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

v3.0.2

15 Aug 20:15
4f1fedf
Compare
Choose a tag to compare

3.0.2 (2022-08-15)

Bug Fixes

v3.0.1

05 Apr 19:56
1e1dbd2
Compare
Choose a tag to compare

3.0.1 (2022-04-05)

Bug Fixes

  • replace deprecated String.prototype.substr() (#68) (b146f20)

Dependencies

  • bump @npmcli/promise-spawn from 1.3.2 to 3.0.0 (#69) (d8f4488)
  • update lru-cache requirement from ^7.3.1 to ^7.4.0 (#50) (3beb9a2)
  • update lru-cache requirement from ^7.4.0 to ^7.4.1 (#55) (17c1e8a)
  • update lru-cache requirement from ^7.4.1 to ^7.4.2 (#56) (eeb67f4)
  • update lru-cache requirement from ^7.4.2 to ^7.4.4 (#57) (24dff2f)

@npmcli/git v3.0.0

16 Feb 01:08
a90943a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • this drops support for the log property and all logs are now emitted on the process object via proc-log.
  • this drops support for node10 and non-LTS versions of node12 and node14.

Features

  • use proc-log instead of process.emit and drop support for log property (#41) (70fc3c4)

Dependencies