1.2 KiB
1.2 KiB
Change Log
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
- [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