9.0.2 (2025-10-08)
9.0.1 (2025-10-07)
6525ea6#311 stop backport branch updates (#311) (@owlstronaut)97fef20#308 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#308) (@dependabot[bot], @npm-cli-bot)
9.0.0 (2025-07-24)
hosted-git-infonow supports node^20.17.0 || >=22.9.0
a0e07cd#302 bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#302) (@dependabot[bot], @owlstronaut)
8.1.0 (2025-04-14)
ac08fe8#296 bump @npmcli/template-oss from 4.23.6 to 4.24.3 (#296) (@dependabot[bot], @npm-cli-bot)
8.0.2 (2024-11-21)
8.0.1 (2024-11-20)
3d55d13#277 fix workflows for new backport branch (#277) (@wraithgar)b3e455f#273 bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#273) (@dependabot[bot], @npm-cli-bot)
8.0.0 (2024-09-03)
hosted-git-infonow supports node^18.17.0 || >=20.5.0
20551b0#268 run template-oss-apply (@hashtagchris)9a3c062#265 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])8f0fa04#266 postinstall for dependabot template-oss PR (@hashtagchris)e0fe523#266 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
7.0.2 (2024-05-04)
f33287c#249 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)7bbdfd8#248 chore: postinstall for dependabot template-oss PR (@lukekarrys)0d4310e#249 postinstall for dependabot template-oss PR (@lukekarrys)2efc69b#248 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
7.0.1 (2023-09-13)
7.0.0 (2023-08-14)
- support for node 14 has been removed
f9f7fde#209 use lru-cache named export (@lukekarrys)c98e908#209 drop node14 support (@lukekarrys)
6.1.1 (2022-10-27)
6.1.0 (2022-10-26)
6.0.0 (2022-10-12)
GitHostnow has a staticaddHostmethod to use instead of manually editing the object fromlib/git-host-info.js.- set default git ref to HEAD
hosted-git-infois now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
9e0ce62#142 refactor (@lukekarrys)89155e8set default git ref to HEAD (@darcyclarke)9ed9c38#162 postinstall for dependabot template-oss PR (@lukekarrys)
61ca7fb#152 parse branch names containing @ (@lukekarrys)3cd4a98ignore colons after hash when correcting scp urls (@lukekarrys)
5.1.0 (2022-08-09)
- add method to get an edit link to a file (ad02952)
- add comments to empty catch blocks for linting (70a770d)
5.0.0 (2022-03-14)
- this drops support for node 10 and non-LTS versions of node 12 and node 14
4.0.0 (2021-03-09)
- rewrite the entire module: all internals have been rewritten to maintain a similar contract but to remove excessive use of regular expressions, unnecessary loops, the custom string templating engine, and various other bits of complexity (c218b9)
- extending with custom providers has changed (c218b9)
3.0.8 (2021-01-28)
3.0.7 (2020-10-15)
3.0.6 (2020-10-12)
3.0.5 (2020-07-11)
3.0.4 (2020-02-26)
3.0.3 (2020-02-25)
3.0.2 (2019-10-08)
3.0.1 (2019-10-07)
3.0.0 (2019-08-12)
- cache: Switch to lru-cache to save ourselves from unlimited memory consumption (37c2891), closes #38
- cache: Drop support for node 0.x
2.8.3 (2019-08-12)
2.8.2 (2019-08-05)
2.8.1 (2019-08-05)
- ignore noCommittish on tarball url generation (5d4a8d7)
- use gist tarball url that works for anonymous gists (1692435)
2.8.0 (2019-08-05)
- Allow slashes in gitlab project section (bbcf7b2), closes #46 #43
- git-host: disallow URI-encoded slash (%2F) in
path(3776fa5), closes #44 - gitlab: Do not URL encode slashes in project name for GitLab https URL (cbf04f9), closes #47
- do not allow invalid gist urls (d5cf830)
- cache: Switch to lru-cache to save ourselves from unlimited memory consumption (e518222), closes #38
- give these objects a name (60abaea)
2.7.1 (2018-07-07)
- index: Guard against non-string types (5bc580d)
- parse: Crash on strings that parse to having no host (c931482), closes #35
2.7.0 (2018-07-06)
- github tarball: update github tarballtemplate (6efd582), closes #34
- gitlab docs: switched to lowercase anchors for readmes (701bcd1)
2.6.1 (2018-06-25)
- Revert: "compat: remove Object.assign fallback (#25)" (cce5a62)
- Revert: "git-host: fix forgotten extend()" (a815ec9)