Liquid Rust Versions Save

Liquid templating for Rust

v0.16.0

5 years ago

Features

Performance

v0.15.0

5 years ago

Breaking Changes

Features

v0.14.1

6 years ago

Release v0.14.1

  • API:
    • Support &String->Scalar b87c983)
    • Re-export datetime (1ca16f5)

v0.14.0

6 years ago

Features

API

  • Value: Control key order (7ff0fcd), closes #159

Users

  • errors:
    • Provide context on compile errors (c17df1f)
    • Report context during render (73e26cf), closes #105
  • filters: Implement basic compact support (c0eadd5)

Breaking Changes

API

  • Reduce string cloning (3d93928)

Users

  • value: Improve value coercion practices (ebb4f40), closes #99

Performance

  • Reduce string cloning (3d93928)

Bug Fixes

API

  • Remove warning when no-default-features (8c43de8)

Users

  • filters: date_in_tz can't parse cobalt date (1dae527)
  • value: Improve value coercion practices (ebb4f40), closes #99

v0.13.7

6 years ago

Support contains operator Features

  • Implement contains operator (a0d2720), closes #155

v0.13.6

6 years ago

Release 0.13.6 Features

  • filters: date can parse YYYY-MM-DD HH:MM:SS TTTT (59ab76d)

v0.13.5

6 years ago

Update dependencies

v0.13.4

6 years ago

Bug fixes

  • parse: Error on empty expressions (5cffe44, closes #139)
  • raw: Stop swapping the text's order (bd45c14, closes #79)

v0.13.3

6 years ago

Bug fixes

  • for: Re-enable support for object.access (cc9998b

v0.13.2

6 years ago

Features

Bug Fixes

  • nil: Equality logic missed a case (111d10a