Skip to content

10.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 10 Aug 12:25
· 23 commits to main since this release
6f96388
  • 5b8205b 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
  • 889cf54 Add JSDoc based types
  • f526b48 Use ESM resolving algorithm
    (import and export maps and such are now supported)
  • 8eb81bb Remove experimentalModules option
    (they’re now always enables)