Skip to content

Commit

Permalink
0.22.5: Fix a typo in the prerelease instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sentience committed Aug 25, 2018
1 parent 1972d53 commit dfbb8bd
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
> {
> "install_prereleases":
> [
> "Elm Language support"
> "Elm Language Support"
> ],
> }
> ```
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"0.22.1": "messages/0.22.1.txt",
"0.22.2": "messages/0.22.2.txt",
"0.22.3": "messages/0.22.3.txt",
"0.22.4": "messages/0.22.4.txt"
"0.22.4": "messages/0.22.4.txt",
"0.22.5": "messages/0.22.5.txt"
}
46 changes: 46 additions & 0 deletions messages/0.22.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
New in Elm Language Support 0.22.5 (August 25, 2018)

Nothing, except fixing a typo in this VERY IMPORTANT message:

Elm 0.19 was recently released:
https://elm-lang.org/blog/small-assets-without-the-headache

It makes major, breaking changes to the compiler's interface with packages
like this one. It is likely the next release of Elm Language Support will
break compatibility with Elm 0.18.

If you plan to remain on Elm 0.18 for now, you should configure Package
Control to ignore updates to this package until you are ready to upgrade.
In Sublime Text, choose Preferences > Package Settings > Package Control >
Settings – User, then add this setting to your
Package Control.sublime-settings file:

{
"auto_upgrade_ignore": [
"Elm Language Support"
],
}


Upgrading to Elm 0.19

A pre-release version of this package with experimental support for Elm 0.19
is available. If you're using Elm 0.19 already, we'd value your feedback!

WARNING: This new version does not support Elm 0.18!

To upgrade, configure Package Control to install pre-release versions of this
package. In Sublime Text, choose Preferences > Package Settings > Package
Control > Settings – User, then add this setting to your
Package Control.sublime-settings file:

{
"install_prereleases":
[
"Elm Language Support"
],
}

Then use the Package Control: Upgrade Package command in the Command
Palette to upgrade. Make sure to read the release notes that are displayed
following the upgrade!

0 comments on commit dfbb8bd

Please sign in to comment.