0.13.0 - 2016-11-03
- [Added] Support
@while
and@while let
#55 - [Changed] Change
PreEscaped
to takeAsRef<str>
instead ofDisplay
#54 - [Changed] Single quotes (
'
) are no longer escaped - [Fixed] Update to latest syntax extension API
0.12.0 - 2016-10-09
- [Changed] Change
Render
andRenderOnce
to returnMarkup
instead #48 - [Fixed] Add a bunch of optimizations from Horrorshow #46
0.11.1 - 2016-09-25
- [Fixed] Various documentation fixes
0.11.0 - 2016-09-24
- [Changed] The
html!
macro now returns aString
instead of taking a writer argument - [Deprecated]
iron-maud
is obsolete; enable the"iron"
feature on themaud
crate instead - [Removed] Remove
@call
syntax
0.10.0 - 2016-09-20
- [Added] Iron support
- [Added] Allow namespaces in element and attribute names #38
- [Changed] Switch to new splice syntax using parentheses #41
- [Changed] Require parentheses around the parameter to
@call
- [Removed] All literals must now be quoted, e.g.
"42"
not42
0.9.2 - 2016-07-10
- [Fixed] Update to latest syntax extension API
0.9.1 - 2016-07-03
- [Fixed] Update to latest syntax extension API
- [Fixed] Silence "duplicate loop labels" warnings #36
0.9.0 - 2016-06-12
- [Added] Implement ID shorthand syntax, e.g.
div#foo
#35 - [Fixed] Update to latest syntax extension API
0.8.1 - 2016-04-27
- [Fixed] Update to latest syntax extension API
0.8.0 - 2016-02-28
- [Added] Add shorthand syntax for classes, e.g.
div.foo
#28 - [Added] Add support for
match
expressions #30 - [Added] Allow tuple attribute lookups (
x.0
) and identifier pathsfoo::bar
in splices #27 #29 - [Added] Add a
RenderOnce
trait, for when rendering a value also consumes it #31 - [Changed] Change symbol for special forms from
#
→@
#31 - [Changed] Change symbol for splices from
$
→^
#31 - [Fixed] Update to latest syntax extension API