Skip to content

Tags: RandomHashTags/swift-htmlkit

Tags

0.13.1

Toggle 0.13.1's commit message
remove `HTMLExpansionResultType.chunksInline` (can be represented usi…

…ng `chunks`) and...

- move exports to `Exports.swift`

0.13.0

Toggle 0.13.0's commit message
move all swift syntax stuff to `HTMLKitParse` module or the macro tar…

…gets to reduce binary size

0.12.1

Toggle 0.12.1's commit message
fixed: interpolation not being warned within a trailing closure

0.12.0

Toggle 0.12.0's commit message
added 3 more unit test cases to `rawHTML`

0.11.0

Toggle 0.11.0's commit message
`HTMLElementAttribute` now conforms to `HTMLInitializable`

0.10.0

Toggle 0.10.0's commit message
renamed `var` element to `variable`

0.9.0

Toggle 0.9.0's commit message
added HTMX SSE; some README touchups

0.8.0

Toggle 0.8.0's commit message
new `trailingSlash` global attribute and...

- removed compiler error "runtimeValueNotAllowed" (now automatically applies interpolation, and warns about unsafe interpolation)

0.7.1

Toggle 0.7.1's commit message
fixed logic issue when flattening interpolation which resulted in mis…

…sing content

0.7.0

Toggle 0.7.0's commit message
fixed README missing closing anchor tag