Skip to content

mochi-framework: v0.9.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 22:59
b8086f4

0.9.0 (2026-07-28)

⚠ BREAKING CHANGES

  • build: precompile src/emails templates into the manifest - email templates must now be in src/emails (#220)
  • relocatable build output — manifest v2, publicDir served from disk (#170)

Features

  • add optional rsvelte compiler backend (#197) (df9aede)
  • build: precompile src/emails templates into the manifest - email templates must now be in src/emails (#220) (000e193)
  • captcha: fix hang, sync PoW, a11y/CLS, configurable bits/budget (#199) (5028c6b)
  • extensions: crash when server-only internals reach the client (#206) (ad496ee)
  • memlab heap-snapshot analyzer + property-based fuzzing suite (#203) (49b3c85)
  • relocatable build output — manifest v2, publicDir served from disk (#170) (b31c052)
  • request cache (#202) (9dd20b6)
  • warn at boot when publicDir was non-empty at build time but empty at serve (#214) (f807d31)

Bug Fixes

  • require svelte-shaker >=0.18.1 so mochi: directives survive shaking (#221) (f5b4522)

Documentation

  • mochi: slim down over-verbose source comments (#217) (82b29f6)