Releases: pugjs/pug-lint
Releases · pugjs/pug-lint
v2.2.1 / 2016-06-06
Highlights
- disallowAttributeInterpolation: More accurate handling
- disallowAttributeContatentation: More accurate concatenation detection
- Adds requireStrictExtensions rule
Changes
v2.2.0 / 2016-06-02
Highlights
- Added support to extend configuration files from external resources such as files and modules
- Deprecated
preset
configuration option in favour ofextends
- Updated to pug-lexer@2
Changes
v2.1.10 / 2016-06-01
Highlights
- Changes priority order, and fixes naming inconsistency, of supported config files
Changes
v2.1.9 / 2016-06-01
Highlights
- Adds support to disallow/require space after individual code operator types
Changes
v2.1.8 / 2016-05-31
Highlights
- Validating multi-line separator now handles outdents correctly
- All rules now report column numbers for errors where appropriate
- Adds missing portion of rule documentation for validateIndentation
- Add information about plugin for VS Code
- Remove duplicate rule requireSpecificAttributes from documentation
Changes
v2.1.7 / 2016-04-18
v2.1.6 / 2016-02-25
Highlights
- Improves disallowAttributeConcatenation and disallowStringConcatenation to remove false positives
Changes
v2.1.5 / 2016-02-25
Highlights
- Improves disallowAttributeConcatenation and disallowStringConcatenation to remove false positives
Changes
v2.1.4 / 2016-02-25
Highlights
- Allows commenting in config files
- disallowMultipleLineBreaks now uses lines in source rather than tokens to allow for multi-line attribute and mixin blocks
- disallowAttributeConcatenation now handles
+
characters in quotes