Skip to content

Releases: eslint-community/eslint-doc-generator

v3.3.2

25 Mar 15:26
ebf9d97

Choose a tag to compare

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

04 Mar 18:07
0c8f88a

Choose a tag to compare

3.3.1 (2026-03-04)

Bug Fixes

v3.3.0

27 Feb 19:51
96eee48

Choose a tag to compare

3.3.0 (2026-02-27)

Features

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

v3.2.0

22 Feb 19:31
e2d2069

Choose a tag to compare

3.2.0 (2026-02-22)

Features

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

v3.1.0

15 Feb 00:04
3ac8935

Choose a tag to compare

3.1.0 (2026-02-14)

Features

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

v3.0.2

02 Jan 20:20
e4b27cf

Choose a tag to compare

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)

v3.0.1

02 Jan 16:57
449224f

Choose a tag to compare

3.0.1 (2026-01-02)

Bug Fixes

  • Rule doc notice for description should come first (#839) (bd4fccd)

v3.0.0

01 Jan 20:47
ed7dc84

Choose a tag to compare

3.0.0 (2026-01-01)

⚠ BREAKING CHANGES

  • Add default emoji for base config (#828)
  • Remove implicit config badge fallback (#827)
  • Require Node 20, 22, 24+ (#794)
  • Update default rule doc title and notices to separate rule name and description (#835)
  • Update dependencies (#834)

v2.4.0

05 Dec 14:45
832a911

Choose a tag to compare

2.4.0 (2025-12-05)

Features

  • receive plugin name via plugin metadata (712417b)

Bug Fixes

  • prettier peer dep should be optional (#821) (5b331cf)

v2.3.0

06 Oct 18:08
7afb23c

Choose a tag to compare

2.3.0 (2025-10-06)

Features

  • use Prettier to detect end of line in addition to EditorConfig (#803) (c0ad58b)