Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Releases: andreogle/eslint-teamcity

Version 4.0.0

01 Jun 10:56

Choose a tag to compare

Breaking Change

  • Support for Node 10 has been dropped.

Node 10 is supported by version 3.x

Version 3.1.0

21 Jan 18:29

Choose a tag to compare

Features

  1. Add TypeScript typings (thanks @idan-at!)

Version 3.0.1

01 May 12:23

Choose a tag to compare

Bug fixes

  1. Sometimes ESLint does not return a ruleId with the message object. This is a problem, especially for the inspections reporter, so a default of <none> has been added if no ruleId` is found (902440b)

Version 3.0.0

01 Apr 09:59

Choose a tag to compare

Breaking Change

  • Support for Node 8 has been dropped.

Node 6 is supported by version 1.x
Node 8 is supported by version 2.x

Version 2.3.1

01 Apr 09:55

Choose a tag to compare

  • Add back Node 8 support. Going to drop Node 8 in eslint-teamcity 3.0

Version 2.3.0

01 Apr 09:50

Choose a tag to compare

  • Drops Node 8 support

Version 2.2.0

29 Jul 15:35

Choose a tag to compare

  • Fixes an issue with path formatting on Windows (#22) - thanks @ulrichb!

Version 2.1.0

05 Sep 07:30

Choose a tag to compare

  • Dropped full paths in output in favour of relative paths (thanks @JordanAdams)

Version 2

19 Jan 13:10

Choose a tag to compare

Node 6+ is now required

  • There are no breaking changes between v1.4 and v2
  • Rewrote the internals using ES6
  • Added a new formatter - inspections (thanks @akaguny for the suggestions and help!!)
  • Added various ways to configure which formatter is used and changing report names

Version 1.4.0

12 Jul 12:29

Choose a tag to compare

  • Added 2 additional ways to run eslint-teamcity (against an ESLint JSON report & by requiring in JS):
  • Dropped support for Node v0.10 and v0.12. If you need to run against these versions, please use version 1.3.1

Thanks @akaguny for the work!