Skip to content

Releases: gajus/eslint-plugin-jsdoc

v48.5.0

26 Jun 08:49
Compare
Choose a tag to compare

48.5.0 (2024-06-26)

Features

  • check-param-names: check TSMethodSignature (as on interface methods); fixes #1249 (49400e1)

v48.4.0

24 Jun 11:57
Compare
Choose a tag to compare

48.4.0 (2024-06-24)

Features

v48.3.0

24 Jun 00:49
Compare
Choose a tag to compare

48.3.0 (2024-06-24)

Bug Fixes

  • no-undefined-types: treat variables imported by [@import](https://github.com/import) tags as defined; fixes #1244 (54ac4fd)

Features

  • check-values: checks for valid [@import](https://github.com/import) syntax (ad31b14)

v48.2.15

23 Jun 04:36
Compare
Choose a tag to compare

48.2.15 (2024-06-23)

Bug Fixes

  • Revert "fix(no-undefined-types): treat variables imported by [@import](https://github.com/import) tags as defined"; fixes #1246 (ce066df)

v48.2.14

23 Jun 04:01
Compare
Choose a tag to compare

48.2.14 (2024-06-23)

Bug Fixes

  • no-undefined-types: treat variables imported by [@import](https://github.com/import) tags as defined; fixes #1244 (34ba2e0)

v48.2.13

22 Jun 07:45
Compare
Choose a tag to compare

48.2.13 (2024-06-22)

Bug Fixes

v48.2.12

14 Jun 07:54
Compare
Choose a tag to compare

48.2.12 (2024-06-14)

Bug Fixes

  • namespace flat config name's (8603579)

v48.2.11

13 Jun 17:31
Compare
Choose a tag to compare

48.2.11 (2024-06-13)

Bug Fixes

  • avoid inserting name for eslintrc configs; fixes #1239 (c2d5a35)

v48.2.10

13 Jun 15:40
Compare
Choose a tag to compare

48.2.10 (2024-06-13)

Bug Fixes

  • add names to flat configs (5429982)

v48.2.9

07 Jun 00:53
Compare
Choose a tag to compare

48.2.9 (2024-06-07)

Bug Fixes

  • require-description-complete-sentence: regression with heading exempting; fixes #1220 (fbc9fca)