Skip to content

Releases: pugjs/pug-lint

v2.2.1 / 2016-06-06

06 Jun 10:07
Compare
Choose a tag to compare

Highlights

  • disallowAttributeInterpolation: More accurate handling
  • disallowAttributeContatentation: More accurate concatenation detection
  • Adds requireStrictExtensions rule

Changes

v2.2.0...v2.2.1

v2.2.0 / 2016-06-02

05 Jun 06:24
Compare
Choose a tag to compare

Highlights

  • Added support to extend configuration files from external resources such as files and modules
  • Deprecated preset configuration option in favour of extends
  • Updated to pug-lexer@2

Changes

v2.1.10...v2.2.0

v2.1.10 / 2016-06-01

01 Jun 09:38
Compare
Choose a tag to compare

Highlights

  • Changes priority order, and fixes naming inconsistency, of supported config files

Changes

v2.1.9...v2.1.10

v2.1.9 / 2016-06-01

01 Jun 08:47
Compare
Choose a tag to compare

Highlights

  • Adds support to disallow/require space after individual code operator types

Changes

v2.1.8...v2.1.9

v2.1.8 / 2016-05-31

31 May 10:21
Compare
Choose a tag to compare

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...v2.1.8

v2.1.7 / 2016-04-18

18 Apr 15:03
Compare
Choose a tag to compare

Highlights

  • Minor bug fixes

Changes

v2.1.6...v2.1.7

v2.1.6 / 2016-02-25

25 Feb 15:10
Compare
Choose a tag to compare

Highlights

  • Improves disallowAttributeConcatenation and disallowStringConcatenation to remove false positives

Changes

v2.1.5...v2.1.6

v2.1.5 / 2016-02-25

25 Feb 13:47
Compare
Choose a tag to compare

Highlights

  • Improves disallowAttributeConcatenation and disallowStringConcatenation to remove false positives

Changes

v2.1.4...v2.1.5

v2.1.4 / 2016-02-25

25 Feb 12:25
Compare
Choose a tag to compare

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

Changes

v2.1.3...v2.1.4

v2.1.3 / 2016-01-20

20 Jan 16:31
Compare
Choose a tag to compare

Highlights

  • Remove shrinkwrap
  • Update dependencies

Changes

v2.1.2...v2.1.3