From 556f669c79d66c35df07231056c93bdc8229a585 Mon Sep 17 00:00:00 2001 From: Kevin Yank Date: Sat, 13 May 2017 12:13:53 +1000 Subject: [PATCH] Version 0.18.0 --- messages.json | 3 ++- messages/0.18.0.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 messages/0.18.0.txt diff --git a/messages.json b/messages.json index f62fc28..6519af8 100644 --- a/messages.json +++ b/messages.json @@ -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" } diff --git a/messages/0.18.0.txt b/messages/0.18.0.txt new file mode 100644 index 0000000..ead9b6d --- /dev/null +++ b/messages/0.18.0.txt @@ -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).