Releases: gajus/eslint-plugin-jsdoc
Releases Β· gajus/eslint-plugin-jsdoc
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)
v50.2.5
50.2.5 (2024-09-25)
Bug Fixes
require-jsdoc
: allow TSTypeAliasDeclaration
to be detected for export; fixes #1319 (909de73)
- force release (6970456)
- force release (20e0805)
- update semantic-release (baaf8c3)
- update semantic-release/github (8e565e0)
v50.2.4
50.2.4 (2024-09-18)
Bug Fixes
require-returns-check
: allow infinite for loops to have only one branch to return; fixes #1315 (e7ab475)
v50.2.3
50.2.3 (2024-09-13)
Bug Fixes
require-jsdoc
: avoid erring on static blocks (8222262)