Releases: humio/atom-elm-format
Releases · humio/atom-elm-format
v2.1.0
- 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
Bugfix: Check if TextEditor is alive before changing it (thanks @basbz!)
v2.0.0
Set format on save enabled by default
v1.2.0
Now setting the buffer via Atom instead of waiting for file reload
v1.0.0
Save cursor position and restore it after changing the file 🔥
v0.6.0
- Debounce the save function to not destroy Atom when you hold
cmd
+ s
- Add option to show
elm-format
error code
v0.5.1
You can now turn off notifications in settings