html-urls 2.4.26 → 2.4.29

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.
Files changed (2) hide show
  1. package/package.json +10 -11
  2. package/CHANGELOG.md +0 -529
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "html-urls",
3
3
  "description": "Get all links from a HTML markup",
4
4
  "homepage": "https://nicedoc.io/Kikobeats/html-urls",
5
- "version": "2.4.26",
5
+ "version": "2.4.29",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -27,7 +27,7 @@
27
27
  "urls"
28
28
  ],
29
29
  "dependencies": {
30
- "@metascraper/helpers": "~5.24.0",
30
+ "@metascraper/helpers": "~5.25.0",
31
31
  "cheerio": "~1.0.0-rc.10",
32
32
  "is-uri": "~1.2.0",
33
33
  "is-url-http": "~2.2.4",
@@ -37,14 +37,14 @@
37
37
  "devDependencies": {
38
38
  "@commitlint/cli": "latest",
39
39
  "@commitlint/config-conventional": "latest",
40
+ "c8": "latest",
40
41
  "ci-publish": "latest",
41
42
  "conventional-github-releaser": "latest",
42
43
  "finepack": "latest",
43
44
  "git-authors-cli": "latest",
44
- "lint-staged": "latest",
45
45
  "mocha": "latest",
46
+ "nano-staged": "latest",
46
47
  "npm-check-updates": "latest",
47
- "nyc": "latest",
48
48
  "prettier-standard": "latest",
49
49
  "should": "latest",
50
50
  "simple-git-hooks": "latest",
@@ -62,7 +62,6 @@
62
62
  "scripts": {
63
63
  "clean": "rm -rf node_modules",
64
64
  "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
65
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
66
65
  "lint": "standard-markdown README.md && standard",
67
66
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
68
67
  "prerelease": "npm run update:check && npm run contributors",
@@ -71,7 +70,7 @@
71
70
  "release": "standard-version -a",
72
71
  "release:github": "conventional-github-releaser -p angular",
73
72
  "release:tags": "git push --follow-tags origin HEAD:master",
74
- "test": "nyc mocha",
73
+ "test": "c8 mocha",
75
74
  "update": "ncu -u",
76
75
  "update:check": "ncu -- --error-level 2"
77
76
  },
@@ -81,20 +80,20 @@
81
80
  "@commitlint/config-conventional"
82
81
  ]
83
82
  },
84
- "lint-staged": {
85
- "package.json": [
86
- "finepack"
87
- ],
83
+ "nano-staged": {
88
84
  "*.js,!*.min.js,": [
89
85
  "prettier-standard"
90
86
  ],
91
87
  "*.md": [
92
88
  "standard-markdown"
89
+ ],
90
+ "package.json": [
91
+ "finepack"
93
92
  ]
94
93
  },
95
94
  "simple-git-hooks": {
96
95
  "commit-msg": "npx commitlint --edit",
97
- "pre-commit": "npx lint-staged"
96
+ "pre-commit": "npx nano-staged"
98
97
  },
99
98
  "standard": {
100
99
  "env": [
package/CHANGELOG.md DELETED
@@ -1,529 +0,0 @@
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.4.26 (2021-08-03)
6
-
7
- ### 2.4.25 (2021-08-03)
8
-
9
- ### 2.4.24 (2021-07-26)
10
-
11
- ### [2.4.23](https://github.com/Kikobeats/html-urls/compare/v2.4.22...v2.4.23) (2021-05-31)
12
-
13
- ### [2.4.22](https://github.com/Kikobeats/html-urls/compare/v2.4.21...v2.4.22) (2021-03-10)
14
-
15
- ### [2.4.21](https://github.com/Kikobeats/html-urls/compare/v2.4.20...v2.4.21) (2021-03-02)
16
-
17
- ### [2.4.20](https://github.com/Kikobeats/html-urls/compare/v2.4.19...v2.4.20) (2021-02-08)
18
-
19
- ### [2.4.19](https://github.com/Kikobeats/html-urls/compare/v2.4.18...v2.4.19) (2020-12-23)
20
-
21
- ### [2.4.18](https://github.com/Kikobeats/html-urls/compare/v2.4.17...v2.4.18) (2020-12-17)
22
-
23
- ### [2.4.17](https://github.com/Kikobeats/html-urls/compare/v2.4.16...v2.4.17) (2020-12-04)
24
-
25
- ### [2.4.16](https://github.com/Kikobeats/html-urls/compare/v2.4.15...v2.4.16) (2020-11-10)
26
-
27
- ### [2.4.15](https://github.com/Kikobeats/html-urls/compare/v2.4.14...v2.4.15) (2020-10-12)
28
-
29
- ### [2.4.14](https://github.com/Kikobeats/html-urls/compare/v2.4.13...v2.4.14) (2020-08-11)
30
-
31
- ### [2.4.13](https://github.com/Kikobeats/html-urls/compare/v2.4.12...v2.4.13) (2020-07-29)
32
-
33
- ### [2.4.12](https://github.com/Kikobeats/html-urls/compare/v2.4.11...v2.4.12) (2020-07-09)
34
-
35
- ### [2.4.11](https://github.com/Kikobeats/html-urls/compare/v2.4.10...v2.4.11) (2020-04-27)
36
-
37
- ### [2.4.10](https://github.com/Kikobeats/html-urls/compare/v2.4.9...v2.4.10) (2020-03-05)
38
-
39
- ### [2.4.9](https://github.com/Kikobeats/html-urls/compare/v2.4.8...v2.4.9) (2020-02-14)
40
-
41
- ### [2.4.8](https://github.com/Kikobeats/html-urls/compare/v2.4.7...v2.4.8) (2020-02-06)
42
-
43
- ### [2.4.7](https://github.com/Kikobeats/html-urls/compare/v2.4.6...v2.4.7) (2020-02-04)
44
-
45
- ### [2.4.6](https://github.com/Kikobeats/html-urls/compare/v2.4.5...v2.4.6) (2020-02-04)
46
-
47
- ### [2.4.5](https://github.com/Kikobeats/html-urls/compare/v2.4.4...v2.4.5) (2020-01-16)
48
-
49
- ### [2.4.4](https://github.com/Kikobeats/html-urls/compare/v2.4.3...v2.4.4) (2020-01-08)
50
-
51
- ### [2.4.3](https://github.com/Kikobeats/html-urls/compare/v2.4.2...v2.4.3) (2019-11-19)
52
-
53
- ### [2.4.2](https://github.com/Kikobeats/html-urls/compare/v2.4.1...v2.4.2) (2019-11-11)
54
-
55
- ### [2.4.1](https://github.com/Kikobeats/html-urls/compare/v2.4.0...v2.4.1) (2019-09-25)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * test ([5e56f83](https://github.com/Kikobeats/html-urls/commit/5e56f83))
61
-
62
- ## [2.4.0](https://github.com/Kikobeats/html-urls/compare/v2.3.16...v2.4.0) (2019-09-24)
63
-
64
-
65
- ### Features
66
-
67
- * add uri support ([a629c99](https://github.com/Kikobeats/html-urls/commit/a629c99))
68
-
69
- ### [2.3.16](https://github.com/Kikobeats/html-urls/compare/v2.3.15...v2.3.16) (2019-09-24)
70
-
71
- ### [2.3.15](https://github.com/Kikobeats/html-urls/compare/v2.3.14...v2.3.15) (2019-09-13)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * params sort ([cd6e1e8](https://github.com/Kikobeats/html-urls/commit/cd6e1e8))
77
-
78
- ### [2.3.14](https://github.com/Kikobeats/html-urls/compare/v2.3.13...v2.3.14) (2019-07-11)
79
-
80
-
81
-
82
- ### [2.3.13](https://github.com/Kikobeats/html-urls/compare/v2.3.12...v2.3.13) (2019-07-04)
83
-
84
-
85
-
86
- ### [2.3.12](https://github.com/Kikobeats/html-urls/compare/v2.3.11...v2.3.12) (2019-06-20)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * **package:** update @metascraper/helpers to version 5.5.0 ([d34e750](https://github.com/Kikobeats/html-urls/commit/d34e750))
92
-
93
-
94
-
95
- ### [2.3.11](https://github.com/Kikobeats/html-urls/compare/v2.3.10...v2.3.11) (2019-06-19)
96
-
97
-
98
- ### Build System
99
-
100
- * update meta ([039f381](https://github.com/Kikobeats/html-urls/commit/039f381))
101
- * update travis ([c742644](https://github.com/Kikobeats/html-urls/commit/c742644))
102
-
103
-
104
-
105
- ### [2.3.10](https://github.com/Kikobeats/html-urls/compare/v2.3.9...v2.3.10) (2019-05-31)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * **package:** update @metascraper/helpers to version 5.4.0 ([17e3c0d](https://github.com/Kikobeats/html-urls/commit/17e3c0d))
111
-
112
-
113
-
114
- ### [2.3.9](https://github.com/Kikobeats/html-urls/compare/v2.3.8...v2.3.9) (2019-05-20)
115
-
116
-
117
- ### Build System
118
-
119
- * change git-authors-cli position ([ded4a00](https://github.com/Kikobeats/html-urls/commit/ded4a00))
120
-
121
-
122
-
123
- ### [2.3.8](https://github.com/Kikobeats/html-urls/compare/v2.3.7...v2.3.8) (2019-05-20)
124
-
125
-
126
- ### Bug Fixes
127
-
128
- * **package:** update is-url-http to version 1.2.0 ([386be98](https://github.com/Kikobeats/html-urls/commit/386be98))
129
-
130
-
131
-
132
- ### [2.3.7](https://github.com/Kikobeats/html-urls/compare/v2.3.6...v2.3.7) (2019-05-15)
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * **package:** update @metascraper/helpers to version 5.3.0 ([2fdb7da](https://github.com/Kikobeats/html-urls/commit/2fdb7da))
138
-
139
-
140
-
141
- ## [2.3.6](https://github.com/Kikobeats/html-urls/compare/v2.3.5...v2.3.6) (2019-05-05)
142
-
143
-
144
- ### Bug Fixes
145
-
146
- * **package:** update @metascraper/helpers to version 5.2.0 ([32f40a5](https://github.com/Kikobeats/html-urls/commit/32f40a5))
147
-
148
-
149
-
150
- ## [2.3.5](https://github.com/Kikobeats/html-urls/compare/v2.3.4...v2.3.5) (2019-04-22)
151
-
152
-
153
- ### Bug Fixes
154
-
155
- * **package:** update matcher to version 2.0.0 ([a51f3f5](https://github.com/Kikobeats/html-urls/commit/a51f3f5))
156
-
157
-
158
-
159
- <a name="2.3.4"></a>
160
- ## [2.3.4](https://github.com/Kikobeats/html-urls/compare/v2.3.3...v2.3.4) (2019-04-03)
161
-
162
-
163
- ### Bug Fixes
164
-
165
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 5.1.0 ([42ca806](https://github.com/Kikobeats/html-urls/commit/42ca806))
166
-
167
-
168
-
169
- <a name="2.3.3"></a>
170
- ## 2.3.3 (2019-03-17)
171
-
172
-
173
- ### Bug Fixes
174
-
175
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 5.0.0 ([28d133d](https://github.com/Kikobeats/html-urls/commit/28d133d))
176
-
177
-
178
-
179
- <a name="2.3.2"></a>
180
- ## 2.3.2 (2019-03-16)
181
-
182
-
183
- ### Bug Fixes
184
-
185
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.10.2 ([d3ecff4](https://github.com/Kikobeats/html-urls/commit/d3ecff4))
186
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.8.3 ([2435919](https://github.com/Kikobeats/html-urls/commit/2435919))
187
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.9.0 ([c6973ff](https://github.com/Kikobeats/html-urls/commit/c6973ff))
188
- * **package:** update is-url-http to version 1.1.1 ([6685359](https://github.com/Kikobeats/html-urls/commit/6685359))
189
-
190
-
191
-
192
- <a name="2.3.1"></a>
193
- ## 2.3.1 (2018-11-16)
194
-
195
-
196
- ### Bug Fixes
197
-
198
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.5.5 ([9af4a4f](https://github.com/Kikobeats/html-urls/commit/9af4a4f))
199
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.7.0 ([967577e](https://github.com/Kikobeats/html-urls/commit/967577e))
200
-
201
-
202
-
203
- <a name="2.3.0"></a>
204
- # 2.3.0 (2018-09-17)
205
-
206
-
207
-
208
- <a name="2.2.1"></a>
209
- ## 2.2.1 (2018-09-16)
210
-
211
-
212
-
213
- <a name="2.2.0"></a>
214
- # 2.2.0 (2018-09-16)
215
-
216
-
217
-
218
- <a name="2.1.3"></a>
219
- ## 2.1.3 (2018-09-05)
220
-
221
-
222
- ### Bug Fixes
223
-
224
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.1.0 ([7be224c](https://github.com/Kikobeats/html-urls/commit/7be224c))
225
-
226
-
227
-
228
- <a name="2.1.2"></a>
229
- ## 2.1.2 (2018-08-25)
230
-
231
-
232
- ### Bug Fixes
233
-
234
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.12.1 ([c3a83cf](https://github.com/Kikobeats/html-urls/commit/c3a83cf))
235
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 4.0.0 ([1afba08](https://github.com/Kikobeats/html-urls/commit/1afba08))
236
-
237
-
238
-
239
- <a name="2.1.1"></a>
240
- ## 2.1.1 (2018-07-23)
241
-
242
-
243
-
244
- <a name="2.1.0"></a>
245
- # 2.1.0 (2018-07-06)
246
-
247
-
248
-
249
- <a name="2.0.3"></a>
250
- ## 2.0.3 (2018-07-05)
251
-
252
-
253
-
254
- <a name="2.0.2"></a>
255
- ## 2.0.2 (2018-07-05)
256
-
257
-
258
-
259
- <a name="2.0.1"></a>
260
- ## 2.0.1 (2018-07-04)
261
-
262
-
263
-
264
- <a name="2.0.0"></a>
265
- # 2.0.0 (2018-06-26)
266
-
267
-
268
-
269
- <a name="1.0.9"></a>
270
- ## 1.0.9 (2018-06-21)
271
-
272
-
273
-
274
- <a name="1.0.8"></a>
275
- ## 1.0.8 (2018-05-30)
276
-
277
-
278
-
279
- <a name="1.0.7"></a>
280
- ## 1.0.7 (2018-05-29)
281
-
282
-
283
-
284
- <a name="1.0.6"></a>
285
- ## 1.0.6 (2018-05-29)
286
-
287
-
288
- ### Bug Fixes
289
-
290
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.11.4 ([7ae9fd7](https://github.com/Kikobeats/html-urls/commit/7ae9fd7))
291
-
292
-
293
-
294
- <a name="1.0.5"></a>
295
- ## 1.0.5 (2018-04-29)
296
-
297
-
298
- ### Bug Fixes
299
-
300
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.10.7 ([82afd42](https://github.com/Kikobeats/html-urls/commit/82afd42))
301
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.8.0 ([71bdece](https://github.com/Kikobeats/html-urls/commit/71bdece))
302
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.9.2 ([fd920f7](https://github.com/Kikobeats/html-urls/commit/fd920f7))
303
- * **package:** update matcher to version 1.1.0 ([04d1be8](https://github.com/Kikobeats/html-urls/commit/04d1be8))
304
-
305
-
306
-
307
- <a name="1.0.4"></a>
308
- ## 1.0.4 (2018-02-01)
309
-
310
-
311
-
312
- <a name="1.0.3"></a>
313
- ## 1.0.3 (2018-01-27)
314
-
315
-
316
-
317
- <a name="1.0.2"></a>
318
- ## 1.0.2 (2018-01-27)
319
-
320
-
321
-
322
- <a name="1.0.1"></a>
323
- ## 1.0.1 (2018-01-26)
324
-
325
-
326
- ### Bug Fixes
327
-
328
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.5.0 ([6e91e1f](https://github.com/Kikobeats/html-urls/commit/6e91e1f))
329
- * **package:** update [@metascraper](https://github.com/metascraper)/helpers to version 3.6.0 ([6ea3c71](https://github.com/Kikobeats/html-urls/commit/6ea3c71))
330
-
331
-
332
-
333
- <a name="1.0.0"></a>
334
- # 1.0.0 (2018-01-16)
335
-
336
-
337
-
338
- <a name="2.3.2"></a>
339
- ## 2.3.2 (2019-03-16)
340
-
341
- * fix(package): update @metascraper/helpers to version 4.10.2 ([d3ecff4](https://github.com/Kikobeats/html-urls/commit/d3ecff4))
342
- * fix(package): update @metascraper/helpers to version 4.8.3 ([2435919](https://github.com/Kikobeats/html-urls/commit/2435919))
343
- * fix(package): update @metascraper/helpers to version 4.9.0 ([c6973ff](https://github.com/Kikobeats/html-urls/commit/c6973ff))
344
- * fix(package): update is-url-http to version 1.1.1 ([6685359](https://github.com/Kikobeats/html-urls/commit/6685359))
345
- * Update README.md ([e2efa84](https://github.com/Kikobeats/html-urls/commit/e2efa84))
346
- * Update README.md ([f0cc8fa](https://github.com/Kikobeats/html-urls/commit/f0cc8fa))
347
- * Update README.md ([b4b2a74](https://github.com/Kikobeats/html-urls/commit/b4b2a74))
348
-
349
-
350
-
351
- <a name="2.3.1"></a>
352
- ## 2.3.1 (2018-11-16)
353
-
354
- * fix(package): update @metascraper/helpers to version 4.5.5 ([9af4a4f](https://github.com/Kikobeats/html-urls/commit/9af4a4f))
355
- * fix(package): update @metascraper/helpers to version 4.7.0 ([967577e](https://github.com/Kikobeats/html-urls/commit/967577e))
356
-
357
-
358
-
359
- <a name="2.3.0"></a>
360
- # 2.3.0 (2018-09-17)
361
-
362
- * Add is-url-http dependency ([0ca6a28](https://github.com/Kikobeats/html-urls/commit/0ca6a28))
363
-
364
-
365
-
366
- <a name="2.2.1"></a>
367
- ## 2.2.1 (2018-09-16)
368
-
369
- * Refactor ([f5e23de](https://github.com/Kikobeats/html-urls/commit/f5e23de))
370
-
371
-
372
-
373
- <a name="2.2.0"></a>
374
- # 2.2.0 (2018-09-16)
375
-
376
- * Fix linter ([80263a2](https://github.com/Kikobeats/html-urls/commit/80263a2))
377
- * Ignore callto URLs ([d38f561](https://github.com/Kikobeats/html-urls/commit/d38f561))
378
- * Update package.json ([08957ee](https://github.com/Kikobeats/html-urls/commit/08957ee))
379
-
380
-
381
-
382
- <a name="2.1.3"></a>
383
- ## 2.1.3 (2018-09-05)
384
-
385
- * Update API ([537e923](https://github.com/Kikobeats/html-urls/commit/537e923))
386
- * fix(package): update @metascraper/helpers to version 4.1.0 ([7be224c](https://github.com/Kikobeats/html-urls/commit/7be224c))
387
-
388
-
389
-
390
- <a name="2.1.2"></a>
391
- ## 2.1.2 (2018-08-25)
392
-
393
- * Ignore mailto urls ([fcc6607](https://github.com/Kikobeats/html-urls/commit/fcc6607))
394
- * Update package.json ([8410fb2](https://github.com/Kikobeats/html-urls/commit/8410fb2))
395
- * fix(package): update @metascraper/helpers to version 3.12.1 ([c3a83cf](https://github.com/Kikobeats/html-urls/commit/c3a83cf))
396
- * fix(package): update @metascraper/helpers to version 4.0.0 ([1afba08](https://github.com/Kikobeats/html-urls/commit/1afba08))
397
-
398
-
399
-
400
- <a name="2.1.1"></a>
401
- ## 2.1.1 (2018-07-23)
402
-
403
- * Update tests ([7115b20](https://github.com/Kikobeats/html-urls/commit/7115b20))
404
- * Use last version ([2bbb066](https://github.com/Kikobeats/html-urls/commit/2bbb066))
405
-
406
-
407
-
408
- <a name="2.1.0"></a>
409
- # 2.1.0 (2018-07-06)
410
-
411
- * Add removeDuplicates option ([09282e8](https://github.com/Kikobeats/html-urls/commit/09282e8))
412
-
413
-
414
-
415
- <a name="2.0.3"></a>
416
- ## 2.0.3 (2018-07-05)
417
-
418
- * Remove duplicate urls from different tags ([862aaef](https://github.com/Kikobeats/html-urls/commit/862aaef))
419
- * Update tests snaphots ([c8f46a8](https://github.com/Kikobeats/html-urls/commit/c8f46a8))
420
-
421
-
422
-
423
- <a name="2.0.2"></a>
424
- ## 2.0.2 (2018-07-05)
425
-
426
- * Generate tests based on selectors supported ([d2a1993](https://github.com/Kikobeats/html-urls/commit/d2a1993))
427
- * Ignore invalid URLs ([08f8529](https://github.com/Kikobeats/html-urls/commit/08f8529))
428
-
429
-
430
-
431
- <a name="2.0.1"></a>
432
- ## 2.0.1 (2018-07-04)
433
-
434
- * Use Set instead of Array ([64e63d1](https://github.com/Kikobeats/html-urls/commit/64e63d1))
435
-
436
-
437
-
438
- <a name="2.0.0"></a>
439
- # 2.0.0 (2018-06-26)
440
-
441
- * Rename normalizeUrl → normalizedUrl ([ce0300c](https://github.com/Kikobeats/html-urls/commit/ce0300c))
442
-
443
-
444
-
445
- <a name="1.0.9"></a>
446
- ## 1.0.9 (2018-06-21)
447
-
448
- * Expose tags and cheerio opts ([9c27283](https://github.com/Kikobeats/html-urls/commit/9c27283))
449
-
450
-
451
-
452
- <a name="1.0.8"></a>
453
- ## 1.0.8 (2018-05-30)
454
-
455
- * Refactor ([7da0187](https://github.com/Kikobeats/html-urls/commit/7da0187))
456
-
457
-
458
-
459
- <a name="1.0.7"></a>
460
- ## 1.0.7 (2018-05-29)
461
-
462
- * Update deps ([bb89028](https://github.com/Kikobeats/html-urls/commit/bb89028))
463
-
464
-
465
-
466
- <a name="1.0.6"></a>
467
- ## 1.0.6 (2018-05-29)
468
-
469
- * Update ([a352247](https://github.com/Kikobeats/html-urls/commit/a352247))
470
- * Update README.md ([b04bf62](https://github.com/Kikobeats/html-urls/commit/b04bf62))
471
- * fix(package): update @metascraper/helpers to version 3.11.4 ([7ae9fd7](https://github.com/Kikobeats/html-urls/commit/7ae9fd7))
472
-
473
-
474
-
475
- <a name="1.0.5"></a>
476
- ## 1.0.5 (2018-04-29)
477
-
478
- * Little Refactor ([ae4271b](https://github.com/Kikobeats/html-urls/commit/ae4271b))
479
- * Update fixtures ([d734a0f](https://github.com/Kikobeats/html-urls/commit/d734a0f))
480
- * fix(package): update @metascraper/helpers to version 3.10.7 ([82afd42](https://github.com/Kikobeats/html-urls/commit/82afd42))
481
- * fix(package): update @metascraper/helpers to version 3.8.0 ([71bdece](https://github.com/Kikobeats/html-urls/commit/71bdece))
482
- * fix(package): update @metascraper/helpers to version 3.9.2 ([fd920f7](https://github.com/Kikobeats/html-urls/commit/fd920f7))
483
- * fix(package): update matcher to version 1.1.0 ([04d1be8](https://github.com/Kikobeats/html-urls/commit/04d1be8))
484
- * chore(package): update chalk to version 2.4.0 ([7b9f93e](https://github.com/Kikobeats/html-urls/commit/7b9f93e))
485
- * chore(package): update got to version 8.1.0 ([eb8e729](https://github.com/Kikobeats/html-urls/commit/eb8e729))
486
- * chore(package): update got to version 8.2.0 ([ac10519](https://github.com/Kikobeats/html-urls/commit/ac10519))
487
- * chore(package): update got to version 8.3.0 ([28f053b](https://github.com/Kikobeats/html-urls/commit/28f053b))
488
-
489
-
490
-
491
- <a name="1.0.4"></a>
492
- ## 1.0.4 (2018-02-01)
493
-
494
- * Add html helper for testing ([e3238ea](https://github.com/Kikobeats/html-urls/commit/e3238ea))
495
- * Improve whitelist support ([1c773f1](https://github.com/Kikobeats/html-urls/commit/1c773f1))
496
-
497
-
498
-
499
- <a name="1.0.3"></a>
500
- ## 1.0.3 (2018-01-27)
501
-
502
- * Tweaks ([f7d4865](https://github.com/Kikobeats/html-urls/commit/f7d4865))
503
-
504
-
505
-
506
- <a name="1.0.2"></a>
507
- ## 1.0.2 (2018-01-27)
508
-
509
- * Rename blacklist → whitelist ([0891b36](https://github.com/Kikobeats/html-urls/commit/0891b36))
510
-
511
-
512
-
513
- <a name="1.0.1"></a>
514
- ## 1.0.1 (2018-01-26)
515
-
516
- * Rename ([0927b08](https://github.com/Kikobeats/html-urls/commit/0927b08))
517
- * Rename interface ([df7e07f](https://github.com/Kikobeats/html-urls/commit/df7e07f))
518
- * Update README.md ([d70a3f1](https://github.com/Kikobeats/html-urls/commit/d70a3f1))
519
- * fix(package): update @metascraper/helpers to version 3.5.0 ([6e91e1f](https://github.com/Kikobeats/html-urls/commit/6e91e1f))
520
- * fix(package): update @metascraper/helpers to version 3.6.0 ([6ea3c71](https://github.com/Kikobeats/html-urls/commit/6ea3c71))
521
-
522
-
523
-
524
- <a name="1.0.0"></a>
525
- # 1.0.0 (2018-01-16)
526
-
527
- * First commit ([6fac1f4](https://github.com/Kikobeats/html-urls/commit/6fac1f4))
528
- * Update README.md ([7507a54](https://github.com/Kikobeats/html-urls/commit/7507a54))
529
- * docs(readme): add Greenkeeper badge ([d67bfe3](https://github.com/Kikobeats/html-urls/commit/d67bfe3))