Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v3.8.0
3.8.0 (2018-08-22)
Features
- add support for reporting individual lines of jsdoc infraction (#82) (605ef1c)
v3.7.2
3.7.2 (2018-08-21)
Bug Fixes
- upgrade eslint peer dep to actually required minimum (#80) (c315d55)
v3.7.1
3.7.1 (2018-05-22)
Bug Fixes
v3.7.0
3.7.0 (2018-05-17)
Features
- add an
allowOverrideWithoutParam
setting for jsdoc/require-param
(#74) (6413e7d)
v3.6.3
3.6.3 (2018-04-15)
Bug Fixes
- 'Object' and 'Array' are undefined in sourceType: module (#71) (94464cd)
v3.6.2
3.6.2 (2018-04-06)
Bug Fixes
- no-undefined-types crashing when jsdoc has no tags (#69) (c206a9e)
v3.6.1
3.6.1 (2018-04-06)
Bug Fixes
- no-undefined-types crashing on type syntax error (#68) (14d7f22)
v3.6.0
3.6.0 (2018-04-06)
Features
- add a type parser and two new rules for types in JSdoc comments (#67) (323a133)
v3.5.0
3.5.0 (2018-02-20)
Features
v3.4.1
3.4.1 (2018-02-14)
Bug Fixes
- cover the edge cases in requireDescriptionCompleteSentence (#61) (d579850)