Skip to content

Releases: gajus/eslint-plugin-jsdoc

v8.3.0

19 Jun 08:56
Compare
Choose a tag to compare

8.3.0 (2019-06-19)

Features

  • add array option exemptedBy on rules require-description and require-example (e8026e4)

v8.2.0

19 Jun 08:35
Compare
Choose a tag to compare

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

16 Jun 10:46
Compare
Choose a tag to compare

8.1.0 (2019-06-16)

Features

  • require-returns: add forceReturnsWithAsync (7e4369b)
  • require-returns: add forceReturnsWithAsync (bc184a4)

v8.0.2

16 Jun 10:24
5f296a0
Compare
Choose a tag to compare

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

11 Jun 11:06
Compare
Choose a tag to compare

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

11 Jun 07:40
805017c
Compare
Choose a tag to compare

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

30 May 12:00
2cc7dd1
Compare
Choose a tag to compare

7.2.3 (2019-05-30)

Bug Fixes

  • false positive with optional chaining (7015225), closes #182

v7.2.2

30 May 11:43
be9c24e
Compare
Choose a tag to compare

7.2.2 (2019-05-30)

Bug Fixes

  • require-hyphen-before-param-description: fix fixer to account for multiline descriptions (6873b03)

v7.2.1

30 May 10:19
fa5a295
Compare
Choose a tag to compare

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

29 May 09:20
Compare
Choose a tag to compare

7.2.0 (2019-05-29)

Features

  • check-alignment: add fixer (a05741a)