Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v50.6.0
50.6.0 (2024-11-26)
Features
- lines-before-block: move start-of-block checking behind off-by-default
checkBlockStarts
option (#1341) (f9b102d)
v50.4.3
50.4.3 (2024-10-17)
Bug Fixes
- text-escaping: add missing
docs.description
(9a93119)
v50.4.2
50.4.2 (2024-10-17)
Bug Fixes
- no-multi-asterisks: add missing
docs.description
(f6616c7)
v50.4.1
50.4.1 (2024-10-14)
Bug Fixes
match-name
: revert to prior correct behavior of ignoring optional and default code surrounding name (7c0b8c6)
v50.4.0
50.4.0 (2024-10-14)
Features
require-hyphen-before-param-description
: ensure template will be properly stringified; fixes #1326 (7019d28)
v50.3.2
50.3.2 (2024-10-11)
Bug Fixes
require-hyphen-before-param-description
: inject hyphen at proper place with multiline type (8b5b7f7)
v50.3.0
50.3.0 (2024-09-26)
Features
require-param
: add ignoreWhenAllParamsMissing
option; fixes #1317 (3b18435)