Skip to content

Commit dfbb8bd

Browse files
committed
0.22.5: Fix a typo in the prerelease instructions
1 parent 1972d53 commit dfbb8bd

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
> {
3838
> "install_prereleases":
3939
> [
40-
> "Elm Language support"
40+
> "Elm Language Support"
4141
> ],
4242
> }
4343
> ```

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"0.22.1": "messages/0.22.1.txt",
1616
"0.22.2": "messages/0.22.2.txt",
1717
"0.22.3": "messages/0.22.3.txt",
18-
"0.22.4": "messages/0.22.4.txt"
18+
"0.22.4": "messages/0.22.4.txt",
19+
"0.22.5": "messages/0.22.5.txt"
1920
}

messages/0.22.5.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
New in Elm Language Support 0.22.5 (August 25, 2018)
2+
3+
Nothing, except fixing a typo in this VERY IMPORTANT message:
4+
5+
Elm 0.19 was recently released:
6+
https://elm-lang.org/blog/small-assets-without-the-headache
7+
8+
It makes major, breaking changes to the compiler's interface with packages
9+
like this one. It is likely the next release of Elm Language Support will
10+
break compatibility with Elm 0.18.
11+
12+
If you plan to remain on Elm 0.18 for now, you should configure Package
13+
Control to ignore updates to this package until you are ready to upgrade.
14+
In Sublime Text, choose Preferences > Package Settings > Package Control >
15+
Settings – User, then add this setting to your
16+
Package Control.sublime-settings file:
17+
18+
{
19+
"auto_upgrade_ignore": [
20+
"Elm Language Support"
21+
],
22+
}
23+
24+
25+
Upgrading to Elm 0.19
26+
27+
A pre-release version of this package with experimental support for Elm 0.19
28+
is available. If you're using Elm 0.19 already, we'd value your feedback!
29+
30+
WARNING: This new version does not support Elm 0.18!
31+
32+
To upgrade, configure Package Control to install pre-release versions of this
33+
package. In Sublime Text, choose Preferences > Package Settings > Package
34+
Control > Settings – User, then add this setting to your
35+
Package Control.sublime-settings file:
36+
37+
{
38+
"install_prereleases":
39+
[
40+
"Elm Language Support"
41+
],
42+
}
43+
44+
Then use the Package Control: Upgrade Package command in the Command
45+
Palette to upgrade. Make sure to read the release notes that are displayed
46+
following the upgrade!

0 commit comments

Comments
 (0)