Skip to content

Releases: gitKrystan/prettier-plugin-ember-template-tag

Release 2.0.2

03 Apr 20:28
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Committers: 1

Release 2.0.1

15 Mar 22:22
Compare
Choose a tag to compare

🐛 Bug Fix

  • #253 Fix errors when components contain multi-byte characters (@patricklx)

🤖 Dependencies

Committers: 1

Release 2.0.0

29 Dec 00:43
Compare
Choose a tag to compare

This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!

This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier1, you will need to follow the following compatibility table, which also appears in the README for this plugin:

eslint-plugin-ember prettier-plugin-ember-template-tag
<12 1.1.0
>=12.0.0-alpha.1 2+

1 Neither I nor the Prettier project recommend running Prettier this way.

Additionally, there are some formatting differences in this version as discussed in the following RFCs:

  • #192: <template> in CallExpression argument position
  • #193: Short templates in the top-level-of-a-class position

💥 Breaking Change

💥 Breaking Change / 🚀 Enhancement / 🤖 Dependencies

🚀 Enhancement

  • #178 Disable minification for easier debugging.

🤖 Dependencies

Committers: 3

Release 2.0.0-2

29 Dec 00:22
Compare
Choose a tag to compare
Release 2.0.0-2 Pre-release
Pre-release

🐛 Bug Fix

Committers: 1

Release 2.0.0-1

28 Dec 23:06
Compare
Choose a tag to compare
Release 2.0.0-1 Pre-release
Pre-release

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

🤖 Dependencies

Committers: 1

Release 2.0.0-0

04 Dec 02:32
Compare
Choose a tag to compare
Release 2.0.0-0 Pre-release
Pre-release

This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!

This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier1, you will need to follow the following compatibility table, which also appears in the README for this plugin:

eslint-plugin-ember prettier-plugin-ember-template-tag
<12 1.1.0
>=12.0.0-alpha.1 2+

1 Neither I nor the Prettier project recommend running Prettier this way.

💥 Breaking Change

💥 Breaking Change / 🚀 Enhancement / 🤖 Dependencies

  • #162, #178, #185, and #180 Replace ember-template-imports with content-tag. As a result, we were also able to remove dependencies on ember-cli-htmlbars and @glimmer/syntax. (@patricklx, @gitKrystan)

🚀 Enhancement

  • #178 Disable minification for easier debugging.

🤖 Dependencies

Committers: 3

Release 1.1.0

03 Sep 21:43
Compare
Choose a tag to compare

🐛 Bug Fix

  • #125 Add more detail to languages array (possibly simplifying VSCode setup!) (@gitKrystan)

🏠 Internal

  • #124 Add acceptance testing and document passing --plugin flag to prettier in CLI (@gitKrystan)

Committers: 1

Release 1.0.2

09 Aug 18:38
Compare
Choose a tag to compare

🐛 Bug Fix

  • #103 Remove npx only-allow pnpm preinstall hook and devDep (@chrisrng)

Committers: 1

Release 1.0.1

08 Aug 19:42
Compare
Choose a tag to compare

🐛 Bug Fix

  • #93 Add only-allow to devDependencies so it does not require network (@chriskrycho)

Committers: 1

Release 1.0.0: Support for Prettier 3

25 Jul 21:14
Compare
Choose a tag to compare

💥 Breaking Change

📝 Documentation

🏠 Internal

Committers: 3