Skip to content

v0.1.2-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ebussieres ebussieres released this 21 Apr 19:20
· 1089 commits to master since this release
  • Fixed issue where parent block didn’t have access to context.
  • Macros no longer have access to context (only local vars).
  • Fixed issue where macro output coudn’t be filtered/tested.
  • Refactored how blocks and macros are implemented .
  • Renamed number filter to number_format.
  • Added a cache interface for user’s to provide their own cache. Also removed the “cacheTemplates” setting.
  • Default cache is now thread safe.
  • Templates can now be evaluated concurrently.
  • Users can now safely attempt a concurrent compilation.
  • Fixed issue where provided writer was being closed by pebble engine.
  • Fixed memory leak in file manager.
  • Removed json filter.
  • Removed some third party dependencies.
  • Added parallel tag.
  • More unit tests and misc code cleanup.