WingedSwift 1.4.0
HTML DSL improvements for richer Bootstrap/template markup without string-HTML workarounds.
Added
RawHTML— render markup without a wrapper elementAttribute.boolean(_:)— boolean attrs (hidden,checked,required, …)HTMLFragmentBuilder+fragment { }— flat tag lists withbuildArray/map- New tags:
I,Br,Hr,Strong,Em,Small AandH1…H6acceptchildren: [HTMLTag]
Changed
- HTML5 void elements by default (
<img>,<br>, …); setHTMLTag.xhtmlSelfClosing = truefor XHTML Button: optionaltype(button/submit/reset)Label: optionalforInput: optionalnameSection: aligned withDiv(content+escapeContent)
SPM
.package(url: "https://github.com/micheltlutz/Winged-Swift.git", from: "1.4.0")