Skip to content

Releases: gajus/eslint-plugin-jsdoc

v15.9.1

01 Sep 06:15
Compare
Choose a tag to compare

15.9.1 (2019-09-01)

Bug Fixes

  • valid-types: treat module, enum, member/var, and typedef as having optional type; fixes #375 (6c7a5de)

v15.9.0

01 Sep 05:15
12ae7c6
Compare
Choose a tag to compare

15.9.0 (2019-09-01)

Bug Fixes

  • require-example: add fixer for missing declaration (though can do nothing with missing description); fixes part of #336 (ea3e057)
  • require-jsdoc: add fixer to add empty jsdoc block (b48cf1d)
  • require-param: skip destructuring; fixes #352 (though still need to handle #11 ) (c8d0611)
  • require-returns-check: check WithStatement for return statements (37e8300)

Features

  • allow empty line between jsdoc and jscode (#353) (19a6590)
  • check-types: Add symbol and bigint to native types (fixes #360) (23846fc)
  • valid-types: Add more type checks (f5c485d)

v15.8.4

30 Aug 02:39
Compare
Choose a tag to compare

15.8.4 (2019-08-30)

Bug Fixes

  • require-jsdoc: avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358 (874adab)

v15.8.3

20 Aug 01:49
Compare
Choose a tag to compare

15.8.3 (2019-08-20)

Bug Fixes

  • no-undefined-types: avoid flat-map-polyfill entirely; further further fix for #366 (fd71277)

v15.8.2

20 Aug 01:23
Compare
Choose a tag to compare

15.8.2 (2019-08-20)

Bug Fixes

  • check-tag-names: ensure replacement field overrides a default tag name preference; fixes #367 (8fceb2e)

v15.8.1

15 Aug 23:26
Compare
Choose a tag to compare

15.8.1 (2019-08-15)

Bug Fixes

  • no-undefined-types: import flat-map polyfill directly to avoid renamed flatten method from polluting prototype (#366) (72e2eab)

v15.8.0

30 Jul 03:36
Compare
Choose a tag to compare

15.8.0 (2019-07-30)

Features

  • check-types: Add symbol and bigint to native types (fixes #360) (bf95787)

v15.7.2

24 Jul 03:24
Compare
Choose a tag to compare

15.7.2 (2019-07-24)

Bug Fixes

  • require-jsdoc: add fixer to add empty jsdoc block (a87ed9e)

v15.7.1

23 Jul 21:35
Compare
Choose a tag to compare

15.7.1 (2019-07-23)

Bug Fixes

  • require-returns-check: check WithStatement for return statements (fda4186)

v15.7.0

23 Jul 13:20
Compare
Choose a tag to compare

15.7.0 (2019-07-23)

Features

  • allow empty line between jsdoc and jscode (#353) (b5a78ff)