2018-11-10
- Resolve #18 CLR_EXCEPTION_System.ArgumentOutOfRangeException_80131502_TSLint.dll.
- Fix crashing for those that open project as folder.
2018-04-28
- If
tsc
andtsconfig.json
are detected,tslint
is run with--project
flag providing type checking support.
2018-03-21
- Merge #15 Fixed NullReferenceException from Mads Kristensen (fixes numerous
NullReferenceException
(s) inErrorListHelper
)
2018-02-26
2017-12-13
- Resolve #9: Some files are not analyzed.
- Performance increase by not stalling processes by reading output at the wrong time.
2017-10-24
- Resolve #7 Visual Studio 2017 Crashing.
- Resolve crashing when
tslint
errors are spanning multiple lines.
2017-06-21
- Support for spaces in filenames (thanks to Holger Jeromin for PR #4).
2017-06-07
- Resolve #3 System.ArgumentException on a single ts file with no project/solution
(support for dragged or explicitly opened
.ts
files). - Support linting even when there is no solution/project associated to the opened
.ts
file (when thetslint.cmd
andtslint.json
are somewhere in the path of the opened.ts
file).
2017-06-07
- Resolve #2 Support configuration files (better
extends
support).
2017-05-31
- Add support for Visual Studio 2015.
2017-05-25
- Cache project/solution and tslint.cmd path pairs when linting (small performance improvement).
2017-05-23
- Support local installation of
tslint
relative to the opened document's solution (project'stslint
takes precedence).
2017-05-23
- Support local installation of
tslint
relative to the opened document's project.
2017-05-23
- First release.