Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v51.0.0
51.0.0 (2025-06-12)
chore
BREAKING CHANGES
Also:
- chore: upgrade
are-docs-informative
- refactor: use
import.meta.dirname
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)