The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift 5.6 fix
8 weeks ago
- fix `self` warning for target enum cases
- `.self` is now called `.default` for `Target` & `TargetFrame`
Tag builder improvement
9 weeks ago
If only one Tag supplied in array of arrays, return Tag. If more than one Tag supplied, return GroupTag.
Fix textarea disabled attribute
9 weeks ago
Revert async tag init
11 weeks ago
Async await init support for tags
11 weeks ago
Convenience child tag init method
11 weeks ago
- now it is possible to init a tag with a single child tag
Prevent empty style attribute
12 weeks ago
- prevent empty style attribute `Span("").style("")` -> `<span></span>`
- test empty style prevention
Fix remove class
12 weeks ago
If all the classes were removed also remove the attribute
SwiftSvg improvements
12 weeks ago
- pathLength init parameter
- rect rx, ry init params
- links to moz docs
Fix delete attribute
12 weeks ago
- fixed delete attribute method
- new attribute test cases