Version 7.0.0
Major
- Support Node.js v8.3+, from v8+.
- Updated the
eslintpeer dependency to^6.0.0. - To account for several changes in ESLint v6, when
parserOptions.sourceTypeis being set thepackage.jsontypefield is respected andoverridesis used to enforce file extension specific Node.js standards. - Replaced deprecated JSDoc rules with a new peer dependency,
eslint-plugin-jsdoc. - Preferred capitalization of types now matches the
jsdoc/check-typesrule defaults. - Preferred tag names now match the
jsdoc/check-tag-namesrule defaults, with the exception of@prop. - Support
jsdoc-mdprojects by automatically restricting JSDoc tags to the supported subset.
Patch
- Updated dependencies.
- Disabled the
require-atomic-updatesrule due to false positives. - Improved the installation instructions in the readme.
- Updated the package
keywordsfield forjsdoc-md.