Releases: sbsoftware/to_html.cr
Releases Β· sbsoftware/to_html.cr
v1.1.0
Features
NamedTuple
s can be used to provide tag attributes (#15)
Bugs
- Method calls with the same name as tags will be interpreted as tags (#13)
v1.0.7
Bugs
- Attribute values aren't
#to_s
ed anymore (#11)
v1.0.6
Bugs
- Boolean attributes not working with literals (#9)
v1.0.5
Bugs
- Nested ifs are not evaluated (#7)
v1.0.4
Features
- Support boolean attributes (#6)
Bugs
select
tag method call conflicts with crystal keyword (#5)
v1.0.3
Features
- Tag methods support array arguments (#4)
v1.0.2
- Fix method calls in named arg values
- Add :nodoc: directive to helper macros and classes
v1.0.1
- Void elements are now rendered correctly