Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63a702b

Browse files
committedFeb 9, 2014
bumps to 1.1.5
1 parent 31a7da4 commit 63a702b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎changelog/1.1.5.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Bug Fixes
2+
3+
- Reverts patch from issue #14 due to issue #45
4+
- Prevents JS completions from showing after comma
5+
6+
Updates
7+
8+
- Allows users to set scope for JS completions within settings; 'js_scope'
9+
- Allows users to define prefixes to avoid in JS completions, such as commas; 'js_prefixes'

‎messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"1.1.1": "changelog/1.1.1.txt",
1010
"1.1.2": "changelog/1.1.2.txt",
1111
"1.1.3": "changelog/1.1.3.txt",
12-
"1.1.4": "changelog/1.1.4.txt"
12+
"1.1.4": "changelog/1.1.4.txt",
13+
"1.1.5": "changelog/1.1.5.txt"
1314
}

0 commit comments

Comments
 (0)
Failed to load comments.