All notable changes to the prettier-plugin-eex will be documented in this file.
Change minimum versions supported to: Elixir 1.10 and Erlang OTP 22 minimum
- Return non 0 exit status when error formatting is unsuccessful
- Use
print
function instead ofembed
to fix error logging - Fix formatting of files that consist of only a single expression
- Make
prettier_eex_formatter
work on 21 and 22 OTP
- Properly formats regular form_for expressions and the liveview ones (with tags)
- Properly formats liveview files with form_for expressions
- decoding/encoding logic has been extracted to prettier-html-templates package
- In some cases expressions weren't decoded inside script tags
Initial release