Skip to content

v11.0.0

Compare
Choose a tag to compare
@gajus gajus released this 06 Jul 05:07
3cff001

11.0.0 (2019-07-06)

Bug Fixes

  • check-types: remove template substitution variables, badType, preferredType, and replacement (#310) (854c8dd)

Features

  • remove preferredTypesDefined option in favor of making it apply automatically (2072735)
  • check-tag-names: auto-allow tags in tagNamePreference setting to be defined; add definedTags option to replace additionalTagNames.customTags setting (9df41d7)

BREAKING CHANGES

  • check-types: In place of the substitution variables, one must now hard-code the type in the message
  • One can no longer avoid preferredTypes types being treated as defined
  • check-tag-names: Switch additionalTagNames.customTags setting to definedTags option (only used by one rule)