Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v50.8.0
50.8.0 (2025-06-11)
Features
- getJsdocProcessorPlugin: allow
exampleCodeRegex
and rejectExampleCodeRegex
to be RegExp objects (#1395) (285a03c)
v50.7.0
50.7.0 (2025-06-01)
Features
getJsdocProcessorPlugin
: add allowedLanguagesToProcess
option (#1392) (0adbf43)
v50.6.17
Bug Fixes
require-param
: update jsdoccomment to support exported TSFunctionType type; fixes #1386 (#1389) (e26a11a)
v50.6.16
Bug Fixes
valid-types
: fix parsing of expressions like [@returns](https://github.com/returns) {[@link](https://github.com/link) SomeType}
; fixes #1381 (#1382) (2bd7242)
v50.6.14
Bug Fixes
- lines-before-block: Switch to a whitelist of punctuators (#1385) (0a30832)
v50.6.12
Bug Fixes
no-undefined-types
: workaround parse-imports-exports
bug in handling trailing whitespace; fixes #1373 (#1384) (f32989c)
v50.6.11
Bug Fixes
check-values
: workaround parse-imports-exports
bug in handling trailing whitespace; fixes #1373 (#1374) (65b0dc0)