Skip to content

Releases: lazd/gulp-csslint

1.0.1

08 Feb 17:15
Compare
Choose a tag to compare
  • Remove gulp-util, #62

1.0.0

20 Aug 20:27
Compare
Choose a tag to compare
  • Uses CSSLint 1.0
  • Rename reporter to formatter to match CSSLint

Big thanks to @SimenB and @betaorbust for their work on this release!

0.3.1

03 Jun 18:33
Compare
Choose a tag to compare

0.3.0

30 Mar 02:55
Compare
Choose a tag to compare
  • Fix error when report length is longer than the maximum size of a string #35 via @SimenB
  • Support writing report to a file #34 via @SimenB

0.2.2

28 Feb 17:32
Compare
Choose a tag to compare
  • Fixed empty lines in log output #39, fix invalid string length due to long reports #35 via @abhishekdev

0.2.1

28 Feb 17:26
Compare
Choose a tag to compare

0.2.0

17 Aug 20:13
Compare
Choose a tag to compare
  • Add ability to use built-in CSSLint formatters via @SimenB
  • Don't send empty files to CSSLint to avoid failures via @SimenB
  • Automatically lookup .ccslintrc via @SimenB
  • Added addRule function to add rules at runtime via @lukasoppermann
  • Added JSCS, JSHint and code coverage to build process and add pretty badges via @SimenB

Huge thanks to @SimenB and @lukasoppermann for their work on this release!

0.1.5

02 Aug 16:16
Compare
Choose a tag to compare
  • Update gulp-util to 3.0.0

0.1.4

18 Apr 05:27
Compare
Choose a tag to compare
  • Added csslint.failReporter
  • Removed beep on failure, can be added with on('error')
  • Updated dependencies