All Versions
101
Latest Version
Avg Release Cycle
33 days
Latest Release
584 days ago

Changelog History
Page 10

  • v0.20.0 Changes

    July 31, 2016
    • ⚡️ [Changed] Updated serde to 0.8
  • v0.19.1 Changes

    July 26, 2016
    • 🛠 [Changed] Fixed ../ path visitor bug in nested #each #93
    • ⏪ [Changed] Rollback 0.19.0 change for #if
  • v0.19.0 Changes

    July 24, 2016
    • [Changed] changed &Path to AsRef<Path>
    • 🛠 [Changed] Fixed "../" path visitor in #each and #if.
    • [Added] set_local_path_root and get_local_path_root for RenderContext.
  • v0.18.2 Changes

    July 11, 2016
    • [Changed] Disable rustc_type when serde_type enabled.
  • v0.18.1 Changes

    July 04, 2016
    • [Changed] Allow - char in reference.
  • v0.18.0 Changes

    June 25, 2016
    • 📜 [Changed] Rewrite template parser with pest.
  • v0.17.0 Changes

    June 05, 2016
    • [Added] JSON literals as helper param or hash, and subexpression return value.
    • [Added] RenderError now reports template name, line and column number. Enabled by default. This behavior can be disabled via registry.source_map_enable(false) on production.
    • [Changed] Helper API break change: param(..) and hash(...) now returns a ContextJson as value which contains path as well as parsed Json value. No need to call ctx.navigate(...) any more.
    • 🚚 [Removed] to_string of Template and TemplateElement which is unnecessary and contains issue
  • v0.16.1 Changes

    May 15, 2016
    • 🚚 [Removed] num crate dependency which is unnecessary
  • v0.16.0 Changes

    March 18, 2016
    • [Added] new APIs to render template string/files without registering to Registry
    • [Added] new handlebars raw helper syntax
  • v0.15.0 Changes

    March 01, 2016
    • ⚡️ [Changed] update serde libraries to 0.7.x