Skip to content

Commit c2f661f

Browse files
v2.6.96 no longer support, only for JavaScript Enhancements plugin
1 parent 088175d commit c2f661f

File tree

4 files changed

+51
-11
lines changed

4 files changed

+51
-11
lines changed

changelog/2.6.96.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
v2.6.96
2+
3+
4+
🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉
5+
=======================================================================
6+
7+
I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
8+
9+
So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases.
10+
I'm going to focus only on this new one!
11+
12+
You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈
13+
14+
This new plugin offers not only a better autocomplete but a lot of features about creating,
15+
developing and managing javascript projects, such as:
16+
17+
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
18+
- Ionic v1 and v2 projects (same as Cordova projects!)
19+
- Angular v1 and v2 projects
20+
- React projects
21+
- Express projects
22+
- Yeoman generators
23+
- Local bookmarks project
24+
- JavaScript real-time errors
25+
- etc.
26+
27+
You could use it also in existing projects!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)
28+
29+
It will turn Sublime Text into a JavaScript IDE like!
30+
31+
## OS SUPPORTED NOW by this new plugin:
32+
=======================================
33+
34+
- Linux (64-bit)
35+
- Mac OS X
36+
37+
Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com
38+
39+
Thanks for your support!!!

changelog/install.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ JavaScript Completions Package
22
===============================
33

44

5+
🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉
6+
=======================================================================
57

6-
## ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" DEVELOPMENT ##
7-
=====================================================================
8+
I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
89

9-
I'm developing a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
10+
So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases.
11+
I'm going to focus only on this new one!
1012

11-
After its first release, I will NO LONGER SUPPORT "JavaScript Completions" plugin. I will focus only on this new one.
13+
You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈
1214

13-
You can find it on: https://github.com/pichillilorenzo/JavaScriptEnhancements
14-
15-
This new plugin will offer not only a better autocomplete but a lot of features about creating,
15+
This new plugin offers not only a better autocomplete but a lot of features about creating,
1616
developing and managing javascript projects, such as:
1717

1818
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
@@ -25,11 +25,11 @@ developing and managing javascript projects, such as:
2525
- JavaScript real-time errors
2626
- etc.
2727

28-
It will turn Sublime Text into a JavaScript IDE like!
28+
You could use it also in existing projects!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)
2929

30-
I'm going to release a first testable version these days, so WATCH the repository to stay tuned for any news!
30+
It will turn Sublime Text into a JavaScript IDE like!
3131

32-
## OS SUPPORTED now by this new plugin:
32+
## OS SUPPORTED NOW by this new plugin:
3333
=======================================
3434

3535
- Linux (64-bit)

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"2.6.81": "changelog/2.6.81.txt",
88
"2.6.93": "changelog/2.6.93.txt",
99
"2.6.94": "changelog/2.6.94.txt",
10-
"2.6.95": "changelog/2.6.95.txt"
10+
"2.6.95": "changelog/2.6.95.txt",
11+
"2.6.96": "changelog/2.6.96.txt"
1112
}

0 commit comments

Comments
 (0)