We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e479a0 commit 77a298aCopy full SHA for 77a298a
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
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
6
+
7
+## Changes
8
9
+- decoding/encoding logic has been extracted to prettier-html-templates package
10
11
+## Fixed
12
13
+- In some cases expressions weren't decoded inside script tags
14
15
## v0.1.0 - 25 January 2021
16
17
Initial release
package.json
@@ -1,6 +1,6 @@
1
{
"name": "prettier-plugin-eex",
- "version": "0.1.0",
+ "version": "0.2.0",
"license": "MIT",
"description": "Prettier plugin for .html.eex and .html.leex files",
"repository": {
0 commit comments