File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ v2.6.81
2
+
3
+ # Announcement
4
+
5
+ I'm implementing new features thanks to Flow (static type checker from Facebook).
6
+ With it I can implement other features and there will be a better autocomplete
7
+ (smart autocomplete based on the current context).
8
+
9
+ This is in Beta version and I published it on github (under another branch):
10
+ https://github.com/pichillilorenzo/JavaScript-Completions/tree/v3-beta
11
+
12
+ But it isn’t ready for public testing and there isn’t a documentation at the moment!
13
+ I will let you know the moment I have any news!!
14
+
15
+ Thanks to all your support!!!
16
+
17
+ ## Fixes
18
+
19
+ - fixed #18 issue (Custom Completions not working)
Original file line number Diff line number Diff line change 3
3
"2.6.5" : " changelog/2.6.5.txt" ,
4
4
"2.6.6" : " changelog/2.6.6.txt" ,
5
5
"2.6.7" : " changelog/2.6.7.txt" ,
6
- “2.6.8”: "changelog/2.6.8.txt"
6
+ "2.6.8" : " changelog/2.6.8.txt" ,
7
+ "2.6.81" : " changelog/2.6.81.txt"
7
8
}
You can’t perform that action at this time.
0 commit comments