Skip to content

Releases: Sec-ant/prettier-plugin-embed

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 00:44
41d171d

Patch Changes

  • 0c1b3c4: Fix indentation issues in sql, css and markdown embedded languages.
  • 0c1b3c4: Fix embedded xml and prisma formatting behavior.

v0.5.0

Choose a tag to compare

@Sec-ant Sec-ant released this 23 Feb 17:38
488a112

Minor Changes

  • 15dd288: feat: support shorthand for CallExpression as tag

v0.4.15

Choose a tag to compare

@github-actions github-actions released this 29 Feb 01:31

Patch Changes

  • fbb5cae: Fix wrong options fallback behaviors:

    • Empty list of tags and comments shouldn't fallback to identifiers in options.
  • 5cadbfa: Fix unstable embedded markdown indentation when using the useTabs option: #91 (comment).

  • d132038: Make embedded css formatting more align with the built-in behavior.

v0.4.14

Choose a tag to compare

@github-actions github-actions released this 20 Feb 12:14

Patch Changes

  • 442be39: Fix language plugin check false positives.

    throwIfPluginIsNotFound is discarded. Detailed explanation can be found at #84 (comment).