Skip to content

Releases: rehypejs/rehype-minify

[email protected]

06 Sep 10:41
8668e5e
Compare
Choose a tag to compare
  • 25b256a Add support for file.data.meta

6.0.0

01 Aug 19:09
c415551
Compare
Choose a tag to compare

Changes

  • 88493cb Add JSDoc based types

  • 964b3ea Use ESM

    • Change:

      // Presets and plugins use default exports:
      // From CommonJS
      var rehypePresetMinify = require('rehype-preset-minify')
      
      // To ESM
      import rehypePresetMinify from 'rehype-preset-minify'
      
      // Utilities use specifiers:
      var toString = require('hast-util-to-string') //=> import {toString} from 'hast-util-to-string'

    Learn more about ESM in this guide

Patches

[email protected]

20 May 07:49
dfd611a
Compare
Choose a tag to compare

[email protected]

20 May 07:49
c3375d1
Compare
Choose a tag to compare

[email protected]

08 Dec 11:04
f129a44
Compare
Choose a tag to compare

[email protected]

08 Dec 11:04
5c53ba0
Compare
Choose a tag to compare

[email protected]

08 Dec 11:05
3e1903a
Compare
Choose a tag to compare

[email protected]

08 Dec 11:04
d07e8cb
Compare
Choose a tag to compare

[email protected]

08 Dec 11:04
7e79b99
Compare
Choose a tag to compare

5.1.0

18 Oct 16:24
3bd1cba
Compare
Choose a tag to compare
  • 6c21887 Add rehype-minify-language