Skip to content

Releases: remarkjs/remark-frontmatter

5.0.0

18 Sep 11:13
df7122f
Compare
Choose a tag to compare

Change

  • cf244cd Update @type/mdast, unified, utilities
    migrate: update too
  • 813df9f Change to use exports
    migrate: don’t use private APIs
  • 2eb2310 Change to require Node.js 16
    migrate: update too

Full Changelog: 4.0.1...5.0.0

4.0.1

26 Oct 07:18
bb147f9
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

4.0.0

05 Aug 14:25
844e99d
Compare
Choose a tag to compare
  • c02f672 Use ESM
    // From CommonJS
    var remarkFrontmatter = require('remark-frontmatter')
    
    // To ESM
    import remarkFrontmatter from 'remark-frontmatter'
    Learn more about ESM in this guide
  • 3f125a9 Add JSDoc based types

3.0.0

04 Oct 07:22
278c54a
Compare
Choose a tag to compare
  • fb1357b Update for micromark in remark@13
    (breaking, this update will not work for remark lower than v13, see commit for changes)

2.0.0

06 Apr 05:46
092a667
Compare
Choose a tag to compare
  • 7824e34 Remove dependency
    (breaking if Object.assign is not supported in your runtime)
  • 65b8410 Add types
    (breaking, potentially, if you or your dependents use typescript and didn’t expect types)

1.3.3

23 Mar 16:39
9d0fcb9
Compare
Choose a tag to compare

1.3.2

16 Jun 08:21
2fb60a2
Compare
Choose a tag to compare

1.3.1

22 Nov 10:10
Compare
Choose a tag to compare

1.3.0

23 Sep 17:09
Compare
Choose a tag to compare
  • 003b02a Add support for optional mid-matter parsing

1.2.1

10 Aug 16:34
Compare
Choose a tag to compare