html-urls 2.4.27 → 2.4.30

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