Skip to content

Releases: unstubbable/custom-tslint-formatters

v2.4.0

22 Jun 09:10

Choose a tag to compare

Prefix warnings and errors with their severity. (#6)

v2.3.0

26 Feb 13:49

Choose a tag to compare

  • sort failures by start position
  • print a summary (including a hint regarding fixes)

v2.2.0

09 Feb 15:08

Choose a tag to compare

Differentiate position color between error & warning. Errors are now printed with a red position (row:column), warnings are printed with a yellow position.

v2.1.1

22 Jul 12:33

Choose a tag to compare

Move @types/node and @types/chalk to dev dependencies. #5

v2.1.0

30 Mar 19:33

Choose a tag to compare

  • Allow tslint 5.0 as peer dependency.

v2.0.1

30 Mar 13:33

Choose a tag to compare

  • Improve readability of position and rule on some dark backgrounds.

v2.0.0

30 Mar 13:33

Choose a tag to compare

  • Support tslint 4.0

v1.1.1

20 Oct 09:47

Choose a tag to compare

  • fix file paths in issues view (#2)