Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v8.3.0
8.3.0 (2019-06-19)
Features
- add array option
exemptedBy
on rules require-description
and require-example
(e8026e4)
v8.2.0
8.2.0 (2019-06-19)
Bug Fixes
- add null checks (71aeacf)
- check class declarations (10bb92e)
- only modify window variable when browserEnv option is enabled (287232b)
Features
- add public exports only option to require-jsdoc rule (abd2170), closes #192
v8.1.0
8.1.0 (2019-06-16)
Features
- require-returns: add forceReturnsWithAsync (7e4369b)
- require-returns: add forceReturnsWithAsync (bc184a4)
v8.0.2
8.0.2 (2019-06-16)
Bug Fixes
- Stop warning missing param and returns tags if
[@type](https://github.com/type)
is present (f652d08)
v8.0.1
8.0.1 (2019-06-11)
Bug Fixes
- allow
[@memberof](https://github.com/memberof)
and [@memberof](https://github.com/memberof)!
to have a trailing member operator after their path (a949094)
v8.0.0
8.0.0 (2019-06-11)
- Merge pull request #270 from brettz9/parent-types (805017c), closes #270
- BREAKING CHANGE: change
<>
to no longer apply to SomeType.<>
but instead to now support SomeType<>
(22918c7)
BREAKING CHANGES
- change <> to no longer apply to SomeType.<> but instead to now support SomeType<>
feat: pseudo-type [] to catch parent array types of form string[], number[], etc.
feat: support .<> as separate type
fix: ensure working with nested type arrays/objects
fix: ensure fixer preserves angle-bracket-dot or square bracket notation for arrays/objects
chore: Update husky, semantic-release devDeps; add typescript devDep for type-fest peer dep. (used indirectly by husky and semantic-release)
- through
jsdoctypeparser
update.
v7.2.3
7.2.3 (2019-05-30)
Bug Fixes
- false positive with optional chaining (7015225), closes #182
v7.2.2
7.2.2 (2019-05-30)
Bug Fixes
- require-hyphen-before-param-description: fix fixer to account for multiline descriptions (6873b03)
v7.2.1
7.2.1 (2019-05-30)
Bug Fixes
- require-hyphen-before-param-description: fixer should insert hyphen in correct line (#176) (bca8d3c)
v7.2.0
7.2.0 (2019-05-29)
Features
- check-alignment: add fixer (a05741a)