Rehype Sanitize Versions Save

plugin to sanitize HTML

6.0.0

8 months ago

Change

  • 4e05d28 Update hast-util-sanitie, unified, etc migrate: update too there are some small changes to the defaults, which match how GH cleans, see this commit for details
  • 5092269 Change to require Node.js 16 migrate: update too
  • cecabae Change to use exports migrate: don’t use private APIs

Full Changelog: https://github.com/rehypejs/rehype-sanitize/compare/5.0.1...6.0.0

5.0.0

2 years ago
  • abf5e36 Add JSDoc based types
  • c0f5518 Use ESM
    • Change:

      // From CommonJS
      var rehypeSanitize = require('rehype-sanitize')
      
      // To ESM
      import rehypeSanitize from 'rehype-sanitize'
      

      Learn more about ESM in this guide

4.0.0

3 years ago
  • fdeff60 Add types (breaking, potentially, if you or your dependents use typescript)

3.0.1

4 years ago
  • a8fb26c Refactor prose
  • 2462b11 Update metadata
  • 31a4c77 Add notes on security

3.0.0

4 years ago

2.0.3

4 years ago
  • d0c780c Refactor prose

2.0.2

5 years ago
  • de2bb0f Add more badges
  • 359978b Move URLs to HTTPS
  • 4b755a8 Update build scripts
  • 99ffd36 Refactor code-style
  • 86b77a4 Add Contribute section to readme.md
  • a09c3be Migrate to rehypejs

2.0.1

6 years ago
  • 8900e6b Add list of related projects
  • 1efe20b Simplify example in readme.md

2.0.0

7 years ago