Skip to content

Releases: gajus/eslint-plugin-jsdoc

v18.4.2

04 Dec 00:18
Compare
Choose a tag to compare

18.4.2 (2019-12-04)

Bug Fixes

  • check-types: surface jsdoctypeparser fix for new() with arrow functions; @Elberet (373fb43)

v18.4.1

02 Dec 08:04
Compare
Choose a tag to compare

18.4.1 (2019-12-02)

Bug Fixes

  • check-param-names: failure to handle default params with spacing; closes #377 (c361ef6)

v18.4.0

02 Dec 02:46
Compare
Choose a tag to compare

18.4.0 (2019-12-02)

Features

  • check-examples: add no-multiple-empty-lines by default (67df3dd)

v18.3.0

01 Dec 03:55
Compare
Choose a tag to compare

18.3.0 (2019-12-01)

Features

  • validateDescription: tighten constraint (3b5e301)

v18.2.2

01 Dec 02:06
Compare
Choose a tag to compare

18.2.2 (2019-12-01)

Bug Fixes

  • valid-types: ensure reporting "must have a type" when type is known to be required (b36053e)
  • valid-types: ensure when in closure mode, that this and define tags have types (b6e2699)

v18.2.1

01 Dec 01:46
Compare
Choose a tag to compare

18.2.1 (2019-12-01)

Bug Fixes

  • check-types, no-undefined-types, valid-types: look within curly brackets of this and define tags (and if present within export) when in Closure mode; fixes #430 (7022f65)

v18.2.0

30 Nov 15:59
Compare
Choose a tag to compare

18.2.0 (2019-11-30)

Features

  • check-examples: support global regexes and other flags besides now default "u" (i.e., any of gimys); fixes #331 (5587e02)

v18.1.6

30 Nov 06:59
Compare
Choose a tag to compare

18.1.6 (2019-11-30)

Bug Fixes

  • check-examples: only exclude optional initial space from description, not initial newline (needed for line counts, and rules) (0e89cc8)

v18.1.5

25 Nov 15:57
Compare
Choose a tag to compare

18.1.5 (2019-11-25)

Bug Fixes

  • newline-after-description: correctly treat carriage return immediately after newline as ending with a newline; fixes #437 (2fd8ecc)
  • newline-after-description: when finding last description line, don't look beyond the length of the description. (242202f)

v18.1.4

20 Nov 12:52
Compare
Choose a tag to compare

18.1.4 (2019-11-20)

Bug Fixes

  • ensure comment is only matched by /**\s at beginning of text (eeab3d2)