Skip to content

0.9.2

Latest

Choose a tag to compare

@1amageek 1amageek released this 07 Jul 02:08

FoundationEssentials

  • SwiftHTML prefers FoundationEssentials where available, so wasm consumers no longer link the full Foundation through SwiftHTML's re-export. Portable replacements ship for the string APIs Essentials lacks (replacingOccurrences(of:with:), CharacterSet-based trimming).

Environment

  • EnvironmentValues.current is public: host integrations can read the ambient task-local environment directly instead of going through a key-path workaround.