Releases: shootingfly/water
Releases · shootingfly/water
Release 1.0.0 and support Crystal 1.0.0
v1.0.0 Release 1.0.0 and support Crystal 1.0.0
Support Layout And Optimize Code
- Replace
Water::Page
withWater
. - Remove
def_renamed_open_tag
macro anddef_renamed_self_close_tag
macro - Use
yield_content
to use layout`
Simplify Api
- Replace
l
andlm
withtext
. - Replace
tag(content, with attributes = "")
withtag(attributes, content)
. - Replace
%()
with %||` when describing attributes, which makes it possible to highlight attributes. - Generate
style
,script
without macro.
First Release
v0.1.0 Add build status tag