We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9ffc4 commit 295de83Copy full SHA for 295de83
2 files changed
CHANGELOG.md
@@ -2,13 +2,19 @@
2
3
All notable changes to the prettier-plugin-eex will be documented in this file.
4
5
-## v.0.2.0 - 7 February 2021
+## v0.3.0 - 11 February 2021
6
7
-## Changes
+### Bug Fixes
8
+
9
+- Properly formats liveview files with form_for expressions
10
11
+## v0.2.0 - 7 February 2021
12
13
+### Changes
14
15
- decoding/encoding logic has been extracted to prettier-html-templates package
16
-## Fixed
17
18
19
- In some cases expressions weren't decoded inside script tags
20
package.json
@@ -1,6 +1,6 @@
1
{
"name": "prettier-plugin-eex",
- "version": "0.2.0",
+ "version": "0.3.0",
"license": "MIT",
"description": "Prettier plugin for .html.eex and .html.leex files",
"repository": {
0 commit comments