Skip to content

Releases: gajus/eslint-plugin-jsdoc

v56.1.2

11 Sep 12:46
be2b7ae
Compare
Choose a tag to compare

56.1.2 (2025-09-11)

Bug Fixes

v56.1.1

11 Sep 12:22
d5fb1d1
Compare
Choose a tag to compare

56.1.1 (2025-09-11)

Bug Fixes

  • iterateJsdoc export: ensure default has type (#1497) (d5fb1d1)

v56.1.0

11 Sep 12:12
8886628
Compare
Choose a tag to compare

56.1.0 (2025-09-11)

Features

  • type-formatting: add property, this, throws, and yields tags (#1496) (8886628)

v56.0.2

11 Sep 05:38
5f00672
Compare
Choose a tag to compare

56.0.2 (2025-09-11)

Bug Fixes

  • getJsdocComment, iterateJsdoc: fix CJS type declarations (#1493) (5f00672)

v56.0.1

11 Sep 04:03
c29757d
Compare
Choose a tag to compare

56.0.1 (2025-09-11)

Bug Fixes

v56.0.0

11 Sep 03:53
e3c8f1e
Compare
Choose a tag to compare

56.0.0 (2025-09-11)

Features

BREAKING CHANGES

  • Changes exports paths. Should work without changes required.

v55.4.0

11 Sep 01:14
Compare
Choose a tag to compare

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.3.0

10 Sep 17:30
Compare
Choose a tag to compare

55.3.0 (2025-09-10)

Features

  • add type-formatting rule (81cb787)

v55.2.0

10 Sep 08:55
Compare
Choose a tag to compare

55.2.0 (2025-09-10)

Features

  • copy over config properties (93e6b1c)

v55.1.2

09 Sep 23:24
2ccd629
Compare
Choose a tag to compare

55.1.2 (2025-09-09)

Bug Fixes

  • typescript: allow string and numeric rule entries in config function (#1487) (2ccd629)