Skip to content

3.0.0

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 20 Feb 12:16
· 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