Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v18.4.2
18.4.2 (2019-12-04)
Bug Fixes
check-types
: surface jsdoctypeparser
fix for new()
with arrow functions; @Elberet (373fb43)
v18.4.1
18.4.1 (2019-12-02)
Bug Fixes
check-param-names
: failure to handle default params with spacing; closes #377 (c361ef6)
v18.4.0
18.4.0 (2019-12-02)
Features
check-examples
: add no-multiple-empty-lines
by default (67df3dd)
v18.3.0
18.3.0 (2019-12-01)
Features
validateDescription
: tighten constraint (3b5e301)
v18.2.2
18.2.2 (2019-12-01)
Bug Fixes
valid-types
: ensure reporting "must have a type" when type is known to be required (b36053e)
valid-types
: ensure when in closure mode, that this
and define
tags have types (b6e2699)
v18.2.1
18.2.1 (2019-12-01)
Bug Fixes
check-types
, no-undefined-types
, valid-types
: look within curly brackets of this
and define
tags (and if present within export
) when in Closure mode; fixes #430 (7022f65)
v18.2.0
18.2.0 (2019-11-30)
Features
check-examples
: support global regexes and other flags besides now default "u" (i.e., any of gimys
); fixes #331 (5587e02)
v18.1.6
18.1.6 (2019-11-30)
Bug Fixes
check-examples
: only exclude optional initial space from description, not initial newline (needed for line counts, and rules) (0e89cc8)
v18.1.5
18.1.5 (2019-11-25)
Bug Fixes
newline-after-description
: correctly treat carriage return immediately after newline as ending with a newline; fixes #437 (2fd8ecc)
newline-after-description
: when finding last description line, don't look beyond the length of the description. (242202f)
v18.1.4
18.1.4 (2019-11-20)
Bug Fixes
- ensure comment is only matched by
/**\s
at beginning of text (eeab3d2)