Skip to content

Releases: gajus/eslint-plugin-jsdoc

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)

v50.2.5

25 Sep 23:28
Compare
Choose a tag to compare

50.2.5 (2024-09-25)

Bug Fixes

  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)

v50.2.4

18 Sep 23:14
Compare
Choose a tag to compare

50.2.4 (2024-09-18)

Bug Fixes

  • require-returns-check: allow infinite for loops to have only one branch to return; fixes #1315 (e7ab475)

v50.2.3

13 Sep 09:22
Compare
Choose a tag to compare

50.2.3 (2024-09-13)

Bug Fixes

  • require-jsdoc: avoid erring on static blocks (8222262)