- Fix: Fix buggy interaction with Jekyll's
where_exp
filter by rendering var and filter in context.
- Fix: Previous regex was a bit too relaxed. It matched
||
when it should only match a single|
.
- Fix: Relaxed filters regex to fix issue with filter-tag.
- Minor: Improvements to regex clarity.
- Minor: Using
parse
method instead ofnew
for Liquid 3 compatibility.
- Minor: Jekyll 3 is fine.
- Fix: Assigning nil, null, or false to a variable caused an error.
- Fix: Variables were being rendered to strings before being run through filters.
- Support for changes in Jekyll 2.3.0.
- Improved support for relative paths.
- Initial release.