Retext Spell Versions Save

plugin to check spelling

6.1.0

3 months ago

Add

Full Changelog: https://github.com/retextjs/retext-spell/compare/6.0.0...6.1.0

6.0.0

8 months ago

Change

  • f4b611c Update @types/nlcst, unified, utilities, etc migrate: update too
  • 871198b Change to require Node.js 16 migrate: update too
  • b3141ff Change to use exports migrate: don’t use private APIs
  • 56e5957 Change to improve message migrate: expect better messages

Full Changelog: https://github.com/retextjs/retext-spell/compare/5.3.0...6.0.0

5.3.0

1 year ago

Full Changelog: https://github.com/retextjs/retext-spell/compare/5.2.0...5.3.0

5.2.0

2 years ago

5.1.0

2 years ago
  • c824d33 Use @types/nlcst

Full Changelog: https://github.com/retextjs/retext-spell/compare/5.0.0...5.1.0

5.0.0

2 years ago
  • eb0c410 Add JSDoc based types
  • 37b564d Use ESM
    • Change:

      // From CommonJS
      var retextSpell = require('retext-spell')
      
      // To ESM
      import retextSpell from 'retext-spell'
      

      Learn more about ESM in this guide

4.0.1

3 years ago
  • 43810a4 Fix support for caching nspell suggestions

4.0.0

4 years ago
  • 071c722 Update unist-util-visit (breaking, potentially, if you or your dependents use typescript)
  • aa9c51d Refactor prose

3.0.0

4 years ago
  • 19b1889 Add docs for messages
  • d95ff21 Add more info to messages

2.4.1

4 years ago
  • 11c2737 Refactor prose