Skip to content

Releases: JustinBeckwith/linkinator

v6.1.1

02 Jul 15:05
13ab5b0
Compare
Choose a tag to compare

6.1.1 (2024-07-02)

Bug Fixes

  • JSON stringify failure details for CSV (#613) (13ab5b0)

v6.1.0

01 Jul 18:16
929caa7
Compare
Choose a tag to compare

6.1.0 (2024-07-01)

Features

v6.0.7

01 Jul 17:43
0aea0f1
Compare
Choose a tag to compare

6.0.7 (2024-07-01)

Bug Fixes

  • cli: load linkinator.config.json by default (#611) (0aea0f1)

v6.0.6

29 Jun 02:35
5d4e747
Compare
Choose a tag to compare

6.0.6 (2024-06-29)

Bug Fixes

  • deps: update dependency marked to v13 (#606) (5d4e747)

v6.0.5

02 Jun 15:52
862d89e
Compare
Choose a tag to compare

6.0.5 (2024-06-02)

Bug Fixes

v6.0.4

13 Jan 03:33
501fc4c
Compare
Choose a tag to compare

6.0.4 (2024-01-13)

Bug Fixes

v6.0.3

23 Dec 01:22
c50b02f
Compare
Choose a tag to compare

6.0.3 (2023-12-23)

Bug Fixes

v6.0.2

22 Nov 19:50
9abb602
Compare
Choose a tag to compare

6.0.2 (2023-11-22)

Bug Fixes

  • deps: update dependency marked to v10 (#578) (9abb602)

v6.0.1

30 Oct 18:03
b806665
Compare
Choose a tag to compare

6.0.1 (2023-10-30)

Bug Fixes

  • add declaration true to compilerOptions to generate d.ts files (#576) (b806665)

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.