Skip to content

5.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 18 Jul 16:12
· 24 commits to main since this release
174a187
  • e8410d2 Add JSDoc based types
  • f15fb81 Use ESM
    • Change:

      // From CommonJS
      var retextContractions = require('retext-contractions')
      
      // To ESM
      import retextContractions from 'retext-contractions'

      Learn more about ESM in this guide