Skip to content

Releases: gajus/eslint-plugin-jsdoc

v46.2.0

02 Jun 17:39
Compare
Choose a tag to compare

46.2.0 (2023-06-02)

Features

  • imports-as-dependencies: add new rule to detect missing dependencies for import statements; fixes #896 (d7ec6e0)

v46.1.0

31 May 17:29
Compare
Choose a tag to compare

46.1.0 (2023-05-31)

Features

  • require-returns: per-context forceRequireReturn; fixes #757 (31b3a24)

v46.0.0

30 May 19:11
Compare
Choose a tag to compare

46.0.0 (2023-05-30)

Features

  • no-defaults: make no-defaults on by default (034ade1)

BREAKING CHANGES

  • no-defaults: Removes default values. Disable the rule if removal not desired.

Also:

  • docs: adds info on TS recommended rules

v45.0.0

28 May 15:30
Compare
Choose a tag to compare

45.0.0 (2023-05-28)

Features

  • add recommended-typescript-flavor configs (6042b77)
  • for typescript configs, disable no-undefined-types; fixes #888 (ec41b90)

BREAKING CHANGES

  • This should only impact users of typescript configs. TS should itself handle
    checking for undefined types, so the (imperfect) rule has been disabled for
    such users.

v44.2.7

26 May 10:29
Compare
Choose a tag to compare
fix(`informative-docs`, `require-asterisk-prefix`): add missing and u…

…pdate out-of-date doc URL; fixes #1094

v44.2.6

26 May 09:00
Compare
Choose a tag to compare
fix: point to multipage docs; fixes #1094

v44.2.5

23 May 11:28
Compare
Choose a tag to compare
fix(`check-line-alignment`): only treat hyphen as separator if follow…

…ed by whitespace; fixes #1091

v44.2.4

15 May 14:52
Compare
Choose a tag to compare
fix: check-tag-names crash on module comment

v44.2.3

11 May 22:14
Compare
Choose a tag to compare
fix(`no-undefined-types`): add line info to inline tags; fixes #1079

v44.2.2

10 May 16:40
52119a5
Compare
Choose a tag to compare
fix(`require-hyphen-before-param-description`): more targeted replace…

…ment for hyphen removal; fixes #1074 (#1075)