Back to Explore

rehypejs/rehype-minify

GitHub
1 watchersOpen source

Last release: 2/19/2025

rehype-minify provides plugins to minify HTML, including a preset (rehype-preset-minify) with good and safe default settings. It is useful if you already process HTML with rehype (and possibly remark) and want smaller HTML output.

Project status

  • Active maintenance: There is recent activity on the GitHub repository, with the last upstream push dated 2025-02-19, and recent updates in the rehype-minify monorepo.
  • Update cadence (apparent): The provided recent items include an update in 2025-02-19, with the next older referenced updates in 2024-09-27 and 2024-09-17, suggesting a cadence on the order of several months, but evidence is limited to these snapshots.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • rehype-minify-enumerated-attribute@5.0.2

    2/19/2025

    Release notes for rehype-minify-enumerated-attribute@5.0.2 only mention updating the `property-information` dependency. The code diff shows additional dependency bumps (some major), doc-only link formatting changes, and a build pipeline logic change in `script/pipeline-root.js` that can alter generated output.

    Breaking
  • 7.0.1

    9/27/2024

    Release 7.0.1 is described as a patch release across the monorepo packages, focusing on adding license files and improving TypeScript type output (refactor to use `@import`s, add declaration maps). No functional or API behavior changes are mentioned in the release notes.

  • rehype-remove-comments@6.1.0

    9/17/2024

    rehype-remove-comments@6.1.0 adds support for `test`, improving how the plugin can integrate with tooling that relies on plugin metadata. No other changes, bug fixes, or breaking behavior are mentioned in the provided release notes.

    Features