Skip to content

Releases: gajus/eslint-plugin-jsdoc

v20.3.0

11 Jan 20:29
Compare
Choose a tag to compare

20.3.0 (2020-01-11)

Features

  • no-bad-blocks: add rule to check for multi-line-style comments which fail to meet criteria of a jsdoc block (4ce07d1)

v20.2.0

11 Jan 14:19
Compare
Choose a tag to compare

20.2.0 (2020-01-11)

Features

  • no-defaults: add new rule to reports defaults on [@param](https://github.com/param) or [@default](https://github.com/default) and optionally report optional args; fixes #477 (d7fec9a)

v20.1.0

11 Jan 12:11
Compare
Choose a tag to compare

20.1.0 (2020-01-11)

Features

  • require-hyphen-before-param-description: add option to support checking property/prop (1383c02)

v20.0.5

08 Jan 15:41
Compare
Choose a tag to compare

20.0.5 (2020-01-08)

Performance Improvements

  • check-examples: avoid caching unused config (6cbf286)

v20.0.4

08 Jan 13:01
Compare
Choose a tag to compare

20.0.4 (2020-01-08)

Bug Fixes

  • no-types, require-param: fixable meta should be code not true (b0aed65)
  • require-file-overview: omit fixable meta on non-fixable rule (efddc1c)

v20.0.3

07 Jan 19:45
Compare
Choose a tag to compare

20.0.3 (2020-01-07)

Bug Fixes

  • check-property-names: check duplicate nested names (1c31782)

v20.0.2

07 Jan 10:45
Compare
Choose a tag to compare

20.0.2 (2020-01-07)

Bug Fixes

  • check-param-names: check duplicate nested names; fixes #474 (c51d616)

v20.0.1

07 Jan 01:24
Compare
Choose a tag to compare

20.0.1 (2020-01-07)

Bug Fixes

  • require-jsdoc: handle spread elements in typescript-eslint/parser; for #378 (3e8ea59)

v20.0.0

02 Jan 11:40
Compare
Choose a tag to compare

20.0.0 (2020-01-02)

Features

  • check-examples: apply rules by default as if on current JavaScript file (though with md extension for easier automated overriding); fixes #434 (976cfc1)

refactoring

  • check-examples: rename eslintrcForExamples to checkEslintrc; also ensure matchingFileName always triggers config retrieval (5a85f0f)

BREAKING CHANGES

  • check-examples: This commit also clarifies new precedence and behavior in docs.

v19.2.0

31 Dec 17:05
Compare
Choose a tag to compare

19.2.0 (2019-12-31)

Features

  • require-file-overview: allow user to specify whether checking for tag, duplicates, or preceding non-comments, and for which tags (f6e467e)