Releases: remcohaszing/remark-mdx-frontmatter
Releases · remcohaszing/remark-mdx-frontmatter
v2.0.0
- The package is now ESM only
- Support custom parsers
- Use a default export
- Ensure an export is always created is a name is given
- Replace
js-yaml
withyaml
as default yaml parser - Drop support for Node.js 14
v1.1.1
- Fix a bug where exports weren’t injected if the document contains more content.
v1.1.0
- Remove support for nested nodes
v1.0.1
- Validate export identifiers
v1.0.0
Initial release