Skip to content

Version 1.9.0

Compare
Choose a tag to compare
@jg-rp jg-rp released this 17 Apr 10:43
· 93 commits to main since this release

Fixes

  • Changed FileSystemLoader so that loaded templates can be pickled. See #107.
  • Fixed the liquid.Environment template cache. Now, when given a cache_size of 0, 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 the Environment template cache, which can't handle context-aware loaders. See #116.