You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
2
2
3
+
4
+
## v0.1.0 (2022-11-16)
5
+
6
+
#### :boom: Breaking Change
7
+
*[#30](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/30) Don't convert back to <template> if text is pre-preprocessed ([@gitKrystan](https://github.com/gitKrystan))
8
+
*[#27](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/27) Remove `export default` by default. Add `templateExportDefault` option to add it back. ([@gitKrystan](https://github.com/gitKrystan))
9
+
10
+
#### :rocket: Enhancement
11
+
*[#30](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/30) Don't convert back to <template> if text is pre-preprocessed ([@gitKrystan](https://github.com/gitKrystan))
12
+
*[#27](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/27) Remove `export default` by default. Add `templateExportDefault` option to add it back. ([@gitKrystan](https://github.com/gitKrystan))
13
+
*[#24](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/24) Use @glimmer/syntax getTemplateLocals ([@gitKrystan](https://github.com/gitKrystan))
14
+
15
+
#### :bug: Bug Fix
16
+
*[#28](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/pull/28) Fix bug where preprocess caused syntax errors in component classes ([@gitKrystan](https://github.com/gitKrystan))
0 commit comments