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

Commit 7df715d

Browse files
committed
1.2.0
1 parent f801229 commit 7df715d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.2.0 - June 17, 2019
4+
- Pick up tslint-plugin 0.5.0
5+
- Update the problem matcher to support errors from TSlint 5.12 or newer. Thanks @Springrbua!
6+
- Fix a potential cause of fix-all actions not working. Thanks @lawrence-yu!
7+
- Hook up the `packageManager` property from the tslint plugin Thanks @ExE-Boss!
8+
39
## 1.1.0 - May 21, 2019
410
- Help users better understand why tslint is not enabled by generating warnings if there is a `tslint.json` and the tslint library cannot be found or generates an error.
511
- Treat `tslint.json` as a standard `json` file by default instead of json+comments.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-typescript-tslint-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"displayName": "TSLint",
66
"description": "TSLint support for Visual Studio Code",

0 commit comments

Comments
 (0)