- Added a
failOnWarning
method. - Updated dev dependencies.
- Updated
lesshint
to6.0.0
. - CI tests are run on Node 11.
- Updated
through2
to3.0.0
. - Updated dev dependencies.
- Add files missing from
5.0.1
.
- Created our own check for excluded files.
- Updated
lesshint
to5.1.0
. - Updated
lesshint-reporter-stylish
to3.0
. - CI tests are run on Node 10.
- Updated dev dependencies.
- Breaking Dropped support for Node < 6.
- Breaking Updated
lesshint
to5.0
. - Updated
lesshint-reporter-stylish
to3.0
. - Updated
plugin-error
to1.0
. - Updated dev dependencies.
- Added a
maxWarnings
option. - Tests are run on Node 9.
- Updated
vinyl
to2.x
. - Updated dev dependencies.
- Updated
lesshint
to4.0
.
- Fixed an issue where the error count in
failOnError()
would sometimes be incorrect. - Tests are run on Node 8.
- Updated
lesshint
to3.3.1
. - Updated ESLint to
4.x
.
- Fixed an issue where
failOnError
would crash when theexcludeFiles
option was used. - Updated
lesshint
to3.3.0
.
- Breaking Dropped support for Node < 4.
- Updated
lesshint
to3.0.0
. - Complete ES6 rewrite.
- Updated
lesshint-reporter-stylish
to2.0.0
. - Fixed an issue where
failOnError
wouldn't end the stream when no errors were encountered.
- Added failOnError method.
- Tests are run on Node 7.
- This release contains possible breaking changes. Check this list before updating.
- Updated
lesshint
to2.0.0
. - Reporters are now called at the end of the stream with complete lint results.
- The
fullPath
property in lint result objects passed to reporters are now the full path and not a relative one.
- This release contains possible breaking changes. Check this list before updating.
- Updated
lesshint
to2.0.0-rc
. - Files are now pushed downwards in the stream.
- Replaced the default reporter with
lesshint-reporter-stylish
which looks the same. - It's now possible to load any reporter in the
lesshint.reporter()
call. - Replaced
gulp-util
with smaller dependencies. - Replaced
JSHint
andJSCS
withESLint
. - Dropped support for Node
0.10
.
- The default reporter now also outputs the result severity.
- Updated to
lesshint
1.0
. - Lint errors are no longer emitted to the stream.
- The
errors
property on each file in the stream is now calledresults
. - Moved logging to its own reporter.
- Updated
lesshint
to0.9.0
.
- Updated
lesshint
to0.8.0
. - Updated other dependencies.
- More tests.
- Updated
lesshint
to stable0.7.0
.
gulp-lesshint
has a new home: https://github.com/lesshint/gulp-lesshint
- Initial release