Skip to content

Configuration overhaul, bugfixes

Compare
Choose a tag to compare
@TorbenKoehn TorbenKoehn released this 16 Jan 15:12
· 79 commits to master since this release
  • Fixed a bug where the extensions in the compiler were checked without
    the .-prefix in handleImport (#48)
  • Configuration-style now follows Tale\Jade\Util\ConfigurableTrait
    globally
  • Added some configuration utility methods to all objects
  • lifeTime, cachePath, indentStyle, indentWidth, extensions, mode,
    doctypes, filters and filterMap can now directly be set in the Renderer
    (No compilerOptions needed)