Skip to content

Releases: rehypejs/rehype-minify

html-enumerated-attributes@1.1.0

01 Nov 13:12
7bbb9f5
Compare
Choose a tag to compare

7.0.0

30 Aug 15:24
aba138b
Compare
Choose a tag to compare

Change

  • ebf43e7 Update unified, @types/hast, utilities, etc
    migrate: update too
  • 3cf2c29 Change to require Node.js 16
    migrate: update too
  • f9fab12 Change to use exports
    migrate: don’t use private APIs
  • 6724645 rehype-minify-doctype: remove
    migrate: it’s not possible to use weird doctypes, use xast if you want xml
  • 1635e2f hast-util-from-string: remove return value
    migrate: keep a reference to the changed node around

Full Changelog: 6.0.0...7.0.0

rehype-minify-whitespace@5.0.1

30 Mar 14:42
857a97f
Compare
Choose a tag to compare
  • ca840b0 Fix to not collapse in script, style

rehype-minify-url@4.1.1

12 Sep 07:04
7c74eed
Compare
Choose a tag to compare

rehype-minify-enumerated-attribute@4.1.0

12 Sep 07:04
dffd016
Compare
Choose a tag to compare
  • 4e5b583 Externalize schema as html-enumerated-attributes
  • 3d42055 Add support for selectors
  • b34a034 Update to improved schema

html-enumerated-attributes@0.1.0

12 Sep 07:03
265514d
Compare
Choose a tag to compare

rehype-minify-url@4.1.0

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

rehype-minify-attribute-whitespace@2.0.3

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

hast-util-is-css-link@1.0.5

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