Skip to content

Commit f77c05c

Browse files
LorenzoLorenzo
authored andcommitted
updated messages.json and changelog
1 parent 6de3f94 commit f77c05c

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

changelog/2.6.91.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
v2.6.91
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 (same repository but under another branch):
10+
https://github.com/pichillilorenzo/JavaScript-Completions/tree/v3-beta
11+
12+
but I will move it on a new repository (so it will be a new plugin on Sublime Text)
13+
because it will offer not only a better autocomplete but a lot of features about creating,
14+
developing and managing javascript projects, such as:
15+
16+
- Cordova projects (run Cordova emulator, build, compile, serve Cordova projects, add plugins and platforms, etc … directly on Sublime Text!)
17+
- Ionic projects (same as Cordova projects!)
18+
- Node.js projects
19+
- Local bookmarks project
20+
- Show javascript errors with Flow
21+
- etc, etc …
22+
23+
It will be something like a JavaScript IDE on Sublime Text!
24+
25+
It isn’t ready for public testing and there isn’t a documentation at the moment!
26+
I will let you know the moment I have any news!!
27+
28+
Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com
29+
30+
Thanks to all your support!!!
31+
32+
## Improvements
33+
34+
- Added support for automatic download for node.js and npm on Windows

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"2.6.7": "changelog/2.6.7.txt",
66
"2.6.8": "changelog/2.6.8.txt",
77
"2.6.81": "changelog/2.6.81.txt",
8-
"2.6.9": "changelog/2.6.9.txt"
8+
"2.6.9": "changelog/2.6.9.txt",
9+
"2.6.91": "changelog/2.6.91.txt"
910
}

0 commit comments

Comments
 (0)