File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ v2.6.8
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 #13 issue (initial sublime text freezing)
20+ - fixed #34 issue ((Not working) 'Create class from object literal')
21+ - fixed #30 issue (Global autocompletions aren't loaded)
Original file line number Diff line number Diff line change 22 "install" : " changelog/install.txt" ,
33 "2.6.5" : " changelog/2.6.5.txt" ,
44 "2.6.6" : " changelog/2.6.6.txt" ,
5- "2.6.7" : " changelog/2.6.7.txt"
5+ "2.6.7" : " changelog/2.6.7.txt" ,
6+ “2.6.8”: "changelog/2.6.8.txt"
67}
You can’t perform that action at this time.
0 commit comments