Releases: zackad/prettier-plugin-twig
Releases · zackad/prettier-plugin-twig
v0.7.0
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
intotwig
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
withvitest
as test runner
New Contributors
- @rellafella made their first contribution in #17
- @hanoii made their first contribution in #38
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
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
fromprettier.doc.builders
. Enforce this policy with eslint plugineslint-plugin-prettier-doc
usingprettier-doc/no-concat
rule. - Upgrade devDependencies to latest compatible version