Skip to content

v9.0.0

Compare
Choose a tag to compare
@gajus gajus released this 27 Jun 05:03
f28f87f

9.0.0 (2019-06-27)

Features

  • make some rules work on non-functions (5b379d9)

  • Merge pull request #298 from golopot/allnodes (f28f87f), closes #298

BREAKING CHANGES

  • a subset of rules updated to work on all JSDoc blocks rather than just function-like nodes

Changes apply to check-alignment, check-indentation, check-syntax, check-tag-names, check-types, newline-after-description, require-description-complete-sentence, require-hyphen-before-param-description, valid-types

  • previously rules mostly works only on function-like
    nodes, now a subset of rules are updated to work on all JSDocs.