Releases: cobalt-org/liquid-rust
Releases · cobalt-org/liquid-rust
v0.13.0: Major API Refactoring
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
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
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
Features
- Turn
serde
into a default feature. (6be99f1, clos>
Bug Fixes
- Stop recompiling everytime due to Skeptic.
v0.10.0
Features
Bug Fixes
- filters:
- Align behavior with shopify/liquid (ebd7ebc6)
- Moved
pluralize
to extra-filters
(17d57c09)