Retext Simplify Versions Save

plugin to check phrases for simpler alternatives

8.0.0

8 months ago

Change

  • a1eaf2a Update @types/nlcst, unified, utilities, etc migrate: update too
  • 283fa5f Change to require Node.js 16 migrate: update too
  • f9cf1a5 Change to use exports migrate: don’t use private APIs
  • ecf3bbd Change to improve message migrate: expect better messages

Full Changelog: https://github.com/retextjs/retext-simplify/compare/7.2.0...8.0.0

7.2.0

2 years ago

7.1.0

2 years ago

7.0.1

2 years ago
  • d561172 Add has no effect pattern

7.0.0

2 years ago
  • d46aefb Use ESM
    • Change:

      // From CommonJS
      var retextSimplify = require('retext-simplify')
      
      // To ESM
      import retextSimplify from 'retext-simplify'
      

      Learn more about ESM in this guide

  • 030a210 Add JSDoc based types

6.0.0

4 years ago
  • 3df4966 Update nlcst-search (breaking, potentially, if you or your dependents use typescript)
  • bf3c23e Refactor prose

5.1.0

4 years ago
  • 8d10ea1 Add new pattern: replace in order for with for

5.0.0

4 years ago
  • 531d11d Add docs for messages
  • f6c20f8 Add more info to messages
  • aa97afe Use non-deprecated vfile.message method

4.1.3

4 years ago
  • e2e7bde Refactor prose

4.1.2

5 years ago
  • aa74cd3 Refactor code-style
  • 82498a2 Update badges
  • 63e828b Move URLs to HTTPS
  • aefdb84 Move LICENSE > license
  • 08071a8 Add Contribute section to readme.md
  • d9f052d Migrate to retextjs
  • 2d7cc56 Add list of related projects