Skip to content

Releases: elm-community/SublimeElmLanguageSupport

0.22.0

22 Jan 12:13
Compare
Choose a tag to compare

New in Elm Language Support 0.22.0 (January 22, 2018)

  • New: Build option ‘Run - debug’ to run the project with the Elm debugger enabled. (Thanks, @stoivo!)

  • New: build_error_color_scheme setting to control build output color scheme. (Thanks, @stoivo!)

  • Improvement: Manual installation instructions in README. (Thanks, @stoivo, @guillett!)

  • Improvement: Allow Sublime Text to install Elm Language Support as a single .sublime-package file. (Thanks, @stoivo!)

  • Fix: Elm syntax highlighting in several panels. (Thanks, @stoivo!)

  • Fix: Obsolete reference to docs.json file. (Thanks, @stoivo!)

0.21.1

07 Nov 23:56
Compare
Choose a tag to compare

New in Elm Language Support 0.21.1 (November 8, 2017)

  • Fix: Syntax definition now allows for numbers in module names. (Thanks, @ianmackenzie!)

0.21.0

05 Nov 00:05
Compare
Choose a tag to compare

New in Elm Language Support 0.21.0 (November 5, 2017)

  • Improvement: Elm language syntax files are now implemented using Sublime Text's new .sublime-syntax format, and supports Goto Symbol properly (listing each function only once, instead of including the type annotations). (Thanks, @stoivo!)

  • New: ‘debug’ snippet that makes using Debug.log to output values to the console very convenient. (Thanks, @Bernardoow!)

0.20.0

10 Jun 04:35
Compare
Choose a tag to compare

New in Elm Language Support 0.20.0 (June 10, 2017)

  • New: elm-format errors display in a pop-up panel at the bottom of the Sublime Text window, which disappears again once you correct the issue and re-run elm-format. (Thanks, @stoivo!)

  • Improvement: README.md lists snippets supported by this package. (Thanks, @Bernardoow!)

0.19.0

28 May 04:58
Compare
Choose a tag to compare

New in Elm Language Support 0.19.0 (May 28, 2017)

  • Improvement: Side-by-side editing of package user settings (requires Sublime Text 3 Build 3124). (Thanks, @stoivo!)

  • Fix: Blank menu item when SublimeREPL is not installed. (Thanks, @Bernardoow!)

0.18.0

13 May 02:19
Compare
Choose a tag to compare

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. (Thanks @stoivo!)

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

  • Improved: 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). (Thanks @mariusbutuc!)

0.17.1

19 Jan 11:20
Compare
Choose a tag to compare

New in Elm Language Support 0.17.1 (January 19, 2017)

  • New: New build output format, with support for new inline build error
    indicators (phantoms) introduced in Sublime Text 3 build 3118.
  • Fixed: F4/Shift-F4 navigation for build errors.
  • Fixed: Double-click build error heading to jump to location in editor.
  • New maintainer: Kevin Yank (@sentience)