Skip to content

v14.0.0

Compare
Choose a tag to compare
@gajus gajus released this 07 Jul 15:08
eab2813

14.0.0 (2019-07-07)

Features

  • require-param: remove deprecated settings allowOverrideWithoutParam, allowImplementsWithoutParam, allowAugmentsExtendsWithoutParam (39c1e11)

BREAKING CHANGES

  • require-param: Removes the following settings in favor of mentioned replacements ettings:
  • settings.jsdoc.allowOverrideWithoutParam - replaced by settings.jsdoc.overrideReplacesDocs
  • settings.jsdoc.allowImplementsWithoutParam - replaced by settings.jsdoc.implementsReplacesDocs
  • settings.jsdoc.allowAugmentsExtendsWithoutParam - replaced by settings.jsdoc.augmentsExtendsReplacesDocs