Skip to content

Releases: cobalt-org/liquid-rust

v0.13.1

17 Dec 04:57
Compare
Choose a tag to compare

Minor docs change

v0.13.0: Major API Refactoring

17 Dec 04:57
Compare
Choose a tag to compare

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 #)

Release v0.12.0

30 Nov 21:07
Compare
Choose a tag to compare

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: Release 0.11.0

08 Nov 02:42
Compare
Choose a tag to compare

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: Release 0.10.1

24 Sep 03:36
Compare
Choose a tag to compare

Features

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

Bug Fixes

  • Stop recompiling everytime due to Skeptic.

v0.10.0

15 Jun 02:57
Compare
Choose a tag to compare

Features

Bug Fixes

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