Skip to content

Releases: ThaNarie/tslint-teamcity-reporter

v3.2.3

09 Jun 17:04
Compare
Choose a tag to compare

Update dependencies

v3.2.2

30 Mar 17:51
792425e
Compare
Choose a tag to compare

Fix line and col numbers, were 0-based, now properly 1-based (thanks @ulrichb)

v3.2.1

14 Mar 11:33
641e164
Compare
Choose a tag to compare

Hotfix for windows paths

v3.2.0 - Inspections

12 Mar 20:41
7c63d48
Compare
Choose a tag to compare

Thanks to @mstankowiak for adding support for inspections as a reporter.

v3.1.0 - Fix babel deps

29 Nov 17:29
Compare
Choose a tag to compare

Now uses newest babel versions (and runtime-corejs2), needed for node6 compatibility.

v3.0.0 - Complete rewrite with breaking changes and new features

28 Nov 17:19
Compare
Choose a tag to compare

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

26 Oct 09:53
Compare
Choose a tag to compare
Proper semver-breaking update of 1.1.0

v1.1.1 - Fix breaking change from v1.1.0

26 Oct 09:48
Compare
Choose a tag to compare
Temporary copy back the old file to prevent breaking change

v1.1.0 - Update for correct tslint formatter configuration

25 Oct 22:33
Compare
Choose a tag to compare
Merge pull request #3 from bjspencer/master

Fixes #2

v1.0.0 - Update to support latest Grunt TSLint

05 Jan 20:03
Compare
Choose a tag to compare
Merge pull request #1 from deenairn/master

Update to support latest Grunt TSLint