Skip to content

Releases: aj-dev/jscs-html-reporter

v0.2.0

04 Jan 13:00
Compare
Choose a tag to compare
  • Fix issue with gulp-jscs reporter compatibility. gulp-jscs does not support custom reporters that expect accumulated errors collection, making it impossible to write complete report to a file.
    To lint multiple files, jscs-html-reporter must now be used as a standalone reporter in gulp pipeline. See README for more details.
  • Implement config option for specifying reporter output for gulp-jscs:
    .pipe(jscsHtmlGulpReporter({reporterOutput: 'app/html-report.html'}))
  • Improve layout and styling

v0.2.0-beta.2

28 Dec 08:23
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release
  • correct relative file path
  • throw error if reporterOutput not specified in Grunt JSCS task

v0.2.0-beta

27 Dec 13:40
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release
  • Fix issue with gulp-jscs reporter compatibility. gulp-jscs does not support custom reporters that expect accumulated errors collection. Hence, to lint multiple files, jscs-html-reporter must be used as a standalone reporter in gulp pipeline: .pipe(jscsHtmlGulpReporter()). See README for more details.
  • Reporter output can optionally be set for gulp: .pipe(jscsHtmlGulpReporter({reporterOutput: 'app/html-report.html'}))

v0.1.0

07 Nov 23:22
Compare
Choose a tag to compare
  • Add support for gulp-jscs

v0.0.5

27 Aug 16:08
Compare
Choose a tag to compare
  • Exposed reporter path for grunt-jscs
  • Fixed relative paths for CSS and toggle.js
  • Changed error line and column colour

v0.0.4

08 Mar 21:33
Compare
Choose a tag to compare
  • Patch for previous release. Removed .npmignore and added *.png to .gitignore

v0.0.3

08 Mar 20:51
Compare
Choose a tag to compare
  • fixed issue with node-jscs. HTML report is now saved to cwd
  • minor CSS fixes
  • added a screenshot of sample report

v0.0.2

08 Mar 11:59
Compare
Choose a tag to compare
0.0.2

v0.0.1 Initial release

07 Mar 18:43
Compare
Choose a tag to compare
add missing comma