Releases: pugjs/pug-lint
Releases · pugjs/pug-lint
v2.0.0 / 2015-11-04
Highlights
- Refactored to use the latest version of
jade-lint
for improved error reporting
Changes
v1.2.13 / 2015-10-08
Highlights
- Add rules to disallow attribute interpolation and concatenation
Changes
v1.2.12 / 2015-09-30
v1.2.11 / 2015-09-30
v1.2.10 / 2015-09-03
Highlights
- Improvement to requireSpaceAfterCodeOperator
- disallowStringConcatenation now ignores unbuffered code
- Updates to Clock preset
Changes
v1.2.9 / 2015-09-01
Highlights
- Resolve paths to additional rules correctly
- requireSpaceAfterCodeOperator now handles more valid cases
Changes
v1.2.8 / 2015-08-11
Highlights
- Files can now be excluded via
excludeFiles
option in config - Users can now define their own rules via
additionalRules
option in config - disallow/requireSpaceAfterCodeOperators how handles lines containing variable declarations
- disallow/requireSpacesInsideAttributeBrackets now handles nested/multiple brackets
Changes
v1.2.7 / 2015-08-10
Highlights
- Major bug fixing drive on existing rules
v1.2.6 / 2015-08-09
Highlights
- Further fix to validateAttributeSeparators
v1.2.5 / 2015-08-08
Highlights
- Further fix to validateAttributeSeparators