Skip to content

Releases: gajus/eslint-plugin-jsdoc

v48.0.6

06 Feb 17:25
Compare
Choose a tag to compare

48.0.6 (2024-02-06)

Bug Fixes

  • informative-docs: check default named declaration (e9a9b74)
  • informative-docs: check named export declarations: fixes #1198 (5a79d3f)

v48.0.5

05 Feb 20:36
Compare
Choose a tag to compare

48.0.5 (2024-02-05)

Bug Fixes

  • informative-docs: Improve wording in rule description (f2aef87)

v48.0.4

26 Jan 01:19
Compare
Choose a tag to compare

48.0.4 (2024-01-26)

Bug Fixes

  • require-description-complete-sentence: capture multiple newlines as "paragraphs"; fixes #1193 (c5f203a)

v48.0.3

24 Jan 22:38
Compare
Choose a tag to compare

48.0.3 (2024-01-24)

Bug Fixes

  • require-jsdoc: ensure children of TS type reference and parameter instantiation can be exports; fixes #1186 (7461e01)
  • require-param: skip this parameter in checks (when followed by destructured content); fixes #1190 (0cd761b)
  • update devDeps. (6b163c8)

v48.0.2

02 Jan 22:12
Compare
Choose a tag to compare

48.0.2 (2024-01-02)

Bug Fixes

  • update legacy entry point (b60cbb0)

v48.0.1

02 Jan 17:35
Compare
Choose a tag to compare

48.0.1 (2024-01-02)

Bug Fixes

v48.0.0

02 Jan 17:26
Compare
Choose a tag to compare

48.0.0 (2024-01-02)

Features

  • switch to native ESM and add exports (6ac8116)

BREAKING CHANGES

  • adds exports; requires Node 18

v47.0.2

01 Jan 06:12
Compare
Choose a tag to compare

47.0.2 (2024-01-01)

Bug Fixes

v47.0.1

31 Dec 19:30
Compare
Choose a tag to compare

47.0.1 (2023-12-31)

Bug Fixes

  • TS: make configs explicit (47f3161)

v47.0.0

31 Dec 18:38
Compare
Choose a tag to compare

47.0.0 (2023-12-31)

Features

BREAKING CHANGES

  • Adds types