Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 3.19 KB

changelog.md

File metadata and controls

100 lines (46 loc) · 3.19 KB

0.6.0 (2015-12-14)

Maintenance

  • dependency(through2): update to v2 (0edbc75d)

0.5.0 (2015-05-14)

Features

  • custom-reporters: allow external and custom Reporters (c14be0f9)
  • reporter-publish: use Reporter.publish instead of .reporter (4b3231f9)

Breaking Changes

  • results: the results-key now holds an instance of Coffeelint::ErrorReport (see https://github.com/clutchski/coffeelint/blob/master/src/error_report.coffee) instead of an Array. You may call results.getErrors(filename) to get the old Array back
  • reporter: running coffeelint.reporter('default') now uses the default CoffeeLint reporter instead of the coffeelint-stylish reporter. You may run coffeelint.reporter() or coffeelint.reporter('coffeelint-stylish') to use the stylish reporter

0.4.0 (2014-09-01)

Features

  • fail-reporter-api: 'fail'-reporter no longer fails on mere warnings, but 'failOnWarning' does (b30c0e4c)
  • reporter: nicer output for 'fail'-reporter (02fe47a7)

Breaking Changes

  • Set file.success to true and fail fail-reporter only when file.errorCount is 0, even if files.warningCount > 0. To achieve the previous behavior of the fail-reporter you may use the failOnWarning-reporter.

(b30c0e4c)

0.3.4 (2014-08-23)

Maintenance

  • update dependencies

0.3.3 (2014-05-17)

Maintenance

  • update dependencies

0.3.2 (2014-03-31)

Bug Fixes

0.3.1 (2014-02-26)

Bug Fixes

0.3.0 (2014-02-25)

Features

  • reporter: add 'fail' reporter (34fb6afb)

0.2.2 (2014-02-17)

Maintenance

0.2.1 (2014-02-09)

Maintenance

  • update dependencies

0.2.0 (2014-01-24)

Features

  • api: simplify api, add optFile param and make all params optional (28b74fbc)
  • literate: add default auto-detection for Literate CoffeeScript on .litcoffee and .coffee.md files (80d55a73)