Skip to content

11.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 09 Aug 19:27
· 37 commits to main since this release
a1d4f05
  • e88fecc Use ESM
    // From CommonJS
    var remarkValidateLinks = require('remark-validate-links')
    
    // To ESM
    import remarkValidateLinks from 'remark-validate-links'
    Learn more about ESM in this guide
  • b579e27 Add JSDoc based types
  • a5677c0 Update dependencies