11.0.0 (2019-07-06)
Bug Fixes
- check-types: remove template substitution variables,
badType
,preferredType
, andreplacement
(#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; adddefinedTags
option to replaceadditionalTagNames.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 todefinedTags
option (only used by one rule)