Skip to content

Releases: sonofmagic/tailwindcss-mangle

[email protected]

25 Nov 02:55

Choose a tag to compare

Minor Changes

  • 9105a4a Thanks @sonofmagic! - expose hookable CLI command registration so host CLIs can customize command lifecycles, descriptions, and options without reimplementing tw-patch wiring

[email protected]

24 Nov 13:00

Choose a tag to compare

Minor Changes

  • 6353ff5 Thanks @sonofmagic! - Expose helpers to mount the Tailwind CSS patch CLI inside other cac apps with prefixed or renamed commands.

[email protected]

18 Nov 16:32

Choose a tag to compare

Patch Changes

  • 1af573b Thanks @sonofmagic! - Ensure Tailwind v4 CSS entries resolve @config paths relative to each CSS file when no explicit base is provided.

[email protected]

08 Nov 15:36

Choose a tag to compare

Patch Changes

  • fc73e30 Thanks @sonofmagic! - Ensure Tailwind v4 candidate extraction only keeps class names that compile to CSS so HTTP header literals like text/event-stream no longer leak into the runtime class set.

[email protected]

06 Nov 16:07

Choose a tag to compare

Patch Changes

@tailwindcss-mangle/[email protected]

06 Nov 16:07

Choose a tag to compare

Minor Changes

[email protected]

27 Oct 17:11

Choose a tag to compare

Patch Changes

[email protected]

27 Oct 04:01

Choose a tag to compare

Minor Changes

  • d516eeb Thanks @sonofmagic! - Add grouped token exports, sanitized file metadata, and CLI options for the new token reporting flow.

[email protected]

27 Oct 02:56

Choose a tag to compare

Minor Changes

  • 91f408c Thanks @sonofmagic! - Add getClassSetSync along with synchronous cache utilities so consumers that cannot await the async API can still collect Tailwind classes.

@tailwindcss-mangle/[email protected]

27 Oct 17:11

Choose a tag to compare

Patch Changes

  • ba12f2a Thanks @sonofmagic! - Lazy-load c12 so CommonJS consumers avoid ESM require errors when loading the config helpers.