html-get 2.9.5 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1328 -0
- package/package.json +2 -2
- package/src/auto-domains.json +11 -11
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1328 @@
|
|
|
1
|
+
# Changelog
|
|
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
|
+
### 2.9.6 (2021-10-25)
|
|
6
|
+
|
|
7
|
+
### [2.9.5](https://github.com/microlinkhq/html-get/compare/v2.9.4...v2.9.5) (2021-09-08)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* ensure reponse is a buffer ([842ed98](https://github.com/microlinkhq/html-get/commit/842ed98f713be107ee7a4b945d89e60376df6209))
|
|
13
|
+
|
|
14
|
+
### [2.9.4](https://github.com/microlinkhq/html-get/compare/v2.9.3...v2.9.4) (2021-09-08)
|
|
15
|
+
|
|
16
|
+
### 2.9.3 (2021-09-04)
|
|
17
|
+
|
|
18
|
+
### 2.9.2 (2021-08-16)
|
|
19
|
+
|
|
20
|
+
### 2.9.1 (2021-08-03)
|
|
21
|
+
|
|
22
|
+
## [2.9.0](https://github.com/microlinkhq/html-get/compare/v2.8.25...v2.9.0) (2021-06-29)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* provide getBrowserless is mandatory ([28bed9a](https://github.com/microlinkhq/html-get/commit/28bed9a7563db6e91961a75e4e4826d607be5ed9))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* linter ([cac07e3](https://github.com/microlinkhq/html-get/commit/cac07e30ac312ca3a20508e5a221510e974ddfeb))
|
|
33
|
+
|
|
34
|
+
### [2.8.25](https://github.com/microlinkhq/html-get/compare/v2.8.24...v2.8.25) (2021-06-25)
|
|
35
|
+
|
|
36
|
+
### [2.8.24](https://github.com/microlinkhq/html-get/compare/v2.8.23...v2.8.24) (2021-06-17)
|
|
37
|
+
|
|
38
|
+
### [2.8.23](https://github.com/microlinkhq/html-get/compare/v2.8.22...v2.8.23) (2021-06-15)
|
|
39
|
+
|
|
40
|
+
### [2.8.22](https://github.com/microlinkhq/html-get/compare/v2.8.21...v2.8.22) (2021-05-31)
|
|
41
|
+
|
|
42
|
+
### [2.8.21](https://github.com/microlinkhq/html-get/compare/v2.8.20...v2.8.21) (2021-03-30)
|
|
43
|
+
|
|
44
|
+
### [2.8.20](https://github.com/microlinkhq/html-get/compare/v2.8.19...v2.8.20) (2021-03-10)
|
|
45
|
+
|
|
46
|
+
### [2.8.19](https://github.com/microlinkhq/html-get/compare/v2.8.18...v2.8.19) (2021-02-24)
|
|
47
|
+
|
|
48
|
+
### [2.8.18](https://github.com/microlinkhq/html-get/compare/v2.8.17...v2.8.18) (2021-02-16)
|
|
49
|
+
|
|
50
|
+
### [2.8.17](https://github.com/microlinkhq/html-get/compare/v2.8.16...v2.8.17) (2021-02-08)
|
|
51
|
+
|
|
52
|
+
### [2.8.16](https://github.com/microlinkhq/html-get/compare/v2.8.15...v2.8.16) (2021-01-30)
|
|
53
|
+
|
|
54
|
+
### [2.8.15](https://github.com/microlinkhq/html-get/compare/v2.8.14...v2.8.15) (2021-01-30)
|
|
55
|
+
|
|
56
|
+
### [2.8.14](https://github.com/microlinkhq/html-get/compare/v2.8.13...v2.8.14) (2021-01-25)
|
|
57
|
+
|
|
58
|
+
### [2.8.13](https://github.com/microlinkhq/html-get/compare/v2.8.12...v2.8.13) (2021-01-12)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* ensure reflected timeout is half timeout ([f6ae775](https://github.com/microlinkhq/html-get/commit/f6ae7758f499c869e8b6b5e3a076df4ac37b4166))
|
|
64
|
+
* setup browserless.evaluate timeout properly ([aa24bb5](https://github.com/microlinkhq/html-get/commit/aa24bb53bffb084ddcbadb53e42a9a73017741eb))
|
|
65
|
+
* setup default timeout when is necessary ([9d8b033](https://github.com/microlinkhq/html-get/commit/9d8b033714323261402101475298772b05e41244))
|
|
66
|
+
|
|
67
|
+
### [2.8.12](https://github.com/microlinkhq/html-get/compare/v2.8.11...v2.8.12) (2020-12-23)
|
|
68
|
+
|
|
69
|
+
### [2.8.11](https://github.com/microlinkhq/html-get/compare/v2.8.10...v2.8.11) (2020-12-17)
|
|
70
|
+
|
|
71
|
+
### [2.8.10](https://github.com/microlinkhq/html-get/compare/v2.8.9...v2.8.10) (2020-11-10)
|
|
72
|
+
|
|
73
|
+
### [2.8.9](https://github.com/microlinkhq/html-get/compare/v2.8.8...v2.8.9) (2020-11-04)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* linter ([987af59](https://github.com/microlinkhq/html-get/commit/987af59d4022c020d82a2bdeaa4f80a837c8f906))
|
|
79
|
+
|
|
80
|
+
### [2.8.8](https://github.com/microlinkhq/html-get/compare/v2.8.7...v2.8.8) (2020-10-21)
|
|
81
|
+
|
|
82
|
+
### [2.8.7](https://github.com/microlinkhq/html-get/compare/v2.8.6...v2.8.7) (2020-10-12)
|
|
83
|
+
|
|
84
|
+
### [2.8.6](https://github.com/microlinkhq/html-get/compare/v2.8.5...v2.8.6) (2020-09-19)
|
|
85
|
+
|
|
86
|
+
### [2.8.5](https://github.com/microlinkhq/html-get/compare/v2.8.4...v2.8.5) (2020-09-16)
|
|
87
|
+
|
|
88
|
+
### [2.8.4](https://github.com/microlinkhq/html-get/compare/v2.8.3...v2.8.4) (2020-09-04)
|
|
89
|
+
|
|
90
|
+
### [2.8.3](https://github.com/microlinkhq/html-get/compare/v2.8.2...v2.8.3) (2020-09-03)
|
|
91
|
+
|
|
92
|
+
### [2.8.2](https://github.com/microlinkhq/html-get/compare/v2.8.1...v2.8.2) (2020-08-24)
|
|
93
|
+
|
|
94
|
+
### [2.8.1](https://github.com/microlinkhq/html-get/compare/v2.8.0...v2.8.1) (2020-08-24)
|
|
95
|
+
|
|
96
|
+
## [2.8.0](https://github.com/microlinkhq/html-get/compare/v2.7.32...v2.8.0) (2020-08-24)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
* add rewriteUrls parameter ([9cd5095](https://github.com/microlinkhq/html-get/commit/9cd5095fa0729078703c4f356175767ab6fb0ab7)), closes [#92](https://github.com/microlinkhq/html-get/issues/92)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* linter ([f5e620c](https://github.com/microlinkhq/html-get/commit/f5e620ce553827789dd486b97716a978483be44e))
|
|
107
|
+
|
|
108
|
+
### [2.7.32](https://github.com/microlinkhq/html-get/compare/v2.7.31...v2.7.32) (2020-08-23)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* handle invalid URLs ([2725796](https://github.com/microlinkhq/html-get/commit/27257965fc89fd989244328204083cad8308fd25))
|
|
114
|
+
|
|
115
|
+
### [2.7.31](https://github.com/microlinkhq/html-get/compare/v2.7.30...v2.7.31) (2020-08-23)
|
|
116
|
+
|
|
117
|
+
### [2.7.30](https://github.com/microlinkhq/html-get/compare/v2.7.29...v2.7.30) (2020-08-11)
|
|
118
|
+
|
|
119
|
+
### [2.7.29](https://github.com/microlinkhq/html-get/compare/v2.7.28...v2.7.29) (2020-07-29)
|
|
120
|
+
|
|
121
|
+
### [2.7.28](https://github.com/microlinkhq/html-get/compare/v2.7.27...v2.7.28) (2020-07-22)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* linter ([6745da7](https://github.com/microlinkhq/html-get/commit/6745da7a973b8e669dff8b58d8c0f1c8719af925))
|
|
127
|
+
|
|
128
|
+
### [2.7.27](https://github.com/microlinkhq/html-get/compare/v2.7.26...v2.7.27) (2020-07-22)
|
|
129
|
+
|
|
130
|
+
### [2.7.26](https://github.com/microlinkhq/html-get/compare/v2.7.25...v2.7.26) (2020-07-20)
|
|
131
|
+
|
|
132
|
+
### [2.7.25](https://github.com/microlinkhq/html-get/compare/v2.7.24...v2.7.25) (2020-07-20)
|
|
133
|
+
|
|
134
|
+
### [2.7.24](https://github.com/microlinkhq/html-get/compare/v2.7.23...v2.7.24) (2020-07-16)
|
|
135
|
+
|
|
136
|
+
### [2.7.23](https://github.com/microlinkhq/html-get/compare/v2.7.22...v2.7.23) (2020-07-09)
|
|
137
|
+
|
|
138
|
+
### [2.7.22](https://github.com/microlinkhq/html-get/compare/v2.7.21...v2.7.22) (2020-07-08)
|
|
139
|
+
|
|
140
|
+
### [2.7.21](https://github.com/microlinkhq/html-get/compare/v2.7.20...v2.7.21) (2020-07-05)
|
|
141
|
+
|
|
142
|
+
### [2.7.20](https://github.com/microlinkhq/html-get/compare/v2.7.19...v2.7.20) (2020-07-04)
|
|
143
|
+
|
|
144
|
+
### [2.7.19](https://github.com/microlinkhq/html-get/compare/v2.7.18...v2.7.19) (2020-06-30)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* linter ([51a77e7](https://github.com/microlinkhq/html-get/commit/51a77e7335e1d2766ca9157de4a32c166003769b))
|
|
150
|
+
|
|
151
|
+
### [2.7.18](https://github.com/microlinkhq/html-get/compare/v2.7.17...v2.7.18) (2020-06-30)
|
|
152
|
+
|
|
153
|
+
### [2.7.17](https://github.com/microlinkhq/html-get/compare/v2.7.16...v2.7.17) (2020-06-25)
|
|
154
|
+
|
|
155
|
+
### [2.7.16](https://github.com/microlinkhq/html-get/compare/v2.7.15...v2.7.16) (2020-06-25)
|
|
156
|
+
|
|
157
|
+
### [2.7.15](https://github.com/microlinkhq/html-get/compare/v2.7.14...v2.7.15) (2020-06-11)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* linter ([59f267b](https://github.com/microlinkhq/html-get/commit/59f267b802ecba4c7e25c32dbcebad827853be87))
|
|
163
|
+
|
|
164
|
+
### [2.7.14](https://github.com/microlinkhq/html-get/compare/v2.7.13...v2.7.14) (2020-06-10)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* explicit disable prerender ([72cfdaf](https://github.com/microlinkhq/html-get/commit/72cfdaf2be42c9e77d4c9c2491ce393f1943c711))
|
|
170
|
+
* linter ([2fc84a1](https://github.com/microlinkhq/html-get/commit/2fc84a10e05d4369eaec5e8eec9b62a011a3f4c9))
|
|
171
|
+
|
|
172
|
+
### [2.7.13](https://github.com/microlinkhq/html-get/compare/v2.7.12...v2.7.13) (2020-06-09)
|
|
173
|
+
|
|
174
|
+
### [2.7.12](https://github.com/microlinkhq/html-get/compare/v2.7.11...v2.7.12) (2020-06-07)
|
|
175
|
+
|
|
176
|
+
### [2.7.11](https://github.com/microlinkhq/html-get/compare/v2.7.10...v2.7.11) (2020-06-07)
|
|
177
|
+
|
|
178
|
+
### [2.7.10](https://github.com/microlinkhq/html-get/compare/v2.7.9...v2.7.10) (2020-06-07)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
* avoid rewrite inline javascript ([b6baa7c](https://github.com/microlinkhq/html-get/commit/b6baa7c4793be75b9e70547876ba0f289110070e))
|
|
184
|
+
|
|
185
|
+
### [2.7.9](https://github.com/microlinkhq/html-get/compare/v2.7.8...v2.7.9) (2020-06-07)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* use new keyword ([8c7d28f](https://github.com/microlinkhq/html-get/commit/8c7d28fb50f6c6de9e23a08c9ecb698300eaebac))
|
|
191
|
+
|
|
192
|
+
### [2.7.8](https://github.com/microlinkhq/html-get/compare/v2.7.7...v2.7.8) (2020-06-07)
|
|
193
|
+
|
|
194
|
+
### [2.7.7](https://github.com/microlinkhq/html-get/compare/v2.7.6...v2.7.7) (2020-06-07)
|
|
195
|
+
|
|
196
|
+
### [2.7.6](https://github.com/microlinkhq/html-get/compare/v2.7.5...v2.7.6) (2020-06-06)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Bug Fixes
|
|
200
|
+
|
|
201
|
+
* linter ([7e1d3c1](https://github.com/microlinkhq/html-get/commit/7e1d3c1f01e86a7febc991318d98dd7c07ef82dc))
|
|
202
|
+
|
|
203
|
+
### [2.7.5](https://github.com/microlinkhq/html-get/compare/v2.7.4...v2.7.5) (2020-06-06)
|
|
204
|
+
|
|
205
|
+
### [2.7.4](https://github.com/microlinkhq/html-get/compare/v2.7.3...v2.7.4) (2020-06-06)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
* ensure to don't rewrite selectors into urls ([a9aecd6](https://github.com/microlinkhq/html-get/commit/a9aecd6d5ef7e204b2fd19821dd25b20ff1a20a7))
|
|
211
|
+
* linter ([89d3777](https://github.com/microlinkhq/html-get/commit/89d3777e82dc8b38cf9e34d050eb58d51634d27b))
|
|
212
|
+
|
|
213
|
+
### [2.7.3](https://github.com/microlinkhq/html-get/compare/v2.7.2...v2.7.3) (2020-06-03)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Bug Fixes
|
|
217
|
+
|
|
218
|
+
* better way to handle a date ([673cf3c](https://github.com/microlinkhq/html-get/commit/673cf3ca5d41123fa0f096043126c7ab9d3b4a5f))
|
|
219
|
+
|
|
220
|
+
### [2.7.2](https://github.com/microlinkhq/html-get/compare/v2.7.1...v2.7.2) (2020-06-03)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Bug Fixes
|
|
224
|
+
|
|
225
|
+
* linter ([2f31844](https://github.com/microlinkhq/html-get/commit/2f31844788a7a3de52b1da66ac2d2494420b1f1a))
|
|
226
|
+
|
|
227
|
+
### [2.7.1](https://github.com/microlinkhq/html-get/compare/v2.7.0...v2.7.1) (2020-06-03)
|
|
228
|
+
|
|
229
|
+
## [2.7.0](https://github.com/microlinkhq/html-get/compare/v2.6.3...v2.7.0) (2020-06-03)
|
|
230
|
+
|
|
231
|
+
### [2.6.3](https://github.com/microlinkhq/html-get/compare/v2.6.2...v2.6.3) (2020-06-01)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
* linter ([028bc8e](https://github.com/microlinkhq/html-get/commit/028bc8ea29f4aae3c9744b13997c269831950b61))
|
|
237
|
+
* prevent inject twice ([ec9720a](https://github.com/microlinkhq/html-get/commit/ec9720a7e27b11b2008cbe25a53ca0c8c3d2d165))
|
|
238
|
+
|
|
239
|
+
### [2.6.2](https://github.com/microlinkhq/html-get/compare/v2.6.1...v2.6.2) (2020-06-01)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
* linter ([10f3945](https://github.com/microlinkhq/html-get/commit/10f3945235105e479fa12900edab6636d404cf0c))
|
|
245
|
+
|
|
246
|
+
### [2.6.1](https://github.com/microlinkhq/html-get/compare/v2.6.0...v2.6.1) (2020-06-01)
|
|
247
|
+
|
|
248
|
+
## [2.6.0](https://github.com/microlinkhq/html-get/compare/v2.5.0...v2.6.0) (2020-06-01)
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Features
|
|
252
|
+
|
|
253
|
+
* rewrite urls inside css ([52ff754](https://github.com/microlinkhq/html-get/commit/52ff75443be91c6b0b2b8277465511d7337ddefa))
|
|
254
|
+
|
|
255
|
+
## [2.5.0](https://github.com/microlinkhq/html-get/compare/v2.4.18...v2.5.0) (2020-06-01)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Features
|
|
259
|
+
|
|
260
|
+
* remove non necessary he dependency ([d2a33ae](https://github.com/microlinkhq/html-get/commit/d2a33ae9723be5fcae22218d570b1dc5a4f088f0))
|
|
261
|
+
* rewrite urls into absolute ([29efdb9](https://github.com/microlinkhq/html-get/commit/29efdb98e868b6e7b79b8f4438f0799322f29efc))
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* linter ([820e019](https://github.com/microlinkhq/html-get/commit/820e01936fa8c23c568fec9a0d78b6b71901b0bc))
|
|
267
|
+
|
|
268
|
+
### [2.4.18](https://github.com/microlinkhq/html-get/compare/v2.4.16...v2.4.18) (2020-05-31)
|
|
269
|
+
|
|
270
|
+
### [2.4.17](https://github.com/microlinkhq/html-get/compare/v2.4.16...v2.4.17) (2020-05-31)
|
|
271
|
+
|
|
272
|
+
### [2.4.16](https://github.com/microlinkhq/html-get/compare/v2.4.15...v2.4.16) (2020-05-30)
|
|
273
|
+
|
|
274
|
+
### [2.4.15](https://github.com/microlinkhq/html-get/compare/v2.4.14...v2.4.15) (2020-05-25)
|
|
275
|
+
|
|
276
|
+
### [2.4.14](https://github.com/microlinkhq/html-get/compare/v2.4.13...v2.4.14) (2020-05-25)
|
|
277
|
+
|
|
278
|
+
### [2.4.13](https://github.com/microlinkhq/html-get/compare/v2.4.12...v2.4.13) (2020-05-25)
|
|
279
|
+
|
|
280
|
+
### [2.4.12](https://github.com/microlinkhq/html-get/compare/v2.4.11...v2.4.12) (2020-05-19)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Bug Fixes
|
|
284
|
+
|
|
285
|
+
* remove .only ([ef498da](https://github.com/microlinkhq/html-get/commit/ef498da1ab94bd63ced63cb109b79559370a39a5))
|
|
286
|
+
|
|
287
|
+
### [2.4.11](https://github.com/microlinkhq/html-get/compare/v2.4.10...v2.4.11) (2020-05-18)
|
|
288
|
+
|
|
289
|
+
### [2.4.10](https://github.com/microlinkhq/html-get/compare/v2.4.9...v2.4.10) (2020-05-16)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* linter ([4a64268](https://github.com/microlinkhq/html-get/commit/4a642682e3550eae881750527dbeb5d237193fac))
|
|
295
|
+
|
|
296
|
+
### [2.4.9](https://github.com/microlinkhq/html-get/compare/v2.4.8...v2.4.9) (2020-05-10)
|
|
297
|
+
|
|
298
|
+
### [2.4.8](https://github.com/microlinkhq/html-get/compare/v2.4.7...v2.4.8) (2020-05-08)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* bind req properly ([b9982ff](https://github.com/microlinkhq/html-get/commit/b9982ff0b5e2a909e086a68b45b9e2a2ad727ad8))
|
|
304
|
+
* linter ([a45c748](https://github.com/microlinkhq/html-get/commit/a45c74881fa8e93b0873abd26bd0aaa7d130027b))
|
|
305
|
+
|
|
306
|
+
### [2.4.7](https://github.com/microlinkhq/html-get/compare/v2.4.6...v2.4.7) (2020-05-04)
|
|
307
|
+
|
|
308
|
+
### [2.4.6](https://github.com/microlinkhq/html-get/compare/v2.4.5...v2.4.6) (2020-04-26)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* linter ([3ef2d33](https://github.com/microlinkhq/html-get/commit/3ef2d33618f8d241c99c74a52e2993cc6f47089f))
|
|
314
|
+
|
|
315
|
+
### [2.4.5](https://github.com/microlinkhq/html-get/compare/v2.4.4...v2.4.5) (2020-04-21)
|
|
316
|
+
|
|
317
|
+
### [2.4.4](https://github.com/microlinkhq/html-get/compare/v2.4.3...v2.4.4) (2020-04-16)
|
|
318
|
+
|
|
319
|
+
### [2.4.3](https://github.com/microlinkhq/html-get/compare/v2.4.2...v2.4.3) (2020-03-26)
|
|
320
|
+
|
|
321
|
+
### [2.4.2](https://github.com/microlinkhq/html-get/compare/v2.4.1...v2.4.2) (2020-03-12)
|
|
322
|
+
|
|
323
|
+
### [2.4.1](https://github.com/microlinkhq/html-get/compare/v2.4.0...v2.4.1) (2020-03-06)
|
|
324
|
+
|
|
325
|
+
## [2.4.0](https://github.com/microlinkhq/html-get/compare/v2.3.10...v2.4.0) (2020-03-06)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
* expose status code ([b66c1e0](https://github.com/microlinkhq/html-get/commit/b66c1e0365690f0526540f1e612c5f9b97f6b430))
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* linter ([b70ae44](https://github.com/microlinkhq/html-get/commit/b70ae44a17e45994b3f1324f2c69aa87a4c56072))
|
|
336
|
+
|
|
337
|
+
### [2.3.10](https://github.com/microlinkhq/html-get/compare/v2.3.9...v2.3.10) (2020-02-25)
|
|
338
|
+
|
|
339
|
+
### [2.3.9](https://github.com/microlinkhq/html-get/compare/v2.3.8...v2.3.9) (2020-02-23)
|
|
340
|
+
|
|
341
|
+
### [2.3.8](https://github.com/microlinkhq/html-get/compare/v2.3.7...v2.3.8) (2020-02-23)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Bug Fixes
|
|
345
|
+
|
|
346
|
+
* linter ([7aa80e5](https://github.com/microlinkhq/html-get/commit/7aa80e5de99effa89da00bdb824f73e62055744a))
|
|
347
|
+
* setup shell ([25695a6](https://github.com/microlinkhq/html-get/commit/25695a68fc913b5872c85434ec1d93f5da5bae9f))
|
|
348
|
+
* throw an abort error if response is not present ([78fd15f](https://github.com/microlinkhq/html-get/commit/78fd15fa0a0ba3974b65829a6974e97e413bd6db))
|
|
349
|
+
|
|
350
|
+
### [2.3.7](https://github.com/microlinkhq/html-get/compare/v2.3.6...v2.3.7) (2020-02-21)
|
|
351
|
+
|
|
352
|
+
### [2.3.6](https://github.com/microlinkhq/html-get/compare/v2.3.5...v2.3.6) (2020-02-19)
|
|
353
|
+
|
|
354
|
+
### [2.3.5](https://github.com/microlinkhq/html-get/compare/v2.3.4...v2.3.5) (2020-02-19)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
* cli url ([ee41128](https://github.com/microlinkhq/html-get/commit/ee411282c1fd63ae4b87609852c19d3f529f4907))
|
|
360
|
+
|
|
361
|
+
### [2.3.4](https://github.com/microlinkhq/html-get/compare/v2.3.3...v2.3.4) (2020-02-14)
|
|
362
|
+
|
|
363
|
+
### [2.3.3](https://github.com/microlinkhq/html-get/compare/v2.3.2...v2.3.3) (2020-02-10)
|
|
364
|
+
|
|
365
|
+
### [2.3.2](https://github.com/microlinkhq/html-get/compare/v2.3.1...v2.3.2) (2020-02-07)
|
|
366
|
+
|
|
367
|
+
### [2.3.1](https://github.com/microlinkhq/html-get/compare/v2.3.0...v2.3.1) (2020-02-02)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
* linter ([73e0d17](https://github.com/microlinkhq/html-get/commit/73e0d17dd8ee8db253425521418e7d42e5a6a1c1))
|
|
373
|
+
|
|
374
|
+
## [2.3.0](https://github.com/microlinkhq/html-get/compare/v2.2.33...v2.3.0) (2020-02-02)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Features
|
|
378
|
+
|
|
379
|
+
* update dependencies ([fb9ea1e](https://github.com/microlinkhq/html-get/commit/fb9ea1e2b4c8389b8e6166f2ad849224a945d61e))
|
|
380
|
+
|
|
381
|
+
### [2.2.33](https://github.com/microlinkhq/html-get/compare/v2.2.32...v2.2.33) (2020-01-16)
|
|
382
|
+
|
|
383
|
+
### [2.2.32](https://github.com/microlinkhq/html-get/compare/v2.2.31...v2.2.32) (2020-01-08)
|
|
384
|
+
|
|
385
|
+
### [2.2.31](https://github.com/microlinkhq/html-get/compare/v2.2.30...v2.2.31) (2020-01-02)
|
|
386
|
+
|
|
387
|
+
### [2.2.30](https://github.com/microlinkhq/html-get/compare/v2.2.29...v2.2.30) (2019-11-09)
|
|
388
|
+
|
|
389
|
+
### [2.2.29](https://github.com/microlinkhq/html-get/compare/v2.2.28...v2.2.29) (2019-11-01)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Bug Fixes
|
|
393
|
+
|
|
394
|
+
* linter ([a7f40fe](https://github.com/microlinkhq/html-get/commit/a7f40fe39ed195dc71bc3500cd29bc0ca1ddf996))
|
|
395
|
+
|
|
396
|
+
### [2.2.28](https://github.com/microlinkhq/html-get/compare/v2.2.27...v2.2.28) (2019-10-31)
|
|
397
|
+
|
|
398
|
+
### [2.2.27](https://github.com/microlinkhq/html-get/compare/v2.2.26...v2.2.27) (2019-10-14)
|
|
399
|
+
|
|
400
|
+
### [2.2.26](https://github.com/microlinkhq/html-get/compare/v2.2.25...v2.2.26) (2019-10-03)
|
|
401
|
+
|
|
402
|
+
### [2.2.25](https://github.com/microlinkhq/html-get/compare/v2.2.24...v2.2.25) (2019-10-02)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Build System
|
|
406
|
+
|
|
407
|
+
* round ms ([af68289](https://github.com/microlinkhq/html-get/commit/af68289))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### [2.2.24](https://github.com/microlinkhq/html-get/compare/v2.2.23...v2.2.24) (2019-09-30)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Build System
|
|
415
|
+
|
|
416
|
+
* add wikipedia ([c08d0a7](https://github.com/microlinkhq/html-get/commit/c08d0a7))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### [2.2.23](https://github.com/microlinkhq/html-get/compare/v2.2.22...v2.2.23) (2019-09-25)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Build System
|
|
424
|
+
|
|
425
|
+
* **deps:** update tldts requirement from ~5.4.1 to ~5.5.0 ([0b3f7c0](https://github.com/microlinkhq/html-get/commit/0b3f7c0))
|
|
426
|
+
* **deps:** update tldts requirement from ~5.4.1 to ~5.5.0 ([#57](https://github.com/microlinkhq/html-get/issues/57)) ([cc7dfe8](https://github.com/microlinkhq/html-get/commit/cc7dfe8))
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### [2.2.22](https://github.com/microlinkhq/html-get/compare/v2.2.21...v2.2.22) (2019-09-23)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Build System
|
|
434
|
+
|
|
435
|
+
* update dependencies ([0593ab3](https://github.com/microlinkhq/html-get/commit/0593ab3))
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### [2.2.21](https://github.com/microlinkhq/html-get/compare/v2.2.20...v2.2.21) (2019-09-13)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Build System
|
|
443
|
+
|
|
444
|
+
* **deps:** update @metascraper/helpers requirement ([15a4f36](https://github.com/microlinkhq/html-get/commit/15a4f36))
|
|
445
|
+
* **deps:** update @metascraper/helpers requirement from ~5.6.6… ([#56](https://github.com/microlinkhq/html-get/issues/56)) ([d84a9f7](https://github.com/microlinkhq/html-get/commit/d84a9f7))
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### [2.2.20](https://github.com/microlinkhq/html-get/compare/v2.2.19...v2.2.20) (2019-09-02)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Build System
|
|
453
|
+
|
|
454
|
+
* tweak timeout timing ([657aecc](https://github.com/microlinkhq/html-get/commit/657aecc))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### [2.2.19](https://github.com/microlinkhq/html-get/compare/v2.2.18...v2.2.19) (2019-08-29)
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### [2.2.18](https://github.com/microlinkhq/html-get/compare/v2.2.17...v2.2.18) (2019-08-29)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### [2.2.17](https://github.com/microlinkhq/html-get/compare/v2.2.16...v2.2.17) (2019-08-29)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### [2.2.16](https://github.com/microlinkhq/html-get/compare/v2.2.15...v2.2.16) (2019-08-29)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Build System
|
|
474
|
+
|
|
475
|
+
* update dependencies ([cde658b](https://github.com/microlinkhq/html-get/commit/cde658b))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### [2.2.15](https://github.com/microlinkhq/html-get/compare/v2.2.14...v2.2.15) (2019-08-25)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Build System
|
|
483
|
+
|
|
484
|
+
* increment default timeout ([9609527](https://github.com/microlinkhq/html-get/commit/9609527))
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### [2.2.14](https://github.com/microlinkhq/html-get/compare/v2.2.13...v2.2.14) (2019-08-12)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Build System
|
|
492
|
+
|
|
493
|
+
* **deps:** update reachable-url requirement from ~1.1.8 to ~1.2… ([#54](https://github.com/microlinkhq/html-get/issues/54)) ([dffcb50](https://github.com/microlinkhq/html-get/commit/dffcb50))
|
|
494
|
+
* **deps:** update reachable-url requirement from ~1.1.8 to ~1.2.0 ([1c6d216](https://github.com/microlinkhq/html-get/commit/1c6d216))
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### [2.2.13](https://github.com/microlinkhq/html-get/compare/v2.2.12...v2.2.13) (2019-08-12)
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
### Build System
|
|
502
|
+
|
|
503
|
+
* set html charset ([1ec92ad](https://github.com/microlinkhq/html-get/commit/1ec92ad))
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### [2.2.12](https://github.com/microlinkhq/html-get/compare/v2.2.11...v2.2.12) (2019-07-31)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Build System
|
|
511
|
+
|
|
512
|
+
* **deps:** update write-json-file requirement from ~4.1.0 to ~4… ([#53](https://github.com/microlinkhq/html-get/issues/53)) ([f62afa6](https://github.com/microlinkhq/html-get/commit/f62afa6))
|
|
513
|
+
* **deps:** update write-json-file requirement from ~4.1.0 to ~4.2.0 ([452fcfa](https://github.com/microlinkhq/html-get/commit/452fcfa))
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### [2.2.11](https://github.com/microlinkhq/html-get/compare/v2.2.10...v2.2.11) (2019-07-11)
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### Build System
|
|
521
|
+
|
|
522
|
+
* **deps:** update @metascraper/helpers requirement ([fa8e5c8](https://github.com/microlinkhq/html-get/commit/fa8e5c8))
|
|
523
|
+
* **deps:** update @metascraper/helpers requirement from ~5.5.0… ([#52](https://github.com/microlinkhq/html-get/issues/52)) ([33a2583](https://github.com/microlinkhq/html-get/commit/33a2583))
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### [2.2.10](https://github.com/microlinkhq/html-get/compare/v2.2.9...v2.2.10) (2019-07-04)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Build System
|
|
531
|
+
|
|
532
|
+
* **deps:** update tldts requirement from ~5.1.0 to ~5.3.0 ([c778854](https://github.com/microlinkhq/html-get/commit/c778854))
|
|
533
|
+
* **deps:** update tldts requirement from ~5.1.0 to ~5.3.0 ([#51](https://github.com/microlinkhq/html-get/issues/51)) ([425dfe5](https://github.com/microlinkhq/html-get/commit/425dfe5))
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### [2.2.9](https://github.com/microlinkhq/html-get/compare/v2.2.8...v2.2.9) (2019-06-30)
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
### [2.2.8](https://github.com/microlinkhq/html-get/compare/v2.2.7...v2.2.8) (2019-06-30)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Bug Fixes
|
|
545
|
+
|
|
546
|
+
* text --> txt ([a9c6f24](https://github.com/microlinkhq/html-get/commit/a9c6f24))
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### [2.2.7](https://github.com/microlinkhq/html-get/compare/v2.2.6...v2.2.7) (2019-06-21)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Build System
|
|
554
|
+
|
|
555
|
+
* update dependencies ([82e61b8](https://github.com/microlinkhq/html-get/commit/82e61b8))
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### [2.2.6](https://github.com/microlinkhq/html-get/compare/v2.2.5...v2.2.6) (2019-06-20)
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
### Build System
|
|
563
|
+
|
|
564
|
+
* add more html compatible mime types ([4a2d392](https://github.com/microlinkhq/html-get/commit/4a2d392))
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### [2.2.5](https://github.com/microlinkhq/html-get/compare/v2.2.4...v2.2.5) (2019-06-19)
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
### Build System
|
|
572
|
+
|
|
573
|
+
* update travis ([92ad2df](https://github.com/microlinkhq/html-get/commit/92ad2df))
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### [2.2.4](https://github.com/microlinkhq/html-get/compare/v2.2.3...v2.2.4) (2019-06-12)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Build System
|
|
581
|
+
|
|
582
|
+
* update dependencies ([f0ff053](https://github.com/microlinkhq/html-get/commit/f0ff053))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### [2.2.3](https://github.com/microlinkhq/html-get/compare/v2.2.2...v2.2.3) (2019-06-12)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Build System
|
|
590
|
+
|
|
591
|
+
* update dependencies ([c256817](https://github.com/microlinkhq/html-get/commit/c256817))
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### [2.2.2](https://github.com/microlinkhq/html-get/compare/v2.2.1...v2.2.2) (2019-06-12)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Bug Fixes
|
|
599
|
+
|
|
600
|
+
* setup default content type ([00615c4](https://github.com/microlinkhq/html-get/commit/00615c4))
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Tests
|
|
604
|
+
|
|
605
|
+
* update ([aaa7107](https://github.com/microlinkhq/html-get/commit/aaa7107))
|
|
606
|
+
* use a valid mp4 video url ([5b1ecfd](https://github.com/microlinkhq/html-get/commit/5b1ecfd))
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### [2.2.1](https://github.com/microlinkhq/html-get/compare/v2.2.0...v2.2.1) (2019-05-31)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Build System
|
|
614
|
+
|
|
615
|
+
* remove pass host ([43f3af3](https://github.com/microlinkhq/html-get/commit/43f3af3))
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
## [2.2.0](https://github.com/microlinkhq/html-get/compare/v2.1.5...v2.2.0) (2019-05-30)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Features
|
|
623
|
+
|
|
624
|
+
* expose .getDomainWithoutSuffix method ([c1d87da](https://github.com/microlinkhq/html-get/commit/c1d87da))
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### [2.1.5](https://github.com/microlinkhq/html-get/compare/v2.1.4...v2.1.5) (2019-05-20)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Build System
|
|
632
|
+
|
|
633
|
+
* change git-authors-cli position ([d75aedd](https://github.com/microlinkhq/html-get/commit/d75aedd))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### [2.1.4](https://github.com/microlinkhq/html-get/compare/v2.1.3...v2.1.4) (2019-05-17)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
* require URL constructor ([72a4bc3](https://github.com/microlinkhq/html-get/commit/72a4bc3))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### [2.1.3](https://github.com/microlinkhq/html-get/compare/v2.1.2...v2.1.3) (2019-05-17)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Build System
|
|
650
|
+
|
|
651
|
+
* determinate host from reachable url ([4c468d7](https://github.com/microlinkhq/html-get/commit/4c468d7))
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### [2.1.2](https://github.com/microlinkhq/html-get/compare/v2.1.0...v2.1.2) (2019-05-16)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Bug Fixes
|
|
659
|
+
|
|
660
|
+
* add scripts to files ([4fc3cb8](https://github.com/microlinkhq/html-get/commit/4fc3cb8))
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
### Build System
|
|
664
|
+
|
|
665
|
+
* short error log ([f08a9ee](https://github.com/microlinkhq/html-get/commit/f08a9ee))
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### [2.1.1](https://github.com/microlinkhq/html-get/compare/v2.1.0...v2.1.1) (2019-05-16)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Bug Fixes
|
|
673
|
+
|
|
674
|
+
* add scripts to files ([4fc3cb8](https://github.com/microlinkhq/html-get/commit/4fc3cb8))
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
<a name="2.1.0"></a>
|
|
679
|
+
# [2.1.0](https://github.com/microlinkhq/html-get/compare/v2.0.18...v2.1.0) (2019-05-16)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Features
|
|
683
|
+
|
|
684
|
+
* Improve domains auto detection ([#50](https://github.com/microlinkhq/html-get/issues/50)) ([782446d](https://github.com/microlinkhq/html-get/commit/782446d))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
## [2.0.18](https://github.com/microlinkhq/html-get/compare/v2.0.17...v2.0.18) (2019-05-09)
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
### Build System
|
|
692
|
+
|
|
693
|
+
* update copy ([8c6306e](https://github.com/microlinkhq/html-get/commit/8c6306e))
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
### [2.0.17](https://github.com/Kikobeats/html-get/compare/v2.0.16...v2.0.17) (2019-05-07)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Bug Fixes
|
|
701
|
+
|
|
702
|
+
* **package:** update @metascraper/helpers to version 5.1.0 ([7bff17c](https://github.com/Kikobeats/html-get/commit/7bff17c))
|
|
703
|
+
* **package:** update @metascraper/helpers to version 5.2.0 ([e3eef70](https://github.com/Kikobeats/html-get/commit/e3eef70))
|
|
704
|
+
* **package:** update time-span to version 3.1.0 ([1001609](https://github.com/Kikobeats/html-get/commit/1001609))
|
|
705
|
+
* command ([fc18507](https://github.com/Kikobeats/html-get/commit/fc18507))
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Build System
|
|
709
|
+
|
|
710
|
+
* add og:type as metadata ([57bd613](https://github.com/Kikobeats/html-get/commit/57bd613))
|
|
711
|
+
* add og:type as metadata ([#48](https://github.com/Kikobeats/html-get/issues/48)) ([32c45bb](https://github.com/Kikobeats/html-get/commit/32c45bb))
|
|
712
|
+
* update dependencies ([70ca8f1](https://github.com/Kikobeats/html-get/commit/70ca8f1))
|
|
713
|
+
* use html detection based on file type ([c5e099e](https://github.com/Kikobeats/html-get/commit/c5e099e))
|
|
714
|
+
* use html detection based on headers and content ([27d52c6](https://github.com/Kikobeats/html-get/commit/27d52c6))
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
<a name="2.0.16"></a>
|
|
719
|
+
## [2.0.16](https://github.com/microlinkhq/html-get/compare/v2.0.15...v2.0.16) (2019-04-01)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
<a name="2.0.15"></a>
|
|
724
|
+
## [2.0.15](https://github.com/microlinkhq/html-get/compare/v2.0.14...v2.0.15) (2019-03-31)
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Bug Fixes
|
|
728
|
+
|
|
729
|
+
* **package:** update mem to version 4.3.0 ([a13ff0c](https://github.com/microlinkhq/html-get/commit/a13ff0c))
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
<a name="2.0.14"></a>
|
|
734
|
+
## [2.0.14](https://github.com/microlinkhq/html-get/compare/v2.0.13...v2.0.14) (2019-03-31)
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
### Bug Fixes
|
|
738
|
+
|
|
739
|
+
* **package:** update p-cancelable to version 2.0.0 ([1543cf1](https://github.com/microlinkhq/html-get/commit/1543cf1))
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
<a name="2.0.13"></a>
|
|
744
|
+
## [2.0.13](https://github.com/microlinkhq/html-get/compare/v2.0.12...v2.0.13) (2019-03-26)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Bug Fixes
|
|
748
|
+
|
|
749
|
+
* don't throw an error on cancel ([98cddef](https://github.com/microlinkhq/html-get/commit/98cddef))
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
<a name="2.0.12"></a>
|
|
754
|
+
## [2.0.12](https://github.com/microlinkhq/html-get/compare/v2.0.10...v2.0.12) (2019-03-17)
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Bug Fixes
|
|
758
|
+
|
|
759
|
+
* **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 5.0.0 ([138879a](https://github.com/microlinkhq/html-get/commit/138879a))
|
|
760
|
+
* **package:** update mem to version 4.2.0 ([60f8b90](https://github.com/microlinkhq/html-get/commit/60f8b90))
|
|
761
|
+
* **package:** update p-cancelable to version 1.1.0 ([2631d34](https://github.com/microlinkhq/html-get/commit/2631d34))
|
|
762
|
+
* **package:** update time-span to version 3.0.0 ([b53deef](https://github.com/microlinkhq/html-get/commit/b53deef))
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
<a name="2.0.11"></a>
|
|
767
|
+
## [2.0.11](https://github.com/microlinkhq/html-get/compare/v2.0.10...v2.0.11) (2019-03-08)
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### Bug Fixes
|
|
771
|
+
|
|
772
|
+
* **package:** update p-cancelable to version 1.1.0 ([2631d34](https://github.com/microlinkhq/html-get/commit/2631d34))
|
|
773
|
+
* **package:** update time-span to version 3.0.0 ([b53deef](https://github.com/microlinkhq/html-get/commit/b53deef))
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
<a name="2.0.10"></a>
|
|
778
|
+
## [2.0.10](https://github.com/microlinkhq/html-get/compare/v2.0.9...v2.0.10) (2019-01-25)
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
### Bug Fixes
|
|
782
|
+
|
|
783
|
+
* remove timeout ([a02046f](https://github.com/microlinkhq/html-get/commit/a02046f)), closes [#13](https://github.com/microlinkhq/html-get/issues/13)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
<a name="2.0.9"></a>
|
|
788
|
+
## [2.0.9](https://github.com/microlinkhq/html-get/compare/v2.0.8...v2.0.9) (2019-01-17)
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
### Bug Fixes
|
|
792
|
+
|
|
793
|
+
* **package:** update got to version 9.6.0 ([bcb3b9e](https://github.com/microlinkhq/html-get/commit/bcb3b9e))
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
<a name="2.0.8"></a>
|
|
798
|
+
## [2.0.8](https://github.com/microlinkhq/html-get/compare/v2.0.7...v2.0.8) (2019-01-14)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Bug Fixes
|
|
802
|
+
|
|
803
|
+
* add missing dev dependency ([26b51ca](https://github.com/microlinkhq/html-get/commit/26b51ca))
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
<a name="2.0.7"></a>
|
|
808
|
+
## [2.0.7](https://github.com/microlinkhq/html-get/compare/v2.0.6...v2.0.7) (2019-01-10)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### Bug Fixes
|
|
812
|
+
|
|
813
|
+
* **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.9.0 ([14bf5f0](https://github.com/microlinkhq/html-get/commit/14bf5f0))
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
<a name="2.0.6"></a>
|
|
818
|
+
## [2.0.6](https://github.com/microlinkhq/html-get/compare/v2.0.5...v2.0.6) (2019-01-07)
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Bug Fixes
|
|
822
|
+
|
|
823
|
+
* **package:** update browserless to version 5.1.0 ([338d339](https://github.com/microlinkhq/html-get/commit/338d339))
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
<a name="2.0.5"></a>
|
|
828
|
+
## [2.0.5](https://github.com/microlinkhq/html-get/compare/v2.0.4...v2.0.5) (2019-01-07)
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
### Bug Fixes
|
|
832
|
+
|
|
833
|
+
* **package:** update browserless to version 5.0.0 ([f946861](https://github.com/microlinkhq/html-get/commit/f946861))
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
<a name="2.0.4"></a>
|
|
838
|
+
## [2.0.4](https://github.com/microlinkhq/html-get/compare/v2.0.3...v2.0.4) (2018-12-19)
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
<a name="2.0.3"></a>
|
|
843
|
+
## [2.0.3](https://github.com/microlinkhq/html-get/compare/v2.0.2...v2.0.3) (2018-12-19)
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
### Bug Fixes
|
|
847
|
+
|
|
848
|
+
* **package:** update got to version 9.5.0 ([3780bf7](https://github.com/microlinkhq/html-get/commit/3780bf7))
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
<a name="2.0.2"></a>
|
|
853
|
+
## [2.0.2](https://github.com/microlinkhq/html-get/compare/v2.0.1...v2.0.2) (2018-12-17)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Bug Fixes
|
|
857
|
+
|
|
858
|
+
* correct html markup ([2c1f925](https://github.com/microlinkhq/html-get/commit/2c1f925))
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
<a name="2.0.1"></a>
|
|
863
|
+
## [2.0.1](https://github.com/microlinkhq/html-get/compare/v2.0.0...v2.0.1) (2018-12-16)
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
### Bug Fixes
|
|
867
|
+
|
|
868
|
+
* remove og image from template ([96d139b](https://github.com/microlinkhq/html-get/commit/96d139b))
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
<a name="2.0.0"></a>
|
|
873
|
+
# [2.0.0](https://github.com/microlinkhq/html-get/compare/v1.6.5...v2.0.0) (2018-12-16)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Features
|
|
877
|
+
|
|
878
|
+
* Ensure to resolve media URLs ([61aee97](https://github.com/microlinkhq/html-get/commit/61aee97))
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
### BREAKING CHANGES
|
|
882
|
+
|
|
883
|
+
* Rename fetchMode → getMode
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
<a name="1.6.5"></a>
|
|
888
|
+
## [1.6.5](https://github.com/microlinkhq/html-get/compare/v1.6.4...v1.6.5) (2018-12-11)
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
### Bug Fixes
|
|
892
|
+
|
|
893
|
+
* require url ([6981590](https://github.com/microlinkhq/html-get/commit/6981590))
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
<a name="1.6.4"></a>
|
|
898
|
+
## [1.6.4](https://github.com/microlinkhq/html-get/compare/v1.6.3...v1.6.4) (2018-12-11)
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
<a name="1.6.3"></a>
|
|
903
|
+
## [1.6.3](https://github.com/microlinkhq/html-get/compare/v1.6.2...v1.6.3) (2018-12-11)
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
### Bug Fixes
|
|
907
|
+
|
|
908
|
+
* **package:** update got to version 9.4.0 ([5a2f3dd](https://github.com/microlinkhq/html-get/commit/5a2f3dd))
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
<a name="1.6.2"></a>
|
|
913
|
+
## [1.6.2](https://github.com/microlinkhq/html-get/compare/v1.6.1...v1.6.2) (2018-12-01)
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
### Bug Fixes
|
|
917
|
+
|
|
918
|
+
* increase timeout ([ae81e61](https://github.com/microlinkhq/html-get/commit/ae81e61))
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
<a name="1.6.1"></a>
|
|
923
|
+
## [1.6.1](https://github.com/microlinkhq/html-get/compare/v1.6.0...v1.6.1) (2018-12-01)
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
### Bug Fixes
|
|
927
|
+
|
|
928
|
+
* ensure call cancel fn properly ([ee0d9fe](https://github.com/microlinkhq/html-get/commit/ee0d9fe))
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
<a name="1.6.0"></a>
|
|
933
|
+
# [1.6.0](https://github.com/microlinkhq/html-get/compare/v1.5.1...v1.6.0) (2018-11-30)
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### Features
|
|
937
|
+
|
|
938
|
+
* better url encoding ([07b3990](https://github.com/microlinkhq/html-get/commit/07b3990))
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<a name="1.5.1"></a>
|
|
943
|
+
## [1.5.1](https://github.com/microlinkhq/html-get/compare/v1.5.0...v1.5.1) (2018-11-19)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Bug Fixes
|
|
947
|
+
|
|
948
|
+
* add bin folder to npm ([f1f3cf3](https://github.com/microlinkhq/html-get/commit/f1f3cf3))
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
<a name="1.5.0"></a>
|
|
953
|
+
# [1.5.0](https://github.com/microlinkhq/html-get/compare/v1.4.5...v1.5.0) (2018-11-19)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
### Features
|
|
957
|
+
|
|
958
|
+
* add cli ([aeff0a4](https://github.com/microlinkhq/html-get/commit/aeff0a4))
|
|
959
|
+
* ensure url is encoded ([8ae42b3](https://github.com/microlinkhq/html-get/commit/8ae42b3))
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
<a name="1.4.5"></a>
|
|
964
|
+
## [1.4.5](https://github.com/microlinkhq/html-get/compare/v1.4.4...v1.4.5) (2018-11-17)
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
### Bug Fixes
|
|
968
|
+
|
|
969
|
+
* ensure to decode HTML entities ([d47fd4e](https://github.com/microlinkhq/html-get/commit/d47fd4e))
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
<a name="1.4.4"></a>
|
|
974
|
+
## [1.4.4](https://github.com/microlinkhq/html-get/compare/v1.4.3...v1.4.4) (2018-11-17)
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
<a name="1.4.3"></a>
|
|
979
|
+
## [1.4.3](https://github.com/microlinkhq/html-get/compare/v1.4.2...v1.4.3) (2018-11-15)
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
### Bug Fixes
|
|
983
|
+
|
|
984
|
+
* **package:** update browserless to version 4.2.0 ([25085e4](https://github.com/microlinkhq/html-get/commit/25085e4))
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
<a name="1.4.2"></a>
|
|
989
|
+
## [1.4.2](https://github.com/microlinkhq/html-get/compare/v1.4.1...v1.4.2) (2018-10-30)
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
### Bug Fixes
|
|
993
|
+
|
|
994
|
+
* **package:** update got to version 9.3.0 ([39d8774](https://github.com/microlinkhq/html-get/commit/39d8774))
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
<a name="1.4.1"></a>
|
|
999
|
+
## 1.4.1 (2018-10-30)
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
<a name="1.4.0"></a>
|
|
1004
|
+
# 1.4.0 (2018-10-24)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
<a name="1.3.6"></a>
|
|
1009
|
+
## 1.3.6 (2018-10-23)
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
### Bug Fixes
|
|
1013
|
+
|
|
1014
|
+
* remove youtube from auto domains ([5f20ed0](https://github.com/microlinkhq/html-get/commit/5f20ed0))
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
<a name="1.3.5"></a>
|
|
1019
|
+
## 1.3.5 (2018-10-23)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
<a name="1.3.4"></a>
|
|
1024
|
+
## 1.3.4 (2018-10-23)
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
<a name="1.3.3"></a>
|
|
1029
|
+
## 1.3.3 (2018-10-14)
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
<a name="1.3.2"></a>
|
|
1034
|
+
## 1.3.2 (2018-10-09)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
<a name="1.3.1"></a>
|
|
1039
|
+
## 1.3.1 (2018-10-09)
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
<a name="1.3.0"></a>
|
|
1044
|
+
# 1.3.0 (2018-09-25)
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
<a name="1.2.0"></a>
|
|
1049
|
+
# 1.2.0 (2018-09-23)
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
<a name="1.1.3"></a>
|
|
1054
|
+
## 1.1.3 (2018-09-23)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
<a name="1.1.2"></a>
|
|
1059
|
+
## 1.1.2 (2018-09-18)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
<a name="1.1.1"></a>
|
|
1064
|
+
## 1.1.1 (2018-09-16)
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
<a name="1.1.0"></a>
|
|
1069
|
+
# 1.1.0 (2018-09-12)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
<a name="1.0.11"></a>
|
|
1074
|
+
## 1.0.11 (2018-09-10)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
### Bug Fixes
|
|
1078
|
+
|
|
1079
|
+
* **package:** update got to version 9.2.0 ([183ec72](https://github.com/microlinkhq/html-get/commit/183ec72))
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
<a name="1.0.10"></a>
|
|
1084
|
+
## 1.0.10 (2018-08-29)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
### Bug Fixes
|
|
1088
|
+
|
|
1089
|
+
* **package:** update browserless to version 4.1.0 ([bb9b68c](https://github.com/microlinkhq/html-get/commit/bb9b68c))
|
|
1090
|
+
* **package:** update got to version 9.1.0 ([065bd3d](https://github.com/microlinkhq/html-get/commit/065bd3d))
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
<a name="1.0.9"></a>
|
|
1095
|
+
## 1.0.9 (2018-08-07)
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
### Bug Fixes
|
|
1099
|
+
|
|
1100
|
+
* **package:** update got to version 9.0.0 ([33e5d52](https://github.com/microlinkhq/html-get/commit/33e5d52))
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
<a name="1.0.8"></a>
|
|
1105
|
+
## 1.0.8 (2018-07-23)
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
<a name="1.0.7"></a>
|
|
1110
|
+
## 1.0.7 (2018-06-30)
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
<a name="1.0.6"></a>
|
|
1115
|
+
## 1.0.6 (2018-06-29)
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
<a name="1.0.5"></a>
|
|
1120
|
+
## 1.0.5 (2018-06-29)
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
<a name="1.0.4"></a>
|
|
1125
|
+
## 1.0.4 (2018-06-29)
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
<a name="1.4.0"></a>
|
|
1130
|
+
# 1.4.0 (2018-10-24)
|
|
1131
|
+
|
|
1132
|
+
* Add debug logs ([c419eed](https://github.com/microlinkhq/html-get/commit/c419eed))
|
|
1133
|
+
* Add timeout for ping ([db1913f](https://github.com/microlinkhq/html-get/commit/db1913f))
|
|
1134
|
+
* Add url resolution ([43fa92c](https://github.com/microlinkhq/html-get/commit/43fa92c))
|
|
1135
|
+
* Adjust timeouts ([c5da87e](https://github.com/microlinkhq/html-get/commit/c5da87e))
|
|
1136
|
+
* Release 1.3.7 ([d429c89](https://github.com/microlinkhq/html-get/commit/d429c89))
|
|
1137
|
+
* Update scripts ([24b93f1](https://github.com/microlinkhq/html-get/commit/24b93f1))
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
<a name="1.3.7"></a>
|
|
1142
|
+
## 1.3.7 (2018-10-24)
|
|
1143
|
+
|
|
1144
|
+
* Add debug logs ([c419eed](https://github.com/microlinkhq/html-get/commit/c419eed))
|
|
1145
|
+
* Add timeout for ping ([db1913f](https://github.com/microlinkhq/html-get/commit/db1913f))
|
|
1146
|
+
* Add url resolution ([43fa92c](https://github.com/microlinkhq/html-get/commit/43fa92c))
|
|
1147
|
+
* Adjust timeouts ([c5da87e](https://github.com/microlinkhq/html-get/commit/c5da87e))
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
<a name="1.3.6"></a>
|
|
1152
|
+
## 1.3.6 (2018-10-23)
|
|
1153
|
+
|
|
1154
|
+
* fix: remove youtube from auto domains ([5f20ed0](https://github.com/microlinkhq/html-get/commit/5f20ed0))
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
<a name="1.3.5"></a>
|
|
1159
|
+
## 1.3.5 (2018-10-23)
|
|
1160
|
+
|
|
1161
|
+
* Migrate linter staged ([3b140f9](https://github.com/microlinkhq/html-get/commit/3b140f9))
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
<a name="1.3.4"></a>
|
|
1166
|
+
## 1.3.4 (2018-10-23)
|
|
1167
|
+
|
|
1168
|
+
* Increment prerender time to 8s ([342f4ce](https://github.com/microlinkhq/html-get/commit/342f4ce))
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
<a name="1.3.3"></a>
|
|
1173
|
+
## 1.3.3 (2018-10-14)
|
|
1174
|
+
|
|
1175
|
+
* Ensure always return domain ([07e4184](https://github.com/microlinkhq/html-get/commit/07e4184))
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
<a name="1.3.2"></a>
|
|
1180
|
+
## 1.3.2 (2018-10-09)
|
|
1181
|
+
|
|
1182
|
+
* Remove Amazon ([99f4481](https://github.com/microlinkhq/html-get/commit/99f4481))
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
<a name="1.3.1"></a>
|
|
1187
|
+
## 1.3.1 (2018-10-09)
|
|
1188
|
+
|
|
1189
|
+
* Add Amazon as fetch mode ([bebb03c](https://github.com/microlinkhq/html-get/commit/bebb03c))
|
|
1190
|
+
* Update dependencies ([1bae7ef](https://github.com/microlinkhq/html-get/commit/1bae7ef))
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
<a name="1.3.0"></a>
|
|
1195
|
+
# 1.3.0 (2018-09-25)
|
|
1196
|
+
|
|
1197
|
+
* Use timeout for version ([2664d51](https://github.com/microlinkhq/html-get/commit/2664d51))
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
<a name="1.2.0"></a>
|
|
1202
|
+
# 1.2.0 (2018-09-23)
|
|
1203
|
+
|
|
1204
|
+
* Sort domains based on ranking ([d905800](https://github.com/microlinkhq/html-get/commit/d905800))
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
<a name="1.1.3"></a>
|
|
1209
|
+
## 1.1.3 (2018-09-23)
|
|
1210
|
+
|
|
1211
|
+
* Bind context ([ae0971b](https://github.com/microlinkhq/html-get/commit/ae0971b))
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
<a name="1.1.2"></a>
|
|
1216
|
+
## 1.1.2 (2018-09-18)
|
|
1217
|
+
|
|
1218
|
+
* Resolve req properly under prerender timeout ([c63ebe9](https://github.com/microlinkhq/html-get/commit/c63ebe9))
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
<a name="1.1.1"></a>
|
|
1223
|
+
## 1.1.1 (2018-09-16)
|
|
1224
|
+
|
|
1225
|
+
* Reflect fetch on prerender ([ea2d230](https://github.com/microlinkhq/html-get/commit/ea2d230))
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
<a name="1.1.0"></a>
|
|
1230
|
+
# 1.1.0 (2018-09-12)
|
|
1231
|
+
|
|
1232
|
+
* Add hard timeout ([c0e39b3](https://github.com/microlinkhq/html-get/commit/c0e39b3))
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
<a name="1.0.11"></a>
|
|
1237
|
+
## 1.0.11 (2018-09-10)
|
|
1238
|
+
|
|
1239
|
+
* Lock standard version ([1ce4e76](https://github.com/microlinkhq/html-get/commit/1ce4e76))
|
|
1240
|
+
* Reflect fetch mode used on the output ([5d926fe](https://github.com/microlinkhq/html-get/commit/5d926fe))
|
|
1241
|
+
* fix(package): update got to version 9.2.0 ([183ec72](https://github.com/microlinkhq/html-get/commit/183ec72))
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
<a name="1.0.10"></a>
|
|
1246
|
+
## 1.0.10 (2018-08-29)
|
|
1247
|
+
|
|
1248
|
+
* fix(package): update browserless to version 4.1.0 ([bb9b68c](https://github.com/microlinkhq/html-get/commit/bb9b68c))
|
|
1249
|
+
* fix(package): update got to version 9.1.0 ([065bd3d](https://github.com/microlinkhq/html-get/commit/065bd3d))
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
<a name="1.0.9"></a>
|
|
1254
|
+
## 1.0.9 (2018-08-07)
|
|
1255
|
+
|
|
1256
|
+
* fix(package): update got to version 9.0.0 ([33e5d52](https://github.com/microlinkhq/html-get/commit/33e5d52))
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
<a name="1.0.8"></a>
|
|
1261
|
+
## 1.0.8 (2018-07-23)
|
|
1262
|
+
|
|
1263
|
+
* Fix cancel fetch ([aff43a4](https://github.com/microlinkhq/html-get/commit/aff43a4))
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
<a name="1.0.7"></a>
|
|
1268
|
+
## 1.0.7 (2018-06-30)
|
|
1269
|
+
|
|
1270
|
+
* Fix typo ([126a8d2](https://github.com/microlinkhq/html-get/commit/126a8d2))
|
|
1271
|
+
* Update deps ([aa08a96](https://github.com/microlinkhq/html-get/commit/aa08a96))
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
<a name="1.0.6"></a>
|
|
1276
|
+
## 1.0.6 (2018-06-29)
|
|
1277
|
+
|
|
1278
|
+
* Unify browserless instance ([40aae0e](https://github.com/microlinkhq/html-get/commit/40aae0e))
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
<a name="1.0.5"></a>
|
|
1283
|
+
## 1.0.5 (2018-06-29)
|
|
1284
|
+
|
|
1285
|
+
* Rename ([a6240ec](https://github.com/microlinkhq/html-get/commit/a6240ec))
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
<a name="1.0.4"></a>
|
|
1290
|
+
## 1.0.4 (2018-06-29)
|
|
1291
|
+
|
|
1292
|
+
* Lazy browserless initialization ([47f69da](https://github.com/microlinkhq/html-get/commit/47f69da))
|
|
1293
|
+
* Update ([184ae17](https://github.com/microlinkhq/html-get/commit/184ae17))
|
|
1294
|
+
* Update copy ([af3d011](https://github.com/microlinkhq/html-get/commit/af3d011))
|
|
1295
|
+
* Update README.md ([df3799b](https://github.com/microlinkhq/html-get/commit/df3799b))
|
|
1296
|
+
* docs(readme): add Greenkeeper badge ([b80cd1e](https://github.com/microlinkhq/html-get/commit/b80cd1e))
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
<a name="1.0.3"></a>
|
|
1301
|
+
## 1.0.3 (2018-06-28)
|
|
1302
|
+
|
|
1303
|
+
* Expose create browserless ([7b487e5](https://github.com/microlinkhq/html-get/commit/7b487e5))
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
<a name="1.0.2"></a>
|
|
1308
|
+
## 1.0.2 (2018-06-28)
|
|
1309
|
+
|
|
1310
|
+
* Add puppeteer as peer dependency ([48b0ec8](https://github.com/microlinkhq/html-get/commit/48b0ec8))
|
|
1311
|
+
* Update README.md ([4425c3c](https://github.com/microlinkhq/html-get/commit/4425c3c))
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
<a name="1.0.1"></a>
|
|
1316
|
+
## 1.0.1 (2018-06-26)
|
|
1317
|
+
|
|
1318
|
+
* Add default puppeteer config ([373f8c4](https://github.com/microlinkhq/html-get/commit/373f8c4))
|
|
1319
|
+
* Update README.md ([7661915](https://github.com/microlinkhq/html-get/commit/7661915))
|
|
1320
|
+
* Update README.md ([fd93e9a](https://github.com/microlinkhq/html-get/commit/fd93e9a))
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
<a name="1.0.0"></a>
|
|
1325
|
+
# 1.0.0 (2018-06-26)
|
|
1326
|
+
|
|
1327
|
+
* First commit ([f60248e](https://github.com/microlinkhq/html-get/commit/f60248e))
|
|
1328
|
+
* Rename ([800d199](https://github.com/microlinkhq/html-get/commit/800d199))
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "html-get",
|
|
3
3
|
"description": "Get the HTML from any website, using prerendering when is necessary.",
|
|
4
4
|
"homepage": "https://nicedoc.com/microlinkhq/html-get",
|
|
5
|
-
"version": "2.9.
|
|
5
|
+
"version": "2.9.6",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"html-get": "bin/index.js"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"request"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@metascraper/helpers": "~5.
|
|
32
|
+
"@metascraper/helpers": "~5.25.0",
|
|
33
33
|
"cheerio": "~1.0.0-rc.10",
|
|
34
34
|
"css-url-regex": "~4.0.0",
|
|
35
35
|
"debug-logfmt": "~1.0.4",
|
package/src/auto-domains.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
[
|
|
2
2
|
"google",
|
|
3
|
-
"apple",
|
|
4
3
|
"youtube",
|
|
4
|
+
"apple",
|
|
5
5
|
"microsoft",
|
|
6
6
|
"wordpress",
|
|
7
7
|
"wikipedia",
|
|
8
|
-
"vimeo",
|
|
9
8
|
"github",
|
|
9
|
+
"vimeo",
|
|
10
10
|
"blogspot",
|
|
11
|
+
"imdb",
|
|
12
|
+
"nytimes",
|
|
11
13
|
"bbc",
|
|
12
14
|
"theguardian",
|
|
13
|
-
"imdb",
|
|
14
15
|
"slideshare",
|
|
15
|
-
"nytimes",
|
|
16
|
-
"soundcloud",
|
|
17
|
-
"huffingtonpost",
|
|
18
16
|
"telegraph",
|
|
19
17
|
"pinterest",
|
|
20
|
-
"
|
|
18
|
+
"huffingtonpost",
|
|
19
|
+
"soundcloud",
|
|
21
20
|
"stackoverflow",
|
|
21
|
+
"eventbrite",
|
|
22
22
|
"zoom",
|
|
23
|
+
"yelp",
|
|
23
24
|
"techcrunch",
|
|
24
|
-
"engadget",
|
|
25
|
-
"eventbrite",
|
|
26
25
|
"spotify",
|
|
27
26
|
"theverge",
|
|
28
|
-
"
|
|
29
|
-
"csdn",
|
|
27
|
+
"engadget",
|
|
30
28
|
"digg",
|
|
29
|
+
"csdn",
|
|
31
30
|
"etsy",
|
|
32
31
|
"flickr",
|
|
33
32
|
"ghost",
|
|
33
|
+
"giphy",
|
|
34
34
|
"imgur",
|
|
35
35
|
"meetup",
|
|
36
36
|
"producthunt",
|