Skip to content

v0.7.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cappuc cappuc released this 30 Dec 14:53
· 5 commits to main since this release

Breaking Changes

  • Introduced Environment concept to allow multiple liquid instances with different settings, tags and filters. This was partially possible with TemplateFactory previously.
  • TemplateFactory has been removed and replaced by EnvironmentFactory, some methods (newParseContext, newRenderContext, parseString, parseTemplate) have been moved to Environment.
  • Renamed environment and staticEnvironment parameters of RenderContext to data and staticData to avoid confusion with Environment object.
  • Unified usage of PartialsCache and OutputsBag in shared state.
  • Moved default tags and filters to StandardExtension that is registered by default.
  • Refactored profiling and moved to ProfilerExtension.

What's Changed

Full Changelog: v0.6.6...v0.7.0-beta1