Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v56.1.1
56.1.1 (2025-09-11)
Bug Fixes
iterateJsdoc
export: ensure default
has type (#1497) (d5fb1d1)
v56.1.0
56.1.0 (2025-09-11)
Features
type-formatting
: add property
, this
, throws
, and yields
tags (#1496) (8886628)
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)