Skip to content

Releases: awmottaz/prettier-plugin-void-html

v1.8.0

11 Feb 14:43
Compare
Choose a tag to compare

What's Changed

  • add support for prettier v3.4.2 and v3.5.0 by @awmottaz in #31

Full Changelog: v1.7.0...v1.8.0

v1.7.0

27 Nov 22:05
Compare
Choose a tag to compare

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

18 Jul 12:11
Compare
Choose a tag to compare

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

15 Jul 13:07
Compare
Choose a tag to compare

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

16 Jan 23:54
Compare
Choose a tag to compare

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

12 Jan 19:51
Compare
Choose a tag to compare

Highlights

This release adds support for Prettier v3.2.1.

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

12 Jan 17:19
Compare
Choose a tag to compare

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

18 Dec 03:23
Compare
Choose a tag to compare

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

27 Nov 03:06
Compare
Choose a tag to compare

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

v1.0.0

22 Sep 20:21
Compare
Choose a tag to compare
  • add exports field to package.json de18b73
  • Create node.js.yml c994c59

v1.0.0-beta.2...v1.0.0