Releases: awmottaz/prettier-plugin-void-html
Releases · awmottaz/prettier-plugin-void-html
v1.7.0
Plugin changes
- Adds support for Prettier v3.4.0 and v3.4.1
Development changes
- Upgrades Node.js to v22 (LTS)
- Upgrades TypeScript to 5.7
- Upgrades ESLint to v9
- Simplifies tsconfig and ESLint config
- Adds a new
RELEASE.md
doc for my release procedures
v1.6.1
This release fixes a bug where void tags could be printed with a duplicate closing bracket >
under certain conditions. Big thanks to @f11xter for figuring this out!
Original issue: #10
PR to fix: #14
Full diff here: v1.6.0...v1.6.1
v1.6.0
This release adds Prettier support up to v3.3.3.
What's changed
- Add support for prettier 3.3.2 (@crisvp #20)
- Added support for all other missing Prettier versions
Full changelog: v1.5.0...v1.6.0
v1.5.0
This release adds support for Prettier v3.2.2.
This also relaxes the peerDependencies
version range of Prettier so that you can upgrade patch versions without waiting for support from this package. See the README
and Pull Request for details.
What's Changed
- Support Prettier v3.2.2 and relax peerDependencies to minor versions by @awmottaz in #13
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Highlights
This release adds support for Prettier v3.2.1.
What's Changed
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Highlights
This release adds support for Prettier v3.2.0.
Other
There were several internal changes for linting, testing, and type checking.
Pull Requests
Full Changelog: v1.2.0...v1.3.0
v1.2.0
This release adds support for Prettier v3.1.1.
Some other documentation was updated as well:
- The
README
includes better installation instructions for different package managers
- A
CHANGELOG
was added
Version compatibilities were updated in package.json
- Compatibility with Prettier was updated to include v3.1.1
engines.node
is more permissive
Thank you:
v1.1.0...v1.2.0
v1.1.0
This release adds explicit, fully tested support for Prettier v3.0.0–v3.1.0. We also added html
as a VSCode language in the language settings of the plugin.
- Merge pull request #3 from awmottaz/support-prettier-versions 76e5012
- update readme docs 3d4b225
- add sample project to gitignore 998cf99
- add html as supported VSCode language ID d18d3d0
- test all prettier versions 3.0.0 -- 3.1.0 2b9573e
v1.0.0...v1.1.0