Skip to content

Releases: gajus/eslint-plugin-jsdoc

v62.7.0

20 Feb 10:18
35c5745

Choose a tag to compare

62.7.0 (2026-02-20)

Features

v62.6.1

19 Feb 11:23

Choose a tag to compare

62.6.1 (2026-02-19)

Bug Fixes

  • check-param-names: only fire on TSPropertySignature if with TSFunctionNode; fixes #1663 (951d354)

v62.6.0

18 Feb 03:00

Choose a tag to compare

62.6.0 (2026-02-18)

Features

  • tag-lines: add startLinesWithNoTags option; fixes #1661 (b36a67a)

v62.5.5

15 Feb 00:42

Choose a tag to compare

62.5.5 (2026-02-15)

Bug Fixes

  • check-param-names: check arrow function properties in interfaces (TSPropertySignature); fixes #1657 (c7b132f)

v62.5.4

07 Feb 18:07

Choose a tag to compare

62.5.4 (2026-02-07)

Bug Fixes

  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #1655 (bfef848)

v62.5.3

06 Feb 22:45

Choose a tag to compare

62.5.3 (2026-02-06)

Bug Fixes

  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #1651 (a252868)

v62.5.2

05 Feb 12:56

Choose a tag to compare

62.5.2 (2026-02-05)

Bug Fixes

  • valid-types: allow numeric properties for jsdoc mode; fixes #1646 (122d283)

v62.5.1

04 Feb 19:59

Choose a tag to compare

62.5.1 (2026-02-04)

Bug Fixes

  • require-template: stop treating type parameters names as unknown template names; fixes #1648 (dfc662e)
  • type-formatting: update jsdoccomment and devDeps.; fixes #1647 (19f36b6)

v62.5.0

29 Jan 19:01

Choose a tag to compare

62.5.0 (2026-01-29)

Features

  • check-tag-names: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags; add TSDoc and typedoc tags (925f6e3)
  • require-description-complete-sentence: allow inline inheritDoc, inheritdoc, include, includeCode, label to avoid rule; fixes #1641 (c5a09c8)
  • valid-types: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags (c078633)

v62.4.1

24 Jan 16:00
ba0034e

Choose a tag to compare

62.4.1 (2026-01-24)

Bug Fixes