Skip to content

Releases: gajus/eslint-plugin-jsdoc

v55.0.5

09 Sep 13:27
23c9791

Choose a tag to compare

55.0.5 (2025-09-09)

Bug Fixes

  • typescript: ensure configs available via config-building function (#1484) (23c9791)

v55.0.4

09 Sep 12:58
9261da0

Choose a tag to compare

55.0.4 (2025-09-09)

Bug Fixes

v55.0.3

09 Sep 01:02
e433f7d

Choose a tag to compare

55.0.3 (2025-09-09)

Bug Fixes

  • typescript: remove properties from return value of config function (#1481) (e433f7d)

v55.0.2

08 Sep 22:24
005c3fd

Choose a tag to compare

55.0.2 (2025-09-08)

Bug Fixes

  • ensure docs reflect proper usage of new jsdoc export function (#1480) (005c3fd)

v55.0.1

08 Sep 22:08
c8ea39a

Choose a tag to compare

55.0.1 (2025-09-08)

Bug Fixes

v55.0.0

08 Sep 13:30
0b0a058

Choose a tag to compare

55.0.0 (2025-09-08)

Features

  • export named function for building configs (#1477) (0b0a058)

BREAKING CHANGES

  • Although not technically breaking, this is being released as such to encourage use of the named import function.

import {jsdoc} from 'eslint-plugin-jsdoc'; // A named import now is encouraged
export default [
...jsdoc({config: 'flat/recommended'}); // Now invoke the function to build the config
];

v54.7.0

08 Sep 12:59
427273e

Choose a tag to compare

54.7.0 (2025-09-08)

Features

v54.6.0

08 Sep 12:02
9fe05e0

Choose a tag to compare

54.6.0 (2025-09-08)

Features

v54.5.0

07 Sep 15:47

Choose a tag to compare

54.5.0 (2025-09-07)

Bug Fixes

  • require-template: check TSDeclareFunction (including overloads) for templates; fixes #1462 (2693a88)

Features

  • require-jsdoc, require-param: update jsdoccomment to disable overload skipping except conditionally for require-jsdoc with new on-by-default skipInterveningOverloadedDeclarations option; fixes #1434 (ed11968), closes #1369
  • require-jsdoc: add exemptOverloadedImplementations option (b29bc3a)

v54.4.1

07 Sep 14:25
e45b726

Choose a tag to compare

54.4.1 (2025-09-07)

Bug Fixes