Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v51.3.3
51.3.3 (2025-07-02)
Bug Fixes
no-undefined-types
: add Intl
to global types and ensure arbitrary properties of globals can be addressed; fixes #1423 (#1424) (feb65e4)
v51.3.2
51.3.2 (2025-07-02)
Bug Fixes
multiline-blocks
: for requireSingleLineUnderCount
, ensure multi-line types nullify checks (#1422) (9b8efbd)
v51.3.0
51.3.0 (2025-06-30)
Features
multiline-blocks
: adds requireSingleLineUnderCount
option; fixes #1158 (#1409) (26276ba)
v51.2.3
51.2.3 (2025-06-24)
Bug Fixes
require-template
, no-undefined-types
, valid-types
: properly parse template tags with defaults; fixes #1418 (#1419) (35e95a1)
v51.2.2
51.2.2 (2025-06-23)
Bug Fixes
no-undefined-types
: exempt import tags from property checks; fixes #1416 (#1417) (efbcb1c)
v51.2.1
51.2.1 (2025-06-22)
Bug Fixes
no-undefined-types
: also allow globals defined on languageOptions
(#1415) (e9ff4c7)
v51.2.0
51.2.0 (2025-06-22)
Features
- strip property when there is a
class
tag and the context is set (#1414) (08f7834), closes #1376
v51.1.3
51.1.3 (2025-06-22)
Bug Fixes
no-undefined-types
: liberalize checks to reallow for unknown properties on imports and defined globals; fixes #1412 (#1413) (a083c81)