Skip to content

Releases: adamzapasnik/prettier-plugin-eex

v0.6.0

05 Jul 17:39
Compare
Choose a tag to compare

Breaking Changes

  • Change minimum versions supported to: Elixir 1.10 and Erlang OTP 22 minimum

v0.5.0

25 Apr 17:34
Compare
Choose a tag to compare

Bug fixes

  • Return non 0 exit status when error formatting is unsuccessful
  • Use print function instead of embed 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

24 Feb 18:43
Compare
Choose a tag to compare

Bug Fixes

  • Properly formats regular form_for expressions and the liveview ones (with </form> tags)

v0.3.0

11 Feb 21:22
Compare
Choose a tag to compare

Bug Fixes

  • Properly formats liveview files with form_for expressions

v0.2.0

07 Feb 21:33
Compare
Choose a tag to compare

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

25 Jan 18:22
Compare
Choose a tag to compare
v0.1.0

Initial commit