liquid-rust
liquid-rust copied to clipboard
Liquid templating for Rust
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.2 Improve Debug representation of serde_yaml::Error Commits 3dd7bcf Release 0.9.2 922c18f Merge pull request...
- [x] Tests created for any new feature or regression tests for bugfixes. liquid-rust doesn't quite behave like the Ruby implementation of Liquid when it comes to coercing other types...
Hey, here's my PR for #471. See the [description](https://shopify.github.io/liquid/tags/template/#render) including - the selected template cannot access any variables from the parent scope - I've created a new `OpaqueStackFrame` struct, I...
Hi, sorry if this is a misunderstanding on my part. But looking [online](https://shopify.github.io/liquid/tags/template/#include), the "include" tag is deprecated and the [render](https://shopify.github.io/liquid/tags/template/#render) tag should be used instead. I was wondering what...
There are numerous articles out there that talk about why, here's one: https://www.jumpingrivers.com/blog/git-moving-master-to-main/
In https://github.com/cobalt-org/liquid-rust/blob/master/src/filters.rs#L308 we use a custom date format to parse dates for the date filter if it's a string. The original liquid has a `to_date` function that can take different...
Example test ```rust assert_eq!( v!("May"), filters!(date, with_time("2006-05-05 10:00:00"), v!("%B")) ); ```
> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...
> Potential segfault in the time crate | Details | | | ------------------- | ---------------------------------------------- | | Package | `time` | | Version | `0.1.44` | | URL | [https://github.com/time-rs/time/issues/293](https://github.com/time-rs/time/issues/293)...
> Potential segfault in `localtime_r` invocations | Details | | | ------------------- | ---------------------------------------------- | | Package | `chrono` | | Version | `0.4.19` | | URL | [https://github.com/chronotope/chrono/issues/499](https://github.com/chronotope/chrono/issues/499) |...