Skip to content

Releases: electron/lint-roller

v3.0.0

11 Nov 21:46
6e153ec
Compare
Choose a tag to compare

3.0.0 (2024-11-11)

  • chore!: convert to ESM (#97) (6e153ec), closes #97
  • chore!: remove electron-markdownlint [skip release] (#91) (6a34bc5), closes #91

Features

  • custom rule compat with markdownlint 0.35 [skip release] (#96) (8f40e1d)

BREAKING CHANGES

  • This package is now ESM-only and requires Node.js >= 20.16.0 || >= 22.4.0

  • chore: convert custom rules to .cjs extension

  • chore: convert custom markdownlint rules to ESM

  • The electron-markdownlint bin has been removed. Use markdownlint-cli2 directly.

v2.4.0

09 Aug 23:35
3d87b7b
Compare
Choose a tag to compare

v2.3.0

17 Jul 03:55
3030970
Compare
Choose a tag to compare

2.3.0 (2024-07-17)

Features

v2.2.0

16 May 22:42
f68f469
Compare
Choose a tag to compare

2.2.0 (2024-05-16)

Features

  • markdownlint rule to disallow newline in link text (#69) (f68f469)

v2.1.0

08 May 03:18
a8c47a4
Compare
Choose a tag to compare

2.1.0 (2024-05-08)

Bug Fixes

  • accurate position info for custom markdownlint rules (#67) (a8c47a4)

Features

v2.0.0

07 May 18:59
6393017
Compare
Choose a tag to compare

2.0.0 (2024-05-07)

BREAKING CHANGES

  • binaries have been renamed
  • removed @ts-ignore syntax for lint-markdown-ts-check
  • renamed electron-lint-markdown-ts-check and removed
    default Electron behavior, use .lint-roller.json to configure instead
  • Drops support for Node.js < 18

v1.13.0

06 May 20:25
50e375f
Compare
Choose a tag to compare

1.13.0 (2024-05-06)

Features

  • markdownlint rule to disallow opening curly braces (#61) (50e375f)

v1.12.1

25 Mar 21:45
7ce895b
Compare
Choose a tag to compare

1.12.1 (2024-03-25)

Bug Fixes

  • filter out some false positives for EMD002 (#51) (7ce895b)

v1.12.0

13 Mar 20:02
33b2a5c
Compare
Choose a tag to compare

1.12.0 (2024-03-13)

Features

  • markdownlint rule to disallow opening angle brackets (#50) (33b2a5c)

v1.11.1

20 Feb 21:34
84c79b4
Compare
Choose a tag to compare

1.11.1 (2024-02-20)

Bug Fixes

  • set user agent to allow fetching Twitter links (#49) (84c79b4)