Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v54.0.0
54.0.0 (2025-08-13)
Bug Fixes
BREAKING CHANGES
- tsdown fix still not working properly, so reverting.
This reverts commit b19f6f9.
v53.0.1
53.0.1 (2025-08-11)
Bug Fixes
no-types
, require-example
, implements-on-classes
: allow any
to match function variable declarations; fixes #1446 (#1448) (0867728)
v53.0.0
53.0.0 (2025-08-11)
Bug Fixes
BREAKING CHANGES
-
Changes exports
and build routine for proper types.
-
refactor: move to tsdown (take 2)
-
chore: remove unused devDeps. and fix generateRule script
-
fix bad rebase
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