Retext Smartypants Versions Save

plugin to implement SmartyPants

6.1.0

4 months ago

6.0.0

8 months ago

Change

  • 11271dd Update @types/nlcst, unified, utilities, etc migrate: update too
  • 1f0d960 Change to use exports migrate: update too
  • d79c475 Change to require Node.js 16 migrate: don’t use private APIs

Full Changelog: https://github.com/retextjs/retext-smartypants/compare/5.2.0...6.0.0

5.2.0

1 year ago

Full Changelog: https://github.com/retextjs/retext-smartypants/compare/5.1.0...5.2.0

5.1.0

2 years ago

5.0.0

2 years ago
  • 24d4993 Add JSDoc based types
  • c270596 Use ESM
    • Change:

      // From CommonJS
      var retextSmartypants = require('retext-smartypants')
      
      // To ESM
      import retextSmartypants from 'retext-smartypants'
      

      Learn more about ESM in this guide

4.0.0

4 years ago
  • 152445a Update unist-util-visit (breaking, potentially, if you or your dependents use typescript)
  • 8ae104d Refactor prose
  • 821ad68 Update metadata

3.0.3

4 years ago
  • 739b84f Refactor prose

3.0.2

5 years ago
  • 4a08e2a Update build scripts
  • 68baacb Refactor code-style
  • be4c0d5 Move URLs to HTTPS
  • c6ab537 Move LICENSE to license
  • e50cad9 Add Contribute section to readme.md
  • e586bd1 Migrate to retextjs

1.0.0

6 years ago

💯

3.0.1

6 years ago
  • d9b7e17 Replace dumb with straight
  • f8a8a8a Refactor docs