Skip to content

Releases: JustinBeckwith/linkinator

v6.0.0

24 Oct 20:54
351a7c9
Compare
Choose a tag to compare

6.0.0 (2023-10-24)

BREAKING CHANGES

  • This module now requires node.js 18 and up. It includes a variety of related changes:
  • Migrate from gts to xo for linting and code formatting
  • Upgrade multiple deps to the latest version that were blocked on node 16
  • Drop the codecov dependency and move to the github action
  • Update the tsconfig to target Node16 for the module strategy

It's entirely possible this change didn't break anything for most users, but it's also possible it did.

v5.0.2

21 Aug 20:54
07013cc
Compare
Choose a tag to compare

5.0.2 (2023-08-21)

Bug Fixes

v5.0.1

30 May 15:26
03417c4
Compare
Choose a tag to compare

5.0.1 (2023-05-30)

Bug Fixes

v5.0.0

30 May 01:24
4d682bf
Compare
Choose a tag to compare

5.0.0 (2023-05-30)

BREAKING CHANGES

  • Require Node.js 16 and up. Version 4.1.3 accidentally had this change so I had to move the dist tag back.

v4.1.3

30 May 01:03
4310692
Compare
Choose a tag to compare

4.1.3 (2023-05-30)

Bug Fixes

v4.1.2

15 Dec 18:45
e3d929b
Compare
Choose a tag to compare

4.1.2 (2022-12-15)

Bug Fixes

v4.1.1

13 Nov 19:27
ca3f275
Compare
Choose a tag to compare

4.1.1 (2022-11-13)

Bug Fixes

  • remove file import prefix to please ncc (#526) (ca3f275)

v4.1.0

17 Oct 18:14
1013780
Compare
Choose a tag to compare

4.1.0 (2022-10-17)

Features

  • Config: Support for Javascript based config files (#516) (1013780)

v4.0.3

07 Sep 15:16
90fa80e
Compare
Choose a tag to compare

4.0.3 (2022-09-07)

Bug Fixes

v4.0.2

11 Jul 01:41
fefb5b6
Compare
Choose a tag to compare

4.0.2 (2022-07-11)

Bug Fixes

  • address srcset parsing with multiple spaces (#512) (fefb5b6)