BinaryBirds Swift Html Versions Save

An awesome Swift HTML DSL library using result builders.

1.7.0

1 year ago
  • Better result builder architecture for Tags
  • Known DocumentRenderer issues: extra newline is rendered for groups, when rendering non-minified output.

1.6.11

2 years ago
  • fix self warning for target enum cases
  • .self is now called .default for Target & TargetFrame

1.6.10

2 years ago

If only one Tag supplied in array of arrays, return Tag. If more than one Tag supplied, return GroupTag.

1.6.9

2 years ago

1.6.8

2 years ago

1.6.7

2 years ago

1.6.6

2 years ago
  • now it is possible to init a tag with a single child tag

1.6.5

2 years ago
  • prevent empty style attribute Span("").style("") -> <span></span>
  • test empty style prevention

1.6.4

2 years ago

If all the classes were removed also remove the attribute

1.6.3

2 years ago
  • pathLength init parameter
  • rect rx, ry init params
  • links to moz docs