Skip to content

Releases: zackad/prettier-plugin-twig

v0.7.0

01 Aug 04:08
v0.7.0
Compare
Choose a tag to compare

BREAKING CHANGES

  • Drop compatibility support for prettier 2
  • Plugin system has been removed from this project
  • Package has been renamed @zackad/prettier-plugin-twig-melody -> @zackad/prettier-plugin-twig
  • The parser has been renamed from melody into twig

Features

  • Add support attribute names according to html5 specs

Internals

  • Remove npm script to publish
  • Integrate devenv into nix flakes
  • Incorporate switch-plugin into core functionality
  • Replace jest with vitest as test runner

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

27 Mar 07:13
v0.6.0
Compare
Choose a tag to compare

Features

  • BREAKING: Change package name prettier-plugin-twig-melody -> @zackad/prettier-plugin-twig-melody

Internals

  • Publish package as @zackad/prettier-plugin-twig-melody into npm registry

v0.5.0

22 Feb 10:10
v0.5.0
Compare
Choose a tag to compare

Features

  • BREAKING: Drop compatibility with prettier lower than 2.3.0. Use version 0.4.6 if you need to use prettier older than 2.3.0
  • Fix compatibility with prettier 3

Internals

  • Add CI configuration for github actions
  • Add support for devenv.sh, nix based tools to manage development environment
  • Explicitly declare prettier configuration as yaml file
  • Fix eslint configuration to support ECMAScript 2017, allowing async function
  • Fix license name to use valid SPDX
  • Remove deprecated function usage of concat from prettier.doc.builders. Enforce this policy with eslint plugin eslint-plugin-prettier-doc using prettier-doc/no-concat rule.
  • Upgrade devDependencies to latest compatible version