Skip to content

Releases: gajus/eslint-plugin-jsdoc

v55.1.1

09 Sep 16:16
a268541
Compare
Choose a tag to compare

55.1.1 (2025-09-09)

Bug Fixes

  • typescript: include full set of declaration files (#1486) (a268541)

v55.1.0

09 Sep 15:52
ff4a55c
Compare
Choose a tag to compare

55.1.0 (2025-09-09)

Features

  • typescript: allow function to supply TS-aware rules (#1485) (ff4a55c)

v55.0.5

09 Sep 13:27
23c9791
Compare
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
Compare
Choose a tag to compare

55.0.4 (2025-09-09)

Bug Fixes

v55.0.3

09 Sep 01:02
e433f7d
Compare
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
Compare
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
Compare
Choose a tag to compare

55.0.1 (2025-09-08)

Bug Fixes

v55.0.0

08 Sep 13:30
0b0a058
Compare
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
Compare
Choose a tag to compare

54.7.0 (2025-09-08)

Features

v54.6.0

08 Sep 12:02
9fe05e0
Compare
Choose a tag to compare

54.6.0 (2025-09-08)

Features