Rehype Slug Versions Save

plugin to add `id` attributes to headings

6.0.0

8 months ago

Change

  • 295ac26 Update @types/hast, unified, utilities, etc migrate: update too
  • 12f76f8 Change to require Node.js 16 migrate: update too
  • 6855bcc Change to use exports migrate: don’t use private APIs

Full Changelog: https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0

5.1.0

1 year ago

5.0.1

2 years ago

5.0.0

2 years ago
  • 821be93 Use ESM
    • Change:

      // From CommonJS
      var rehypeSlug = require('rehype-slug')
      
      // To ESM
      import rehypeSlug from 'rehype-slug'
      

      Learn more about ESM in this guide

  • b293ef3 Add JSDoc based types
  • 4e8a681 Update dependencies

4.0.1

3 years ago
  • 4dfc460 Add types to package.json

4.0.0

3 years ago
  • 802eaab Add types
  • 040f01c Refactor to improve bundle size

3.0.0

4 years ago
  • 3913bdd Update unist-util-visit (breaking, potentially, if you or your dependents use typescript)
  • fc8b2fc Refactor prose
  • d5dc8c8 Update metadata
  • 1a0fb64 Add notes on security

2.0.3

4 years ago
  • f615278 Refactor prose

2.0.2

5 years ago
  • 0ff8722 Add more badges
  • 7321808 Move URLs to HTTPS
  • 50792a7 Refactor code-style
  • 4728ba1 Add Contribute section to readme.md
  • 1bd5451 Migrate to rehypejs

2.0.1

6 years ago
  • eb11845 Simplify example in readme.md
  • beb0334 Refactor example in readme.md