Releases: remcohaszing/remark-mdx-frontmatter
Releases · remcohaszing/remark-mdx-frontmatter
v5.2.0
- 389b37e Add support for a default value
Full Changelog: v5.1.0...v5.2.0
v5.1.0
- 6844673 Use
unist-util-mdx-define
. Since this offers options to handle conflicts, these are now also supported byremark-mdx-frontmatter
.
Full Changelog: v5.0.0...v5.1.0
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