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

Commit 928ecc6

Browse files
committed
Prepare v1.2.0 release
1 parent 01a482b commit 928ecc6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v1.2.0](https://github.com/AtomLinter/linter-tslint/tree/v1.2.0) (2017-04-25)
4+
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.1.0...v1.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Performance issues with multiple rules [\#93](https://github.com/AtomLinter/linter-tslint/issues/93)
9+
- Refactored to perform linting/fixing on async worker task [\#158](https://github.com/AtomLinter/linter-tslint/pull/158) ([Xapphire13](https://github.com/Xapphire13))
10+
- Pass a program object to the linter to enable type checking [\#157](https://github.com/AtomLinter/linter-tslint/pull/157) ([smockle](https://github.com/smockle))
11+
12+
**Fixed bugs:**
13+
14+
- Fixing bug where the worker thread would hang if there wasn't a tslint.json file [\#160](https://github.com/AtomLinter/linter-tslint/pull/160) ([Xapphire13](https://github.com/Xapphire13))
15+
16+
**Closed issues:**
17+
18+
- Enable type-checking for rules that needs it [\#109](https://github.com/AtomLinter/linter-tslint/issues/109)
19+
320
## [v1.1.0](https://github.com/AtomLinter/linter-tslint/tree/v1.1.0) (2017-04-17)
421
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.0.0...v1.1.0)
522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-tslint",
33
"main": "./lib/main.js",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Linter plugin for Typescript, using tslint",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)