Skip to content

Releases: sonofmagic/tailwindcss-mangle

tailwindcss-patch@8.6.1

23 Dec 14:37

Choose a tag to compare

Patch Changes

  • 1c0405c Thanks @sonofmagic! - Prefer CSS entry directories when resolving Tailwind v4 @config so relative configs are found even when a base directory is provided.

tailwindcss-patch@8.6.0

21 Dec 16:51

Choose a tag to compare

Minor Changes

  • c2fd4c1 Thanks @sonofmagic! - Add configurable cache drivers (file, memory, noop) while keeping the file cache as the default fallback.

tailwindcss-patch@8.5.1

21 Dec 14:46

Choose a tag to compare

Patch Changes

  • edd1171 Thanks @sonofmagic! - Gracefully skip cache updates when the cache file is locked on Windows to avoid EPERM failures.

tailwindcss-patch@8.5.0

12 Dec 12:10

Choose a tag to compare

Minor Changes

  • 5b11714 Thanks @sonofmagic! - Add CLI/API support for reporting which Tailwind patches are applied or pending.

tailwindcss-patch@8.4.3

05 Dec 14:31

Choose a tag to compare

Patch Changes

  • 0b484c1 Thanks @sonofmagic! - chore(deps): upgrade

  • 6542453 Thanks @sonofmagic! - Fix getClassSetSync() returning an empty set before Tailwind v3 contexts are ready so runtime collectors fall back to the async extraction path instead of skipping class discovery.

@tailwindcss-mangle/core@5.0.1

05 Dec 14:30

Choose a tag to compare

Patch Changes

tailwindcss-patch@8.4.2

27 Nov 13:56

Choose a tag to compare

Patch Changes

  • 6bd5faa Thanks @sonofmagic! - fix cache store to write through temp files and rename atomically so concurrent patchers never read truncated JSON

tailwindcss-patch@8.4.1

27 Nov 11:32

Choose a tag to compare

Patch Changes

  • e5c8155 Thanks @sonofmagic! - Ensure TailwindcssPatcher uses the workspace root as the default v4 source when cssEntries point at empty folders so extract() still reports runtime classes in v4 mode.

  • 4df42ed Thanks @sonofmagic! - Stop logging cache warnings when the Tailwind class cache file is missing so repeated builds on Windows no longer show ENOENT errors.

tailwindcss-patch@8.4.0

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

tailwindcss-patch@8.3.0

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.