Skip to content

Releases: humio/atom-elm-format

v2.1.0

30 Aug 07:54
Compare
Choose a tag to compare
  • Avoid double saving files by using onWillSave
  • Use stdout instead of writing to a tmp-file
  • Remove syntax highlighting flickering by using setTextViaDiff instead of setText

Thank you @halohalospecial for making these changes!

v2.0.1

14 Jul 15:50
Compare
Choose a tag to compare

Bugfix: Check if TextEditor is alive before changing it (thanks @basbz!)

v2.0.0

02 Jul 11:35
Compare
Choose a tag to compare

Set format on save enabled by default

v1.2.0

15 Apr 21:15
Compare
Choose a tag to compare

Now setting the buffer via Atom instead of waiting for file reload

v1.0.0

14 Apr 22:28
Compare
Choose a tag to compare

Save cursor position and restore it after changing the file 🔥

v0.6.0

14 Apr 10:54
Compare
Choose a tag to compare
  • Debounce the save function to not destroy Atom when you hold cmd + s
  • Add option to show elm-format error code

v0.5.1

11 Mar 12:42
Compare
Choose a tag to compare

You can now turn off notifications in settings