Releases: ThaNarie/tslint-teamcity-reporter
Releases · ThaNarie/tslint-teamcity-reporter
v3.2.3
v3.2.2
v3.2.1
v3.2.0 - Inspections
Thanks to @mstankowiak for adding support for inspections as a reporter.
v3.1.0 - Fix babel deps
Now uses newest babel versions (and runtime-corejs2), needed for node6 compatibility.
v3.0.0 - Complete rewrite with breaking changes and new features
Note: v3.0.0 is completely rewritten to keep it more maintainable (borrowing from eslint-teamcity and tslint internal tests), and will be a breaking change to your configuration and output.
Breaking Changes
- From the CLI, the formatter can now be specified as
-t ./node_modules/tslint-teamcity-reporter/index.js
- The lint errors reported as tests are now grouped by file
- This means that on the top-level, you only see failed files, not individual errors
- The individual errors are now displayed as error output for each file
- This means that the 'failed test count' will drop significantly, please take into account in your overall metrics
- If you liked the old approach better, please let me know in a ticket, and I can add it back as an option
- Warnings are now treated as such, will show up in the logs and at the bottom of a failed test
v2.0.0 - Update for correct tslint formatter configuration
Proper semver-breaking update of 1.1.0
v1.1.1 - Fix breaking change from v1.1.0
Temporary copy back the old file to prevent breaking change
v1.1.0 - Update for correct tslint formatter configuration
Merge pull request #3 from bjspencer/master Fixes #2
v1.0.0 - Update to support latest Grunt TSLint
Merge pull request #1 from deenairn/master Update to support latest Grunt TSLint