Skip to content

4.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 04 Aug 13:05
· 32 commits to main since this release
184febf
  • f03fa4e Add JSDoc based types
    // From CommonJS
    var remarkGitContributors = require('remark-git-contributors')
    
    // To ESM
    import remarkGitContributors from 'remark-git-contributors'
    Learn more about ESM in this guide
  • 80bc162 11e9345 Add support for Node’s ESM loading algorithm
  • a55137f Use ESM