Skip to content

Releases: gajus/eslint-plugin-jsdoc

v64.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 03:28
8a37bd2

64.2.0 (2026-08-15)

Features

  • check-param-names: add order fixer and suggestions (#1732) (8a37bd2)

v64.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:31

64.1.0 (2026-08-10)

Features

  • update jsdoccomment, devDeps.; use nodenext for module properties in TS (7309d7d)

v64.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:43

64.0.2 (2026-08-09)

Bug Fixes

  • update jsdoccomment and devDep. (fbe2a2b)

v64.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:32

64.0.1 (2026-08-08)

Bug Fixes

  • resume support for CJS via require(esm) (343516a)

v64.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:38

64.0.0 (2026-08-07)

Features

BREAKING CHANGES

    • Requires Node ^22.22.2 || >=24.15.0
  • Drops CJS exports; should be able to use require(esm) with newly supported Node versions

v63.3.3

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:00

63.3.3 (2026-08-02)

Bug Fixes

v63.3.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:09

63.3.2 (2026-07-28)

Bug Fixes

  • require-example: support fixer with 1-line JSDoc blocks; fixes #1736 (36f8e9e)

v63.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:49
ae27cd2

63.3.1 (2026-07-27)

Bug Fixes

  • normalize-see-links: minimally escape link targets instead of encodeURI (#1735) (ae27cd2)

v63.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 08:14
cfe9cdb

63.3.0 (2026-07-26)

Features

  • normalize-see-links: autofix delimiter-colliding labels via escape round-trip (#1734) (cfe9cdb)

v63.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:39
3663803

63.2.2 (2026-07-24)

Bug Fixes