Skip to content

0.4.0

Choose a tag to compare

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

Highlights

  • Simplifies HTMLPreview so previews are written as #Preview { HTMLPreview { ... } }.
  • Keeps preview titles in SwiftUI #Preview instead of duplicating title state in HTMLPreview.
  • Updates README and DocC with a flat, copyable release dashboard preview sample.
  • Keeps preview renderer tests aligned with the simplified API.

Verification

  • xcodebuild test -scheme swift-html-Package -destination platform=macOS passed.