Releases: sonofmagic/tailwindcss-mangle
Releases · sonofmagic/tailwindcss-mangle
tailwindcss-patch@8.6.1
Patch Changes
1c0405cThanks @sonofmagic! - Prefer CSS entry directories when resolving Tailwind v4@configso relative configs are found even when a base directory is provided.
tailwindcss-patch@8.6.0
Minor Changes
c2fd4c1Thanks @sonofmagic! - Add configurable cache drivers (file, memory, noop) while keeping the file cache as the default fallback.
tailwindcss-patch@8.5.1
Patch Changes
edd1171Thanks @sonofmagic! - Gracefully skip cache updates when the cache file is locked on Windows to avoid EPERM failures.
tailwindcss-patch@8.5.0
Minor Changes
5b11714Thanks @sonofmagic! - Add CLI/API support for reporting which Tailwind patches are applied or pending.
tailwindcss-patch@8.4.3
Patch Changes
-
0b484c1Thanks @sonofmagic! - chore(deps): upgrade -
6542453Thanks @sonofmagic! - FixgetClassSetSync()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
Patch Changes
0b484c1Thanks @sonofmagic! - chore(deps): upgrade
tailwindcss-patch@8.4.2
Patch Changes
6bd5faaThanks @sonofmagic! - fix cache store to write through temp files and rename atomically so concurrent patchers never read truncated JSON
tailwindcss-patch@8.4.1
Patch Changes
-
e5c8155Thanks @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. -
4df42edThanks @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
Minor Changes
9105a4aThanks @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
Minor Changes
6353ff5Thanks @sonofmagic! - Expose helpers to mount the Tailwind CSS patch CLI inside othercacapps with prefixed or renamed commands.