- Fix
NullPointerException
when using any of theinclude
/insert
/replace
processors with a full template fragment expression (#120) - Restored support for multi-level layouts (#121)
- Reduced logging of backwards compatibility warnings to log just the first time the compatibility was encountered (#124)
- Improved memory usage by not being so wasteful of objects in a few parts of the codebase, which in turn fixed a potential memory leak (#122)
- Fixed a backwards compatibility problem when using
layout:decorator
(#125)