|
| 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