Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-ember-template-tag

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-ember-template-tag - npm Package Versions

23

2.0.4

Diff

hm_krystan
published 2.0.3 •

hm_krystan
published 2.0.2 •

Changelog

Source

v2.0.2 (2024-04-03)

:bug: Bug Fix
  • #259 Fix RangeError in files with multiple forward slashes (@MichalBryxi)
:house: Internal
Committers: 1
hm_krystan
published 2.0.1 •

Changelog

Source

v2.0.1 (2024-03-15)

:bug: Bug Fix
  • #253 Fix errors when components contain multi-byte characters (@patricklx)
:robot: Dependencies
Committers: 1
hm_krystan
published 2.0.0 •

Changelog

Source

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-prettier<sup>1</sup>, 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+ |

<sup>1</sup> 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:

  • https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/192
  • https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/193
:boom: Breaking Change
:boom: Breaking Change / :rocket: Enhancement / :robot: Dependencies

:rocket: Enhancement

  • #178 Disable minification for easier debugging.
:robot: Dependencies
Committers: 3
hm_krystan
published 2.0.0-2 •

Changelog

Source

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

:bug: Bug Fix
Committers: 1
hm_krystan
published 2.0.0-1 •

Changelog

Source

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

:boom: Breaking Change
:rocket: Enhancement
:bug: Bug Fix
:robot: Dependencies
Committers: 1
hm_krystan
published 2.0.0-0 •

Changelog

Source

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-prettier<sup>1</sup>, 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+ |

<sup>1</sup> Neither I nor the Prettier project recommend running Prettier this way.

:boom: Breaking Change
:boom: Breaking Change / :rocket: Enhancement / :robot: 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)

:rocket: Enhancement

  • #178 Disable minification for easier debugging.
:robot: Dependencies
Committers: 3
hm_krystan
published 1.1.0 •

Changelog

Source

v1.1.0 (2023-09-03)

:bug: Bug Fix
  • #125 Add more detail to languages array (possibly simplifying VSCode setup!) (@gitKrystan)
:house: Internal
  • #124 Add acceptance testing and document passing --plugin flag to prettier in CLI (@gitKrystan)
  • Various dependency upgrades
Committers: 1
hm_krystan
published 1.0.2 •

Changelog

Source

v1.0.2 (2023-08-09)

:bug: Bug Fix
  • #103 Remove npx only-allow pnpm preinstall hook and devDep (@chrisrng)
Committers: 1
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc