Releases: adamzapasnik/prettier-plugin-eex
Releases · adamzapasnik/prettier-plugin-eex
v0.6.0
v0.5.0
Bug fixes
- 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
v0.4.0
Bug Fixes
- Properly formats regular form_for expressions and the liveview ones (with
</form>
tags)
v0.3.0
Bug Fixes
- Properly formats liveview files with form_for expressions
v0.2.0
Changes
- decoding/encoding logic has been extracted to prettier-html-templates package
Fixed
- In some cases expressions weren't decoded inside script tags
Initial release
v0.1.0 Initial commit