Skip to content

Releases: gajus/eslint-plugin-jsdoc

v46.5.0

20 Aug 18:15
Compare
Choose a tag to compare

46.5.0 (2023-08-20)

Features

v46.4.6

04 Aug 18:02
eed807e
Compare
Choose a tag to compare

46.4.6 (2023-08-04)

Bug Fixes

  • update jsdoccomment, comment-parser, and devDeps. (#1139) (eed807e)

v46.4.5

27 Jul 08:22
e41df35
Compare
Choose a tag to compare

46.4.5 (2023-07-27)

Bug Fixes

  • require-jsdoc: accessibility check for latest typescript-eslint/parser (#1136) (e41df35)

v46.4.4

15 Jul 13:16
44da8c7
Compare
Choose a tag to compare

46.4.4 (2023-07-15)

Bug Fixes

  • no-undefined-types: add Awaited TS utility global (#1132) (44da8c7)

v46.4.3

30 Jun 17:43
Compare
Choose a tag to compare

46.4.3 (2023-06-30)

Bug Fixes

  • match-description: drop throws and yields from being reported for non-empty descriptions by nonemptyTags default; #1126 (03578ca)

v46.4.2

28 Jun 23:42
Compare
Choose a tag to compare

46.4.2 (2023-06-28)

Bug Fixes

  • require-jsdoc: do not report MethodDefinition with non-public accessibility; fixes #1124 (00922c3)

v46.4.1

28 Jun 22:40
Compare
Choose a tag to compare

46.4.1 (2023-06-28)

Bug Fixes

  • require-jsdoc: do not report PropertyDefinition's with non-public accessibility; fixes #1122 (1e45ae4)

v46.4.0

28 Jun 00:20
Compare
Choose a tag to compare

46.4.0 (2023-06-28)

Features

  • valid-types: check link and tutorial for content; #233 (42c713e)

v46.3.0

25 Jun 23:30
Compare
Choose a tag to compare

46.3.0 (2023-06-25)

Bug Fixes

  • make name required on [@template](https://github.com/template) for non-JSDoc modes (467441b)

Features

  • match-description: ensure [@desc](https://github.com/desc) checked by default; check more desc-like tags by default; check non-empty tags; #233 (1b9d9e4)

v46.2.6

07 Jun 10:17
Compare
Choose a tag to compare

46.2.6 (2023-06-07)

Bug Fixes

  • imports-as-dependencies: do not log missing package.json when rule is not active; fixes #1117 (3a5dd7d)