What's Changed
Fixes and CI updates so AppState 3.0 can depend on a tagged Cache release instead of a revision pin.
- Support WebAssembly + fix Linux collection-cast crash by @0xLeif in #30
- Fix CI and prep 2.1.3 for AppState 3.0 in #31
Highlights
- WebAssembly / WASI: Guard Combine with
#if canImport(Combine)so wasm builds no longer hit@Published/ObservableObjecterrors - Linux / WASI: Safe collection casts through
Dictionary.get(_:as:)(no_arrayForceCastabort) - CI: macOS and DocC use
macos-15+latest-stableXcode
Full Changelog: 2.1.2...2.1.3