Releases: remcohaszing/remark-mdx-frontmatter
Releases · remcohaszing/remark-mdx-frontmatter
v5.0.0
v4.0.0
- c6d5123 Update to unified 11 and MDX 3.
Full Changelog: v3.0.0...v4.0.0
v3.0.0
- Require Node.js 16 or greater.
- Remove support for using object keys as export names. The default name is now
frontmatter
.
v2.1.1
- Fix CI.
v2.1.0
- Update dependency
estree-util-value-to-estree
to version 2.
v2.0.3
- Remove
c8
dependency.
v2.0.2
- Define exports in
package.json
v2.0.1
- Make TypeScript output ESM
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.