Skip to content

Commit c570a65

Browse files
author
t-sauer
committed
Release 1.2.0
1 parent 42e1913 commit c570a65

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,17 @@ The default linters will be set if you either open a Javascript file while a fol
4949

5050
## Release Notes
5151

52+
### 1.2.0
53+
54+
* Support for the Standard linter added.
55+
* Active linters are now displayed in the status bar. To turn it off set `jsAutolint.showStatus` to `false` .
56+
* Automatically setting of linters can now be turned off if you don't want the linters to be set whenever you open a folder. The setting for this is `jsAutolint.enable`.
57+
* Bugfix: The extension should now properly activate and set the correct linters if any configuration can be found in the workspace root folder.
58+
5259
### 1.1.0
5360

54-
All possible ESLint, JSHint and JSCS configurations should work now (until now only `.eslintrc`, `.jscsrc` and `.eslintrc` were recognized).
61+
* All possible ESLint, JSHint and JSCS configurations should work now (until now only `.eslintrc`, `.jscsrc` and `.eslintrc` were recognized).
5562

5663
### 1.0.0
5764

58-
Initial release
65+
* Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"javascript", "linter", "json"
77
],
88
"icon": "icon.png",
9-
"version": "1.1.0",
9+
"version": "1.2.0",
1010
"publisher": "t-sauer",
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)