Skip to content

Commit

Permalink
Version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sentience committed May 13, 2017
1 parent 2e4d284 commit 556f669
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"0.16.2": "messages/0.16.2.md",
"0.16.3": "messages/0.16.3.md",
"0.17.0": "messages/0.17.0.md",
"0.17.1": "messages/0.17.1.txt"
"0.17.1": "messages/0.17.1.txt",
"0.18.0": "messages/0.18.0.txt"
}
11 changes: 11 additions & 0 deletions messages/0.18.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
New in Elm Language Support 0.18.0 (May 13, 2017)

- New: Snippets that provide shortcuts for typing common Elm syntax: case … of,
case … of (Maybe), case … of (Result), function (1-4 arguments), import,
import … as, let … in, module, type, and type alias.

See http://docs.sublimetext.info/en/latest/extensibility/snippets.html for
more info on using snippets in Sublime Text.

- Improvement: Option to specify the name of the elm-format binary, for systems
where the version number is included in the filename (e.g. elm-format-0.18).

0 comments on commit 556f669

Please sign in to comment.