Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v56.0.2
56.0.2 (2025-09-11)
Bug Fixes
getJsdocComment
, iterateJsdoc
: fix CJS type declarations (#1493) (5f00672)
v56.0.0
56.0.0 (2025-09-11)
Features
BREAKING CHANGES
- Changes exports paths. Should work without changes required.
v55.4.0
55.4.0 (2025-09-11)
Features
type-formatting
: add objectFieldSeparatorTrailingPunctuation
option; fixes #1430 (5852fd9)
type-formatting
: check type and typedef tags and add typeBracketSpacing
option (77e1691)
type-formatting
: enhance error detection and add unionSpacing
option; fixes #1143 (cc7f253)
v55.2.0
55.2.0 (2025-09-10)
Features
- copy over config properties (93e6b1c)
v55.1.2
55.1.2 (2025-09-09)
Bug Fixes
- typescript: allow string and numeric rule entries in config function (#1487) (2ccd629)
v55.1.1
55.1.1 (2025-09-09)
Bug Fixes
- typescript: include full set of declaration files (#1486) (a268541)
v55.1.0
55.1.0 (2025-09-09)
Features
- typescript: allow function to supply TS-aware rules (#1485) (ff4a55c)
v55.0.5
55.0.5 (2025-09-09)
Bug Fixes
- typescript: ensure configs available via config-building function (#1484) (23c9791)