Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v15.9.1
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
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
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
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
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.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
15.8.0 (2019-07-30)
Features
check-types: Add symbol and bigint to native types (fixes #360) (bf95787)
v15.7.2
15.7.2 (2019-07-24)
Bug Fixes
- require-jsdoc: add fixer to add empty jsdoc block (a87ed9e)
v15.7.1
15.7.1 (2019-07-23)
Bug Fixes
- require-returns-check: check
WithStatement for return statements (fda4186)
v15.7.0
15.7.0 (2019-07-23)
Features
- allow empty line between jsdoc and jscode (#353) (b5a78ff)