Liquid Rust Versions Save

Liquid templating for Rust

v0.13.1

6 years ago

Minor docs change

v0.13.0

6 years ago

Features

  • api: Make Renderable debuggable (802b0af

Bug Fixes

  • dbg: Remove debug code (7bf2a3d
  • for: Remove non-standard for_loop variable (0d9515f, breaks #)

Breaking Changes

  • for: Remove non-standard for_loop variable (0d9515f, breaks #)

v0.12.0

6 years ago

Features

  • Make LiquidOptions cloneable (838e526
  • Make TemplateRepository cloneable (94f337a
  • Make ParseBlock cloneable (472fb63
  • Make ParseTag cloneable (ec59839

Breaking Change

  • Make TemplateRepository cloneable (94f337a
  • Make ParseBlock cloneable (472fb63
  • Make ParseTag cloneable (ec59839

v0.11.0

6 years ago

Features

  • syntax: Add arr[0] and obj["name"] indexing (PR #141, fixes #127)
  • value: Add nil value to support foreign data (PR #140)

Breaking change

  • value: Add nil value to support foreign data (PR #140, 89f6660d)
    • Technically will break anyone matching on liquid::Value.

v0.10.1

6 years ago

Features

  • Turn serde into a default feature. (6be99f1, clos>

Bug Fixes

  • Stop recompiling everytime due to Skeptic.

v0.10.0

7 years ago

Features

Bug Fixes

  • filters:
    • Align behavior with shopify/liquid (ebd7ebc6)
    • Moved pluralize to extra-filters (17d57c09)