Skip to content

3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 06 Feb 23:25
· 35 commits to master since this release
8aac53f
  • Improved Twig support
    • Compile functions in Pug templates
    • Support Pug <-> Twig cross includes
    • Allow to use Twig global values/services inside Pug templates
  • Improved caching system, cached views are faster to render thanks to
    • Lazy loading of the Pug renderer
    • Twig functions static in-Pug compilation
  • Added interceptors support: user services that are create and ran only before Pug view rendering