Skip to content

Releases: gajus/eslint-plugin-jsdoc

v15.4.1

13 Jul 15:05
Compare
Choose a tag to compare

15.4.1 (2019-07-13)

Bug Fixes

  • no-undefined-types: ensure working in all contexts; fixes #324 (a1c9824)

v15.4.0

13 Jul 08:10
58518f5
Compare
Choose a tag to compare

15.4.0 (2019-07-13)

Bug Fixes

  • check-examples: preserve whitespace so as to report issues with whitespace-related rules such as indent (fixes #211) (cea3560)

Features

  • check-examples: add paddedIndent option (4c11c39)

v15.3.9

12 Jul 19:29
Compare
Choose a tag to compare

15.3.9 (2019-07-12)

Bug Fixes

  • newline-after-description: avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328 (c7f79fa)

v15.3.8

12 Jul 18:19
Compare
Choose a tag to compare

15.3.8 (2019-07-12)

Bug Fixes

  • require-description-complete-sentence: validate tags without names (e.g., beyond param/returns); fixes #333 (78f9b61)

v15.3.7

12 Jul 16:42
Compare
Choose a tag to compare

15.3.7 (2019-07-12)

Bug Fixes

  • check-examples: disallow empty caption (as with missing caption); fixes #330 (3c39014)

v15.3.6

12 Jul 15:38
Compare
Choose a tag to compare

15.3.6 (2019-07-12)

Bug Fixes

  • check-tag-names: loosen tag replacement to allow for no-space if at word boundary (as at end of line) (1145cd0)
  • check-tag-names: treat keys in tagNamePreference setting as defined so appropriate message will appear and fixer applied (2a605bf)

v15.3.5

11 Jul 18:34
b7bebd1
Compare
Choose a tag to compare

15.3.5 (2019-07-11)

Bug Fixes

  • checkTagNames: #327 - Tag name autofix confused by adjacent tags (0a47c8f)

v15.3.4

10 Jul 01:35
Compare
Choose a tag to compare

15.3.4 (2019-07-10)

Bug Fixes

  • check-alignment, check-indentation, newline-after-description: report error line numbers (8f8431d)
  • check-indentation: check for indentation when no line breaks in doc block (006c140)
  • check-tag-names, check-types, no-undefined-types: ensure bad settings are reported as line 1 (1a13d8e)

v15.3.3

10 Jul 00:36
Compare
Choose a tag to compare

15.3.3 (2019-07-10)

Bug Fixes

  • check-syntax, implements-on-classes: report error line numbers (4049db1)

v15.3.2

09 Jul 05:30
Compare
Choose a tag to compare

15.3.2 (2019-07-09)

Bug Fixes

  • require-description-complete-sentence: report proper line numbers (fixes #160) (37081d2)