Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v15.4.1
15.4.1 (2019-07-13)
Bug Fixes
- no-undefined-types: ensure working in all contexts; fixes #324 (a1c9824)
v15.4.0
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
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
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
15.3.7 (2019-07-12)
Bug Fixes
- check-examples: disallow empty caption (as with missing caption); fixes #330 (3c39014)
v15.3.6
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
15.3.5 (2019-07-11)
Bug Fixes
- checkTagNames: #327 - Tag name autofix confused by adjacent tags (0a47c8f)
v15.3.4
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
15.3.3 (2019-07-10)
Bug Fixes
- check-syntax, implements-on-classes: report error line numbers (4049db1)
v15.3.2
15.3.2 (2019-07-09)
Bug Fixes
require-description-complete-sentence
: report proper line numbers (fixes #160) (37081d2)