Skip to content

Releases: JustinBeckwith/linkinator

v4.0.0

07 Jul 02:10
2cab633
Compare
Choose a tag to compare

4.0.0 (2022-07-07)

Features

BREAKING CHANGES

  • The commits in #507 and #506 both had breaking changes. They included dropping support for Node.js 12.x and updating the CSV export to be streaming, and to use a new way of writing the CSV file. This is an empty to commit using the BREAKING CHANGE format in the commit message to ensure a release is triggered.

v3.1.0

07 May 22:14
5ca5a46
Compare
Choose a tag to compare

3.1.0 (2022-05-07)

Features

  • allow --skip to be defined multiple times (#399) (5ca5a46)

v3.0.6

06 May 23:59
d334dc6
Compare
Choose a tag to compare

3.0.6 (2022-05-06)

Bug Fixes

v3.0.5

06 May 02:50
ba3b9a8
Compare
Choose a tag to compare

3.0.5 (2022-05-06)

Bug Fixes

v3.0.4

05 May 16:21
48af50e
Compare
Choose a tag to compare

3.0.4 (2022-05-05)

Bug Fixes

  • deps: update dependency gaxios to v5 (#391) (48af50e)

v3.0.3

23 Dec 20:08
0bc0355
Compare
Choose a tag to compare

3.0.3 (2021-12-23)

Bug Fixes

v3.0.2

20 Dec 01:19
8adf6b0
Compare
Choose a tag to compare

3.0.2 (2021-12-20)

Bug Fixes

  • allow server root with trailing slash (#370) (8adf6b0)

v3.0.1

18 Dec 19:34
4696a0c
Compare
Choose a tag to compare

3.0.1 (2021-12-18)

Bug Fixes

  • decode path parts in local web server (#369) (4696a0c)

v3.0.0

17 Dec 05:44
84faa49
Compare
Choose a tag to compare

3.0.0 (2021-12-17)

Bug Fixes

BREAKING CHANGES

  • this module now requires node.js 12 and above, and has moved to es modules by default.

v2.16.2

14 Nov 19:40
39a8da2
Compare
Choose a tag to compare

2.16.2 (2021-11-14)

Bug Fixes