Skip to content

Latest commit

 

History

History
337 lines (235 loc) · 27.1 KB

CHANGELOG.md

File metadata and controls

337 lines (235 loc) · 27.1 KB

v2.0.2 (2024-04-03)

🐛 Bug Fix

🏠 Internal

Committers: 1

v2.0.1 (2024-03-15)

🐛 Bug Fix

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

🤖 Dependencies

Committers: 1

v2.0.0 (2023-12-29)

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:

💥 Breaking Change

💥 Breaking Change / 🚀 Enhancement / 🤖 Dependencies

🚀 Enhancement

  • #178 Disable minification for easier debugging.

🤖 Dependencies

Committers: 3

v2.0.0-2 (2023-12-29)

🐛 Bug Fix

Committers: 1

v2.0.0-1 (2023-12-28)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

🤖 Dependencies

Committers: 1

v2.0.0-0 (2023-12-04)

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

v1.1.0 (2023-09-03)

🐛 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)
  • Various dependency upgrades

Committers: 1

v1.0.2 (2023-08-09)

🐛 Bug Fix

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

Committers: 1

v1.0.1 (2023-08-08)

🐛 Bug Fix

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

Committers: 1

v1.0.0 (2023-07-25)

🏠 Internal

  • #83 Add tests for using template tag within render in a test (@gitKrystan)

Committers: 1

v1.0.0-0 (2023-07-25)

💥 Breaking Change

📝 Documentation

🏠 Internal

Committers: 3

v0.3.2 (2023-02-01)

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.3.1 (2023-02-01)

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.3.0 (2022-11-28)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.2.1 (2022-11-19)

🐛 Bug Fix

  • #36 Fix bug where parsing template on newline caused syntax error (@gitKrystan)

Committers: 1

v0.2.0 (2022-11-19)

💥 Breaking Change

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

🚀 Enhancement

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

📝 Documentation

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

🏠 Internal

Committers: 1

v0.1.1 (2022-11-16)

🐛 Bug Fix

Committers: 1

v0.1.0 (2022-11-16)

💥 Breaking Change