Releases: bruits/maudit
Releases · bruits/maudit
oubli-v0.1.7
Patch changes
- Updated dependencies: maudit (Cargo)@0.6.4
maudit-v0.6.4
Patch changes
- 5e9fc15 Revert Tailwind hashing change, need a different solution. In the meantime, it is possible for stale content to appear with Tailwind in select conditions. — Thanks @Princesseuh!
oubli-v0.1.6
Patch changes
- Updated dependencies: maudit (Cargo)@0.6.3
maudit-v0.6.3
Patch changes
- 371c3e3 Makes it so styles using Tailwind always have a different hash between builds in order to avoid stale content — Thanks @Princesseuh!
- d69679a Return a newtype around a String when using
Image.render()so that images can be used directly in supported templating languages — Thanks @Princesseuh!
maudit-cli-v0.6.2
Patch changes
- 6922bb3 Fixes fingerprinted assets reloading unnecessarily in development by introducing immutable cache headers on them — Thanks @Princesseuh!
maudit-cli-v0.6.1
Patch changes
- 9e3eb1e Fixes missing HTTP headers on HTML responses — Thanks @Princesseuh!
maudit-cli-v0.6.0
Minor changes
- 3758ccf Improved stability of the watching system — Thanks @Princesseuh!
- 3758ccf Fixes an issue where installation would fail due to an outdated Rolldown version — Thanks @Princesseuh!
oubli-v0.1.5
maudit-v0.6.2
0.6.2
Patch changes
- 0cb1738 Updates MSRV to 1.89 — Thanks @Princesseuh!
- 36da26d Add a new RenderWithAlt trait for rendering images, enforcing the usage of alt when trying to render to a String — Thanks @Princesseuh!