- Added a
failOnWarningmethod. - Updated dev dependencies.
- Updated
lesshintto6.0.0. - CI tests are run on Node 11.
- Updated
through2to3.0.0. - Updated dev dependencies.
- Add files missing from
5.0.1.
- Created our own check for excluded files.
- Updated
lesshintto5.1.0. - Updated
lesshint-reporter-stylishto3.0. - CI tests are run on Node 10.
- Updated dev dependencies.
- Breaking Dropped support for Node < 6.
- Breaking Updated
lesshintto5.0. - Updated
lesshint-reporter-stylishto3.0. - Updated
plugin-errorto1.0. - Updated dev dependencies.
- Added a
maxWarningsoption. - Tests are run on Node 9.
- Updated
vinylto2.x. - Updated dev dependencies.
- Updated
lesshintto4.0.
- Fixed an issue where the error count in
failOnError()would sometimes be incorrect. - Tests are run on Node 8.
- Updated
lesshintto3.3.1. - Updated ESLint to
4.x.
- Fixed an issue where
failOnErrorwould crash when theexcludeFilesoption was used. - Updated
lesshintto3.3.0.
- Breaking Dropped support for Node < 4.
- Updated
lesshintto3.0.0. - Complete ES6 rewrite.
- Updated
lesshint-reporter-stylishto2.0.0. - Fixed an issue where
failOnErrorwouldn'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
lesshintto2.0.0. - Reporters are now called at the end of the stream with complete lint results.
- The
fullPathproperty 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
lesshintto2.0.0-rc. - Files are now pushed downwards in the stream.
- Replaced the default reporter with
lesshint-reporter-stylishwhich looks the same. - It's now possible to load any reporter in the
lesshint.reporter()call. - Replaced
gulp-utilwith smaller dependencies. - Replaced
JSHintandJSCSwithESLint. - Dropped support for Node
0.10.
- The default reporter now also outputs the result severity.
- Updated to
lesshint1.0. - Lint errors are no longer emitted to the stream.
- The
errorsproperty on each file in the stream is now calledresults. - Moved logging to its own reporter.
- Updated
lesshintto0.9.0.
- Updated
lesshintto0.8.0. - Updated other dependencies.
- More tests.
- Updated
lesshintto stable0.7.0.
gulp-lesshinthas a new home: https://github.com/lesshint/gulp-lesshint
- Initial release