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

Changelog History
Page 8

  • v0.28.2 Changes

    August 01, 2017
    • ๐Ÿ›  [Changed] Fixed support for escape \\{{. #170
  • v0.28.1 Changes

    July 16, 2017
    • [Changed] Mark RenderError with Send trait
  • v0.28.0 Changes

    July 15, 2017
    • ๐ŸŽ [Changed] Fixed performance issue discussed in #166
    • [Added] Added error cause RenderError
  • v0.27.0 Changes

    June 03, 2017
    • [Changed] partial_legacy is dropped
    • [Changed] context.navigate now returns a Result<&Json,RenderError>. Error is raised when given path cannot be not parsed.
    • ๐Ÿšš [Changed] removed context::extend because it's like to ruin your context outside the helper.
    • [Changed] RenderContext now owns Context, you can host a new Context for particular block helper.
    • [Changed] Added some convenience functions to RenderContext. However, RenderContext may still change in future release.
  • v0.26.1 Changes

    April 23, 2017
    • โšก๏ธ [Changed] Updated to Serde 1.0
    • 0๏ธโƒฃ [Changed] Dropped rustc_serialize, serde is now the default type system
  • v0.25.3 Changes

    April 19, 2017
    • ๐Ÿ›  [Changed] Fixed path up #147
    • ๐Ÿ›  [Changed] Fixed duplicated template inclusion #146
  • v0.25.2 Changes

    March 22, 2017
    • ๐Ÿ›  [Changed] Fixed bug when including two partials with same name #143
  • v0.25.1 Changes

    February 21, 2017
    • ๐Ÿ‘ [Added] Added support for braces escaping\{{var}}.
  • v0.25.0 Changes

    January 28, 2017
    • โšก๏ธ [Changed] Updated serde family to 0.9.x
    • [Added] Added to_json function to convert data to Json or Value
  • v0.24.2 Changes

    January 28, 2017
    • ๐Ÿ‘ [Added] Added support for {{> @partial-block}}