Download Latest Version 1.14.0 source code.zip (1.5 MB) Google Add to Preferred Sources
Home / 1.13.0
Name Modified Size InfoDownloads / Week
Parent folder
1.13.0 source code.tar.gz 2026-08-30 1.3 MB
1.13.0 source code.zip 2026-08-30 1.4 MB
README.md 2026-08-30 10.0 kB
Totals: 3 Items   2.7 MB 0

🍜 1.13.0

See the new website.

:iphone: LynxJS support

Alpha support for LynxJS.

✨ Special thanks

✨ Highlights

  • Native mobile backend. miso can now target iOS/Android by driving the Lynx dual-thread runtime instead of the browser DOM — new Miso.Native module tree, gated behind -fnative. See sample-app-native for a worked example. This is still considered in beta.
  • App-global context. miso's analogue of React Context — one value shared by every Component, seeded via startAppWithContext, read via getContext/view, updated via modifyContext/putContext.
  • Miso.Cookie — Cookie Store API bindings (cookieGet, cookieSet, cookieDelete, cookieChangeSub, …).
  • canvasSub — drives a <canvas> in a tight requestAnimationFrame loop outside the VDOM diff cycle.
  • Miso.Trace — a browser-console Debug.Trace analogue (trace, traceShow, traceWarn*, traceError*, …) for pure code.
  • Synchronous Miso.Fetch variants (getJSON_, postJSON_, …) plus cross-thread effects runOnBG / runOnMain for the native runtime.
  • Static componentsmountStatic / vcomp survive the dual-thread boundary via StaticPtr.
  • New cabal flags: -faeson (define Miso.JSON in terms of Data.Aeson) and -ftext (use Data.Text for MisoString on WASM).
  • ⚠️ Breaking: View/Attribute gained type parameters, Sub gained a model parameter, Miso.Binding and parent/ROOT were removed in favor of context, Miso.Types.keyed was removed, autocomplete_ now takes MisoString. See the [changelog](https://github.com/dmjio/miso/blob/master/CHANGELOG.md#1130 for full migration notes.
  • Perf: eager JSVal freeing on WASM (GC pause reduction), StableName dirty-checking extended to context/props, direct main-thread event dispatch.
  • Many other fixes below, etc.

What's Changed

New Contributors

Full Changelog: https://github.com/dmjio/miso/compare/1.12.0...1.13.0

Source: README.md, updated 2026-08-30