Releases: ota-meshi/postcss-markdown
Releases · ota-meshi/postcss-markdown
v1.2.0
What's Changed
- Support ranges for errors and warnings by @ota-meshi in #33
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix "postcss" lang to parse by default. by @ota-meshi in #27
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
withRoot.raws.codeBefore
. - Replace
Document.raws.afterEnd
withRoot.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.