Skip to content

Releases: eslint-community/eslint-doc-generator

v3.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:49
5a16d96

3.7.0 (2026-07-18)

Features

  • determine line endings per file via EditorConfig, existing content, then os.EOL (#987) (c7e50b4)

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 20 May 02:31
56bc3a6

3.6.0 (2026-05-20)

Features

  • add description option to ruleListSplit (#953) (0d3c398)

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 18 May 17:49
abcb879

3.5.0 (2026-05-18)

Features

Bug Fixes

  • treat frontmatter as H1 in rule-list when framework is "starlight" (#950) (36fbf0e)

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 16 May 02:16
537e8fd

3.4.0 (2026-05-16)

Features

  • add new framework option with support for Starlight (#946) (ef11b22)

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Mar 15:26
ebf9d97

3.3.2 (2026-03-25)

Bug Fixes

  • downgrade the minimum supported Node.js 22 version from 22.13.1 to 22.13.0 (#922) (271a7b7)

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 04 Mar 18:07
0c8f88a

3.3.1 (2026-03-04)

Bug Fixes

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 19:51
96eee48

3.3.0 (2026-02-27)

Features

  • Support new DeprecatedInfo format for rule meta.deprecated (#730) (780451d)

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 19:31
e2d2069

3.2.0 (2026-02-22)

Features

  • add --suggest-emojis and --ai for AI-powered config emoji suggestions (#889) (8a72dee)

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 00:04
3ac8935

3.1.0 (2026-02-14)

Features

  • Use rule option defaults from meta.defaultOptions with fallback to schema default (#885) (aed5575)

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Jan 20:20
e4b27cf

3.0.2 (2026-01-02)

Bug Fixes

  • Enable TypeScript option erasableSyntaxOnly (ec3b08e)
  • Modernize TypeScript config (ddf74e3)
  • Remove mock-fs due to Jest 30 incompatibility (#841) (bf79a57)
  • Replace jest with vitest (#844) (af24353)
  • Upgrade to Jest 30 (8e6ecff)
  • Use tsgo instead of tsc for faster type-checking (#847) (3ae507b)