Version 1.9.0
Fixes
- Changed
FileSystemLoaderso that loaded templates can be pickled. See #107. - Fixed the
liquid.Environmenttemplate cache. Now, when given acache_sizeof0, the cache is disabled. See #108.
Features
- Added context-aware template loader bootstrapping methods. See #109.
- Added support for async class-based filters. See #115.
- Added
CachingFileSystemLoader, a template loader that handles its own cache rather than relying on theEnvironmenttemplate cache, which can't handle context-aware loaders. See #116.