Releases: lazd/gulp-csslint
Releases · lazd/gulp-csslint
1.0.1
08 Feb 17:15
Compare
Sorry, something went wrong.
No results found
1.0.0
20 Aug 20:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.3.0
30 Mar 02:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.2.0
17 Aug 20:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Update gulp-util to 3.0.0
0.1.4
18 Apr 05:27
Compare
Sorry, something went wrong.
No results found
Added csslint.failReporter
Removed beep on failure, can be added with on('error')
Updated dependencies