Releases: jscheid/prettier.el
Releases · jscheid/prettier.el
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
- Improvements for large input files
- Use diff-match-patch instead of fast-diff, limiting the maximum amount of time spent diffing
- Handle quit during long-running prettification gracefully
- Roll back partially applied diffs
- Don't accumulate diff patches in memory, instead apply them immediately
- Disable undo list in process buffer
v0.3.0
- Fix bugs when handling buffers not backed by a file, and buffers for which the parser can't be derived from the major mode.
- Don't abstain from auto-enabling
prettier-mode
in buffers not backed by a file, as long as the major mode is supported.