Skip to content

Releases: gajus/eslint-plugin-jsdoc

v50.6.1

11 Dec 00:59
d2c6040
Compare
Choose a tag to compare

50.6.1 (2024-12-11)

Bug Fixes

v50.6.0

26 Nov 13:23
f9b102d
Compare
Choose a tag to compare

50.6.0 (2024-11-26)

Features

  • lines-before-block: move start-of-block checking behind off-by-default checkBlockStarts option (#1341) (f9b102d)

v50.5.0

12 Nov 11:49
b9091f8
Compare
Choose a tag to compare

50.5.0 (2024-11-12)

Features

v50.4.3

17 Oct 09:53
Compare
Choose a tag to compare

50.4.3 (2024-10-17)

Bug Fixes

  • text-escaping: add missing docs.description (9a93119)

v50.4.2

17 Oct 09:51
Compare
Choose a tag to compare

50.4.2 (2024-10-17)

Bug Fixes

  • no-multi-asterisks: add missing docs.description (f6616c7)

v50.4.1

14 Oct 15:22
Compare
Choose a tag to compare

50.4.1 (2024-10-14)

Bug Fixes

  • match-name: revert to prior correct behavior of ignoring optional and default code surrounding name (7c0b8c6)

v50.4.0

14 Oct 09:53
Compare
Choose a tag to compare

50.4.0 (2024-10-14)

Features

  • require-hyphen-before-param-description: ensure template will be properly stringified; fixes #1326 (7019d28)

v50.3.2

11 Oct 22:18
Compare
Choose a tag to compare

50.3.2 (2024-10-11)

Bug Fixes

  • require-hyphen-before-param-description: inject hyphen at proper place with multiline type (8b5b7f7)

v50.3.1

01 Oct 09:32
Compare
Choose a tag to compare

50.3.1 (2024-10-01)

Bug Fixes

  • check-alignment: handle zero indent; fixes #1322 (34866bc)

v50.3.0

26 Sep 14:40
Compare
Choose a tag to compare

50.3.0 (2024-09-26)

Features

  • require-param: add ignoreWhenAllParamsMissing option; fixes #1317 (3b18435)