Skip to content

Releases: gajus/eslint-plugin-jsdoc

v6.0.3

23 May 00:00

Choose a tag to compare

6.0.3 (2019-05-22)

Bug Fixes

  • no-undefined-types: add "object" (as with "Object") to defined types fixes #249 (bb7c1ba)
  • require-returns: don't report with forceRequireReturn when tag is explicitly undefined/void (696d048)
  • valid-types: allow more namepath-defining tags by default (54d8bec)

v6.0.2

22 May 13:07

Choose a tag to compare

6.0.2 (2019-05-22)

Bug Fixes

  • implements-on-classes: had failed to check for tag itself; added test (a989204)

v6.0.1

22 May 00:54

Choose a tag to compare

6.0.1 (2019-05-22)

Performance Improvements

  • match-description: simplify and optimize default regex (af32667)

v6.0.0

21 May 23:44

Choose a tag to compare

6.0.0 (2019-05-21)

BREAKING CHANGES

  • check-types now expects "object" instead of "Object"

Makes consistent with Typescript recommendation and fact that Object.create(null) is not instanceof Object but its typeof is object.

v5.0.2

15 May 15:38
40a7fc0

Choose a tag to compare

5.0.2 (2019-05-15)

Bug Fixes

  • remove regexp unsupported by node 6 (2fb9326)

v5.0.1

15 May 13:01
4a338a3

Choose a tag to compare

5.0.1 (2019-05-15)

Bug Fixes

  • make checkTagNames report position more precise (557885d)

v5.0.0

15 May 11:27

Choose a tag to compare

5.0.0 (2019-05-15)

Features

BREAKING CHANGES

  • Node.js v4 is no longer supported. Next supported version is v6.

v4.8.4

11 May 08:30

Choose a tag to compare

4.8.4 (2019-05-11)

Bug Fixes

  • update GitSpo badge URL (0b04319)

v4.8.3

09 Apr 14:59
49af10a

Choose a tag to compare

4.8.3 (2019-04-09)

Bug Fixes

v4.8.2

08 Apr 12:14
bcaf02e

Choose a tag to compare

4.8.2 (2019-04-08)

Bug Fixes

  • require-returns-check false positive (2093ab5), closes #142