Version 1.9.3
Fixes
- Removed
is_up_to_datefromliquid.BoundTemplate.__repr__. It was causingRuntimeWarnings with Python 3.11 when using an async template loader. Specifically warnings about coroutines that were never awaited. - Fixed the
mapfilter. If given a nested array-like input, it now flattens it automatically. See #119. - Fixed the behavior of the
liquidtag when other liquid tags appear within it. See #123.
Features