Skip to content

Releases: pugjs/pug-lint

v2.0.0 / 2015-11-04

04 Nov 20:06
Compare
Choose a tag to compare

Highlights

  • Refactored to use the latest version of jade-lint for improved error reporting

Changes

v1.2.13...v2.0.0

v1.2.13 / 2015-10-08

08 Oct 10:50
Compare
Choose a tag to compare

Highlights

  • Add rules to disallow attribute interpolation and concatenation

Changes

v1.2.12...v1.2.13

v1.2.12 / 2015-09-30

30 Sep 07:05
Compare
Choose a tag to compare

Highlights

  • Fix shrinkwrap

Changes

v1.2.11...v1.2.12

v1.2.11 / 2015-09-30

30 Sep 06:58
Compare
Choose a tag to compare

Highlights

  • Add rule to require strict equality operators

Changes

v1.2.10...v1.2.11

v1.2.10 / 2015-09-03

03 Sep 08:16
Compare
Choose a tag to compare

Highlights

  • Improvement to requireSpaceAfterCodeOperator
  • disallowStringConcatenation now ignores unbuffered code
  • Updates to Clock preset

Changes

v1.2.9...v1.2.10

v1.2.9 / 2015-09-01

01 Sep 16:30
Compare
Choose a tag to compare

Highlights

  • Resolve paths to additional rules correctly
  • requireSpaceAfterCodeOperator now handles more valid cases

Changes

v1.2.8...v1.2.9

v1.2.8 / 2015-08-11

11 Aug 13:34
Compare
Choose a tag to compare

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...v1.2.8

v1.2.7 / 2015-08-10

10 Aug 16:06
Compare
Choose a tag to compare

Highlights

  • Major bug fixing drive on existing rules

v1.2.6 / 2015-08-09

09 Aug 08:33
Compare
Choose a tag to compare

Highlights

  • Further fix to validateAttributeSeparators

v1.2.5 / 2015-08-08

08 Aug 14:21
Compare
Choose a tag to compare

Highlights

  • Further fix to validateAttributeSeparators