Skip to content

4.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 05 Aug 14:25
· 32 commits to main since this release
844e99d
  • 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