Releases: bruits/maudit
Releases · bruits/maudit
Release list
oubli-v0.1.12
Patch changes
- Updated dependencies: maudit (Cargo)@0.7.0
maudit-v0.7.0
Minor changes
- f40ccc7 Adds support for generating variants of pages for the purpose of internationalization — Thanks @Princesseuh!
oubli-v0.1.10
Patch changes
- Updated dependencies: maudit (Cargo)@0.6.7
maudit-v0.6.7
Patch changes
- 9611a61 Fixes cached entries for processed assets showing a longer log than intended — Thanks @Princesseuh!
oubli-v0.1.9
Patch changes
- Updated dependencies: maudit (Cargo)@0.6.6
maudit-v0.6.6
Patch changes
- 1ce6701 Fixes Tailwind errors from stalling the build infinitely instead of erroring out — Thanks @Princesseuh!
- 696f653 Fixes logging of assets during build sometimes showing inconsistent paths — Thanks @Princesseuh!
- 696f653 Assets-related methods now all return Result, returning errors whenever files cannot be read or some other IO issue occurs. This makes it slightly more cumbersome to use, of course, however it makes it much easier to handle errors and return better error messages whenever something goes wrong. — Thanks @Princesseuh!
- 492953d Normalize the urls returned by
url()to always properly reflect what the final path would look like — Thanks @Princesseuh!
oubli-v0.1.8
Patch changes
- Updated dependencies: maudit (Cargo)@0.6.5
maudit-v0.6.5
Patch changes
- 1abd7ef Adds support for customizing the location of the image cache — Thanks @Princesseuh!
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!