Skip to content

SwiftHTML 0.3.0

Choose a tag to compare

@1amageek 1amageek released this 17 Jun 13:32
· 15 commits to main since this release

Promotes state and hydration runtime contracts for client WASM runtimes and component-level HMR.

Area Included
State New StateStoreSnapshot, StateSnapshotValue, StateSnapshotError, and StateSchema public contracts.
Hydration Browser hydration component records now carry state slots and derived state schema hashes.
Loading ClientComponentAsset now includes state and environment schema hashes for split WASM loading.
Runtime StateStore can snapshot and restore Codable state behind a schema guard.
Documentation README and DocC now describe runtime snapshot and schema preservation semantics.