Skip to content

Commit bda21d3

Browse files
updated messages.json to v2.6.81
1 parent dd3c07c commit bda21d3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

changelog/2.6.81.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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)

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"2.6.5": "changelog/2.6.5.txt",
44
"2.6.6": "changelog/2.6.6.txt",
55
"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"
78
}

0 commit comments

Comments
 (0)