Skip to content

0.21.0

Compare
Choose a tag to compare
@sentience sentience released this 05 Nov 00:05
· 27 commits to master since this release

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