Releases: npm/git
Releases · npm/git
v5.0.0
5.0.0 (2023-08-14)
⚠️ BREAKING CHANGES
- support for node 14 has been removed
Bug Fixes
a85584b
#143 drop node14 support (@lukekarrys)9ec690b
#143 use lru-cache named export (@lukekarrys)
Dependencies
v4.1.0
4.1.0 (2023-06-06)
Features
f73ed8d
#135 add option to stop git.find at a directory (#135) (@lukekarrys)
Bug Fixes
d5a99e3
#137 dont defaultfind
root
option to anything (@lukekarrys)
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
v3.0.2
v3.0.1
3.0.1 (2022-04-05)
Bug Fixes
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
⚠ BREAKING CHANGES
- this drops support for the
log
property and all logs are now emitted on the process object viaproc-log
. - this drops support for node10 and non-LTS versions of node12 and node14.