Skip to content

Releases: gajus/eslint-plugin-jsdoc

v3.10.0

07 Dec 14:09
Compare
Choose a tag to compare

3.10.0 (2018-12-07)

Bug Fixes

  • remove additional space after newline with comment asterisk (#113) (efdeea4)

Features

  • remove deprecated rulesConfig (3e4c84f)

v3.9.1

23 Oct 19:08
Compare
Choose a tag to compare

3.9.1 (2018-10-23)

Bug Fixes

  • support valid colon for require-description-complete-sentence rule (#98) (dc2f86f)

v3.9.0

19 Oct 10:29
Compare
Choose a tag to compare

3.9.0 (2018-10-19)

Bug Fixes

Features

  • add require-description (#91) (1778446)
  • set line locations when reporting violations (#88) (95df73e)

v3.8.0

22 Aug 00:30
Compare
Choose a tag to compare

3.8.0 (2018-08-22)

Features

  • add support for reporting individual lines of jsdoc infraction (#82) (605ef1c)

v3.7.2

21 Aug 22:00
Compare
Choose a tag to compare

3.7.2 (2018-08-21)

Bug Fixes

  • upgrade eslint peer dep to actually required minimum (#80) (c315d55)

v3.7.1

22 May 07:45
Compare
Choose a tag to compare

3.7.1 (2018-05-22)

Bug Fixes

v3.7.0

17 May 03:45
Compare
Choose a tag to compare

3.7.0 (2018-05-17)

Features

  • add an allowOverrideWithoutParam setting for jsdoc/require-param (#74) (6413e7d)

v3.6.3

15 Apr 10:43
Compare
Choose a tag to compare

3.6.3 (2018-04-15)

Bug Fixes

  • 'Object' and 'Array' are undefined in sourceType: module (#71) (94464cd)

v3.6.2

06 Apr 20:18
Compare
Choose a tag to compare

3.6.2 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing when jsdoc has no tags (#69) (c206a9e)

v3.6.1

06 Apr 17:25
Compare
Choose a tag to compare

3.6.1 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing on type syntax error (#68) (14d7f22)