Skip to content

Releases: ota-meshi/postcss-markdown

v1.2.0

24 Nov 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

29 Oct 01:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Oct 08:12
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

  • Change to be able to parse more code blocks.
  • Support for code block in blockquote.
  • Support for ignore comments that ignores parsing as style.
  • Change to use mdast-util-from-markdown (v0.8).
  • Fix incorrect parse in frontmatter.
  • Changes due to dependency changes.
  • Refactor.