Skip to content

Releases: ota-meshi/postcss-html

v1.1.0

24 Oct 09:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

24 Oct 01:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Oct 03:24
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade postcss to v8.
  • Removed dependency on postcss-syntax.
  • Drop support for node <v12 && v13.
  • Change to use the Document node.
  • Replace Root.raws.beforeStart with Root.raws.codeBefore.
  • Replace Document.raws.afterEnd with Root.raws.codeAfter.
  • Remove postcss patch.

Other Changes

  • Changes due to dependency changes.
  • Refactor.