Sourced from eslint-plugin-jsdoc's releases.
v62.5.4
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
62.5.3 (2026-02-06)
Bug Fixes
default-expressionsandexamplesconfigs: avoid applying deprecated rules now that ESLint warns against them; fixes #1651 (a252868)v62.5.2
62.5.2 (2026-02-05)
Bug Fixes
v62.5.1
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
62.5.0 (2026-01-29)
Features
check-tag-names: add Typedocinclude,includeCode, and TSDocinheritDoc/inheritdocandlabelto allowable inline tags; add TSDoc and typedoc tags (925f6e3)require-description-complete-sentence: allow inlineinheritDoc,inheritdoc,include,includeCode,labelto avoid rule; fixes #1641 (c5a09c8)valid-types: add Typedocinclude,includeCode, and TSDocinheritDoc/inheritdocandlabelto allowable inline tags (c078633)v62.4.1
62.4.1 (2026-01-24)
Bug Fixes
... (truncated)
bfef848
fix(no-undefined-types): ensure template tags are defined;
fixes #1655da44046
fix(no-undefined-types): avoid treating infer type
identifier as undefined;...a252868
fix(default-expressions and examples configs):
avoid applying deprecated ...122d283
fix(valid-types): allow numeric properties for jsdoc mode;
fixes #1646dfc662e
fix(require-template): stop treating type parameters names
as unknown templ...19f36b6
fix(type-formatting): update jsdoccomment and devDeps.;
fixes #1647925f6e3
feat(check-tag-names): add Typedoc include,
includeCode, and TSDoc `inh...c078633
feat(valid-types): add Typedoc include,
includeCode, and TSDoc `inherit...c5a09c8
feat(require-description-complete-sentence): allow inline
inheritDoc, `in...ba0034e
fix: update jsdoccomment, devDeps. (#1639)