Skip to content

Releases: pugjs/pug-lint

v1.2.4 / 2015-08-08

08 Aug 14:01
Compare
Choose a tag to compare

Highlights

  • New rule to disallow spaces inside attribute brackets

v1.2.3 / 2015-08-08

08 Aug 10:03
Compare
Choose a tag to compare

Highlights

  • Fixed bug with validateAttributeSeparator parsing the whole line rather than just the attribute values

v1.2.2 / 2015-08-06

06 Aug 13:08
Compare
Choose a tag to compare

Highlights

  • Fixed bug with validateAttributeSeparator handling of Array and object values

v1.2.1 / 2015-08-05

06 Aug 13:07
Compare
Choose a tag to compare

Highlights

  • Simplified inline reporter

v1.2.0 / 2015-08-06

05 Aug 10:23
Compare
Choose a tag to compare

Highlights

  • Support for built-in and custom reporters

v1.1.0 / 2015-08-04

04 Aug 14:16
Compare
Choose a tag to compare

Highlights

  • Support for presets

v1.0.2 / 2015-08-04

04 Aug 11:48
Compare
Choose a tag to compare

Highlights

  • New rules: requireSpecificAttributes
  • FIX: Attribute quote validation can now handle boolean attributes correctly

v1.0.1 / 2015-08-04

04 Aug 09:49
Compare
Choose a tag to compare

Highlights

  • New rules:
    • disallowSpecificAttributes
    • disallowSpecificTags

v1.0.0 / 2015-07-30

30 Jul 15:36
Compare
Choose a tag to compare

Highlights

  • CLI support
  • Config file support
  • Initial batch of rules