Skip to content

Releases: bruits/maudit

oubli-v0.1.12

Choose a tag to compare

@github-actions github-actions released this 03 Jan 21:07
90cac29

Patch changes

  • Updated dependencies: maudit (Cargo)@0.7.0

maudit-v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 21:07
90cac29

Minor changes

  • f40ccc7 Adds support for generating variants of pages for the purpose of internationalization — Thanks @Princesseuh!

oubli-v0.1.10

Choose a tag to compare

@github-actions github-actions released this 09 Dec 14:44
1f4508c

Patch changes

  • Updated dependencies: maudit (Cargo)@0.6.7

maudit-v0.6.7

Choose a tag to compare

@github-actions github-actions released this 09 Dec 14:44
1f4508c

Patch changes

  • 9611a61 Fixes cached entries for processed assets showing a longer log than intended — Thanks @Princesseuh!

oubli-v0.1.9

Choose a tag to compare

@github-actions github-actions released this 08 Dec 21:34
d6c9f5d

Patch changes

  • Updated dependencies: maudit (Cargo)@0.6.6

maudit-v0.6.6

Choose a tag to compare

@github-actions github-actions released this 08 Dec 21:34
d6c9f5d

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

Choose a tag to compare

@github-actions github-actions released this 13 Nov 03:44
9a3c42c

Patch changes

  • Updated dependencies: maudit (Cargo)@0.6.5

maudit-v0.6.5

Choose a tag to compare

@github-actions github-actions released this 13 Nov 03:44
9a3c42c

Patch changes

  • 1abd7ef Adds support for customizing the location of the image cache — Thanks @Princesseuh!

oubli-v0.1.7

Choose a tag to compare

@github-actions github-actions released this 22 Oct 01:22
246e4e3

Patch changes

  • Updated dependencies: maudit (Cargo)@0.6.4

maudit-v0.6.4

Choose a tag to compare

@github-actions github-actions released this 22 Oct 01:22
246e4e3

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!