Skip to content

Releases: khromov/mochi

mochi-framework: v0.6.0

07 Jun 22:41
7bea6d1

Choose a tag to compare

0.6.0 (2026-06-07)

Features

  • add svelte-shaker support and remove routes.ts convention in favor of single index.ts (#74) (ec4487f)
  • added a new "info" tab to debug bar showing runtime versions and mochi configuration (a6a1792)

Bug Fixes

  • mochi-framework: various hmr edge case fixes (ecb627d)
  • trigger hmr when shell.html is edited (#72) (d519b89)
  • various hmr edge case fixes (79048e3)

create-mochi: v0.2.4

07 Jun 22:41
7bea6d1

Choose a tag to compare

0.2.4 (2026-06-07)

Bug Fixes

  • mochi-framework: various hmr edge case fixes (ecb627d)
  • various hmr edge case fixes (79048e3)

mochi-framework: v0.5.1

04 Jun 21:14
de9d8d0

Choose a tag to compare

0.5.1 (2026-06-04)

Bug Fixes

  • stray {{mochi.script}} text rendered on pages that mention the placeholder (#67) (38d3ee4)
  • windows support (8547194)

mochi-framework: v0.5.0

29 May 11:10
86c3da6

Choose a tag to compare

0.5.0 (2026-05-28)

Features

  • hot-swap route handlers in dev mode (#41) (106a4a2)
  • opt-in route warmup to pre-warm static pages at startup (#64) (9f28ede)
  • replace highlight.js with Shiki (#54) (3d2dc6a)

Code Refactoring

  • replace cookie npm package with Bun native cookie APIs (#60) (4e0d953)
  • run all tests in per-file isolation, drop .isolated.test.ts suffix (#55) (68cdc06)
  • vendor debounce, drop npm dependency (#63) (d465fea)
  • vendor json-format-highlight, drop npm dependency (#61) (0b88399)

mochi-framework: v0.4.0

26 May 20:40
8ff4c41

Choose a tag to compare

0.4.0 (2026-05-26)

Features

  • make url export isomorphic (server + client) (#47) (11bbbe6)
  • per-page JS bundle panel in debug bar (#42) (7eba984)

Bug Fixes

  • resolve Svelte 5 state warnings and add autofixer tooling (#49) (3d949a5)

Performance

  • consolidate per-request HTML passes in renderComponent (#36) (285a87f)
  • reduce server island runtime by ~80% (8.59kB → 1.91kB ) (#50) (d570bc8)

create-mochi: v0.2.3

26 May 20:40
8ff4c41

Choose a tag to compare

0.2.3 (2026-05-26)

Bug Fixes

  • remove redundant project name prompt from create-mochi (#44) (dfa3c95)

mochi-framework: v0.3.2

24 May 00:03
8c17153

Choose a tag to compare

0.3.2 (2026-05-24)

Bug Fixes

  • register trailing-slash alternates for internal framework routes (#33) (453eac5)

mochi-framework: v0.3.1

23 May 23:41
15b00c2

Choose a tag to compare

0.3.1 (2026-05-23)

Bug Fixes

  • debug bar Bundles link points to undefined in production (#30) (2c77825)
  • immutable asset caching + feat: SSR duration in debug bar (#32) (0f8bb68)

mochi-framework: v0.3.0

23 May 22:57
5fad1b4

Choose a tag to compare

0.3.0 (2026-05-23)

Features

  • add liveReload option to disable dev WS (#23) (616ab7a)
  • mdsvex: preprocess mochi:hydrate inside markdown files (#22) (bcf08e4)

Bug Fixes

  • debug-bar: show green status dot when liveReload is disabled (#27) (f8896f5)

mochi-framework: v0.2.0

23 May 01:53
fe0794c

Choose a tag to compare

0.2.0 (2026-05-23)

Features

  • debug-bar: redesign + landing Quick Start + Discord links (#16) (91a0931)
  • docs: first-app walkthrough, docker page, intro rewrite, Dockerfile cleanup (#18) (a0df099)

Performance

  • ssr: cache and skip Svelte preprocessing for non-island sources (#19) (1bbbd79)