Skip to content

Releases: gajus/eslint-plugin-jsdoc

v15.10.0

09 Oct 12:19
f5aa476
Compare
Choose a tag to compare

15.10.0 (2019-10-09)

Features

  • add require-param fixer (f5aa476)
  • require-param: add fixer (893916c)

v15.9.10

05 Oct 00:17
Compare
Choose a tag to compare

15.9.10 (2019-10-05)

Bug Fixes

  • check-types: surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type) (c0171c7)

v15.9.9

04 Oct 01:27
Compare
Choose a tag to compare

15.9.9 (2019-10-04)

Bug Fixes

  • check-types: allow albeit questionable variadic without operand function(...); fixes #389 (24dd328)

v15.9.8

03 Oct 04:34
Compare
Choose a tag to compare

15.9.8 (2019-10-03)

Bug Fixes

  • check-indentation: Loosen tag pattern to allowable jsdoc tags (326d2b5)

v15.9.7

02 Oct 13:52
Compare
Choose a tag to compare

15.9.7 (2019-10-02)

Bug Fixes

v15.9.6

02 Oct 13:16
Compare
Choose a tag to compare

15.9.6 (2019-10-02)

Bug Fixes

v15.9.5

27 Sep 14:45
Compare
Choose a tag to compare

15.9.5 (2019-09-27)

Bug Fixes

  • require-jsdoc: have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386 (3558377)

v15.9.4

27 Sep 07:27
Compare
Choose a tag to compare

15.9.4 (2019-09-27)

Bug Fixes

  • avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386 (f77144d)

v15.9.3

26 Sep 09:08
Compare
Choose a tag to compare

15.9.3 (2019-09-26)

Bug Fixes

  • require-jsdoc: allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385 (c523384)

v15.9.2

14 Sep 09:17
Compare
Choose a tag to compare

15.9.2 (2019-09-14)

Bug Fixes

  • no-undefined-types: add void to allowable types; fixes #381 (ebf92c5)