1 | # Change Log
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
---|
4 |
|
---|
5 | <a name="3.0.8"></a>
|
---|
6 | ## [3.0.8](https://github.com/npm/hosted-git-info/compare/v3.0.7...v3.0.8) (2021-01-28)
|
---|
7 |
|
---|
8 |
|
---|
9 | ### Bug Fixes
|
---|
10 |
|
---|
11 | * simplify the regular expression for shortcut matching ([bede0dc](https://github.com/npm/hosted-git-info/commit/bede0dc)), closes [#76](https://github.com/npm/hosted-git-info/issues/76)
|
---|
12 |
|
---|
13 |
|
---|
14 |
|
---|
15 | <a name="3.0.7"></a>
|
---|
16 | ## [3.0.7](https://github.com/npm/hosted-git-info/compare/v3.0.6...v3.0.7) (2020-10-15)
|
---|
17 |
|
---|
18 |
|
---|
19 | ### Bug Fixes
|
---|
20 |
|
---|
21 | * correctly filter out urls for tarballs in gitlab ([eb5bd5a](https://github.com/npm/hosted-git-info/commit/eb5bd5a)), closes [#69](https://github.com/npm/hosted-git-info/issues/69)
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 | <a name="3.0.6"></a>
|
---|
26 | ## [3.0.6](https://github.com/npm/hosted-git-info/compare/v3.0.5...v3.0.6) (2020-10-12)
|
---|
27 |
|
---|
28 |
|
---|
29 | ### Bug Fixes
|
---|
30 |
|
---|
31 | * support to github gist legacy hash length ([c067102](https://github.com/npm/hosted-git-info/commit/c067102)), closes [#68](https://github.com/npm/hosted-git-info/issues/68)
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
35 | <a name="3.0.5"></a>
|
---|
36 | ## [3.0.5](https://github.com/npm/hosted-git-info/compare/v3.0.4...v3.0.5) (2020-07-11)
|
---|
37 |
|
---|
38 |
|
---|
39 |
|
---|
40 | <a name="3.0.4"></a>
|
---|
41 | ## [3.0.4](https://github.com/npm/hosted-git-info/compare/v3.0.3...v3.0.4) (2020-02-26)
|
---|
42 |
|
---|
43 |
|
---|
44 | ### Bug Fixes
|
---|
45 |
|
---|
46 | * Do not pass scp-style URLs to the WhatWG url.URL ([0835306](https://github.com/npm/hosted-git-info/commit/0835306)), closes [#60](https://github.com/npm/hosted-git-info/issues/60) [#63](https://github.com/npm/hosted-git-info/issues/63)
|
---|
47 |
|
---|
48 |
|
---|
49 |
|
---|
50 | <a name="3.0.3"></a>
|
---|
51 | ## [3.0.3](https://github.com/npm/hosted-git-info/compare/v3.0.2...v3.0.3) (2020-02-25)
|
---|
52 |
|
---|
53 |
|
---|
54 |
|
---|
55 | <a name="3.0.2"></a>
|
---|
56 | ## [3.0.2](https://github.com/npm/hosted-git-info/compare/v3.0.1...v3.0.2) (2019-10-08)
|
---|
57 |
|
---|
58 |
|
---|
59 | ### Bug Fixes
|
---|
60 |
|
---|
61 | * do not encodeURIComponent the domain ([3e5fbec](https://github.com/npm/hosted-git-info/commit/3e5fbec)), closes [#53](https://github.com/npm/hosted-git-info/issues/53)
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 | <a name="3.0.1"></a>
|
---|
66 | ## [3.0.1](https://github.com/npm/hosted-git-info/compare/v3.0.0...v3.0.1) (2019-10-07)
|
---|
67 |
|
---|
68 |
|
---|
69 | ### Bug Fixes
|
---|
70 |
|
---|
71 | * update pathmatch for gitlab ([e3e3054](https://github.com/npm/hosted-git-info/commit/e3e3054)), closes [#52](https://github.com/npm/hosted-git-info/issues/52)
|
---|
72 | * updated pathmatch for gitlab ([fa87af7](https://github.com/npm/hosted-git-info/commit/fa87af7))
|
---|
73 |
|
---|
74 |
|
---|
75 |
|
---|
76 | <a name="3.0.0"></a>
|
---|
77 | # [3.0.0](https://github.com/npm/hosted-git-info/compare/v2.8.3...v3.0.0) (2019-08-12)
|
---|
78 |
|
---|
79 |
|
---|
80 | ### Bug Fixes
|
---|
81 |
|
---|
82 | * **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([37c2891](https://github.com/npm/hosted-git-info/commit/37c2891)), closes [#38](https://github.com/npm/hosted-git-info/issues/38)
|
---|
83 |
|
---|
84 |
|
---|
85 | ### BREAKING CHANGES
|
---|
86 |
|
---|
87 | * **cache:** Drop support for node 0.x
|
---|
88 |
|
---|
89 |
|
---|
90 |
|
---|
91 | <a name="2.8.3"></a>
|
---|
92 | ## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12)
|
---|
93 |
|
---|
94 |
|
---|
95 |
|
---|
96 | <a name="2.8.2"></a>
|
---|
97 | ## [2.8.2](https://github.com/npm/hosted-git-info/compare/v2.8.1...v2.8.2) (2019-08-05)
|
---|
98 |
|
---|
99 |
|
---|
100 | ### Bug Fixes
|
---|
101 |
|
---|
102 | * http protocol use sshurl by default ([3b1d629](https://github.com/npm/hosted-git-info/commit/3b1d629)), closes [#48](https://github.com/npm/hosted-git-info/issues/48)
|
---|
103 |
|
---|
104 |
|
---|
105 |
|
---|
106 | <a name="2.8.1"></a>
|
---|
107 | ## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05)
|
---|
108 |
|
---|
109 |
|
---|
110 | ### Bug Fixes
|
---|
111 |
|
---|
112 | * ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7))
|
---|
113 | * use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435))
|
---|
114 |
|
---|
115 |
|
---|
116 |
|
---|
117 | <a name="2.8.0"></a>
|
---|
118 | # [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05)
|
---|
119 |
|
---|
120 |
|
---|
121 | ### Bug Fixes
|
---|
122 |
|
---|
123 | * Allow slashes in gitlab project section ([bbcf7b2](https://github.com/npm/hosted-git-info/commit/bbcf7b2)), closes [#46](https://github.com/npm/hosted-git-info/issues/46) [#43](https://github.com/npm/hosted-git-info/issues/43)
|
---|
124 | * **git-host:** disallow URI-encoded slash (%2F) in `path` ([3776fa5](https://github.com/npm/hosted-git-info/commit/3776fa5)), closes [#44](https://github.com/npm/hosted-git-info/issues/44)
|
---|
125 | * **gitlab:** Do not URL encode slashes in project name for GitLab https URL ([cbf04f9](https://github.com/npm/hosted-git-info/commit/cbf04f9)), closes [#47](https://github.com/npm/hosted-git-info/issues/47)
|
---|
126 | * do not allow invalid gist urls ([d5cf830](https://github.com/npm/hosted-git-info/commit/d5cf830))
|
---|
127 | * **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](https://github.com/npm/hosted-git-info/commit/e518222)), closes [#38](https://github.com/npm/hosted-git-info/issues/38)
|
---|
128 |
|
---|
129 |
|
---|
130 | ### Features
|
---|
131 |
|
---|
132 | * give these objects a name ([60abaea](https://github.com/npm/hosted-git-info/commit/60abaea))
|
---|
133 |
|
---|
134 |
|
---|
135 |
|
---|
136 | <a name="2.7.1"></a>
|
---|
137 | ## [2.7.1](https://github.com/npm/hosted-git-info/compare/v2.7.0...v2.7.1) (2018-07-07)
|
---|
138 |
|
---|
139 |
|
---|
140 | ### Bug Fixes
|
---|
141 |
|
---|
142 | * **index:** Guard against non-string types ([5bc580d](https://github.com/npm/hosted-git-info/commit/5bc580d))
|
---|
143 | * **parse:** Crash on strings that parse to having no host ([c931482](https://github.com/npm/hosted-git-info/commit/c931482)), closes [#35](https://github.com/npm/hosted-git-info/issues/35)
|
---|
144 |
|
---|
145 |
|
---|
146 |
|
---|
147 | <a name="2.7.0"></a>
|
---|
148 | # [2.7.0](https://github.com/npm/hosted-git-info/compare/v2.6.1...v2.7.0) (2018-07-06)
|
---|
149 |
|
---|
150 |
|
---|
151 | ### Bug Fixes
|
---|
152 |
|
---|
153 | * **github tarball:** update github tarballtemplate ([6efd582](https://github.com/npm/hosted-git-info/commit/6efd582)), closes [#34](https://github.com/npm/hosted-git-info/issues/34)
|
---|
154 | * **gitlab docs:** switched to lowercase anchors for readmes ([701bcd1](https://github.com/npm/hosted-git-info/commit/701bcd1))
|
---|
155 |
|
---|
156 |
|
---|
157 | ### Features
|
---|
158 |
|
---|
159 | * **all:** Support www. prefixes on hostnames ([3349575](https://github.com/npm/hosted-git-info/commit/3349575)), closes [#32](https://github.com/npm/hosted-git-info/issues/32)
|
---|
160 |
|
---|
161 |
|
---|
162 |
|
---|
163 | <a name="2.6.1"></a>
|
---|
164 | ## [2.6.1](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.6.1) (2018-06-25)
|
---|
165 |
|
---|
166 | ### Bug Fixes
|
---|
167 |
|
---|
168 | * **Revert:** "compat: remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25))" ([cce5a62](https://github.com/npm/hosted-git-info/commit/cce5a62))
|
---|
169 | * **Revert:** "git-host: fix forgotten extend()" ([a815ec9](https://github.com/npm/hosted-git-info/commit/a815ec9))
|
---|
170 |
|
---|
171 |
|
---|
172 |
|
---|
173 | <a name="2.6.0"></a>
|
---|
174 | # [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07)
|
---|
175 |
|
---|
176 |
|
---|
177 | ### Bug Fixes
|
---|
178 |
|
---|
179 | * **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55))
|
---|
180 | * **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b))
|
---|
181 |
|
---|
182 |
|
---|
183 | ### Features
|
---|
184 |
|
---|
185 | * **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb))
|
---|