Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v52.0.0
52.0.0 (2025-07-28)
Bug Fixes
- use
v
flag in regexes; match emojis for sentence terminator; fixes #1433 (#1437) (5c2165c)
BREAKING CHANGES
- Uses
v
flag instead of u
flag by default for regular expressions
v51.4.0
51.4.0 (2025-07-15)
Features
check-line-alignment
: add template
to default tags (#1427) (4c65cbe)
v51.3.4
51.3.4 (2025-07-07)
Bug Fixes
no-undefined-types
: exempt global requires from undefined property checks; fixes #1425 (#1426) (c51ee4f)
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)