All Versions
33
Latest Version
Avg Release Cycle
92 days
Latest Release
621 days ago

Changelog History
Page 3

  • v0.16.0 Changes

    February 06, 2017
    • ⚡️ [Changed] Update to Iron 0.5 #70
    • 👕 [Fixed] Correct typo in <!doctype html> lint #69
  • v0.15.0 Changes

    January 26, 2017
    • [Added] Implement Into<String> for Markup
    • 👕 [Added] Add a lint that suggests using the maud::DOCTYPE constant #66
    • 🚚 [Removed] Remove the RenderOnce trait #68
    • ⚡️ [Fixed] Update to latest syntax extension API
  • v0.14.0 Changes

    November 24, 2016
    • [Added] Add a pre-defined constant for <!DOCTYPE html>
    • [Added] Toggle a class using a boolean flag #44
    • [Added] Let expressions #57
    • [Changed] Toggled empty attributes now use foo?[bar] syntax #59
    • ⚡️ [Fixed] Update to latest syntax extension API
  • v0.13.0 Changes

    November 03, 2016
    • 👍 [Added] Support @while and @while let #55
    • [Changed] Change PreEscaped to take AsRef<str> instead of Display #54
    • [Changed] Single quotes (') are no longer escaped
    • ⚡️ [Fixed] Update to latest syntax extension API
  • v0.12.0 Changes

    October 09, 2016
    • [Changed] Change Render and RenderOnce to return Markup instead #48
    • 🛠 [Fixed] Add a bunch of optimizations from Horrorshow #46
  • v0.11.1 Changes

    September 25, 2016
    • 📚 [Fixed] Various documentation fixes
  • v0.11.0 Changes

    September 24, 2016
    • [Changed] The html! macro now returns a String instead of taking a writer argument
    • 🗄 [Deprecated] iron-maud is obsolete; enable the "iron" feature on the maud crate instead
    • 🚚 [Removed] Remove @call syntax
  • v0.10.0 Changes

    September 20, 2016
    • 👍 [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" not 42
  • v0.9.2 Changes

    July 10, 2016
    • ⚡️ [Fixed] Update to latest syntax extension API
  • v0.9.1 Changes

    July 03, 2016
    • ⚡️ [Fixed] Update to latest syntax extension API
    • ⚠ [Fixed] Silence "duplicate loop labels" warnings #36