All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- (Twig, Drupal) Allow additional namespaces to be passed to Twig and Drupal extensions - #89
- (Twig, Drupal) Use the Twig auto_reload option all the time - #94
- (Twig) Remove reference to Twig\Extension\InitRuntimeInterface from MannequinExtension.
- (Twig) Do not stop discovery process for a template that fails to load #76
- (Meta,Core,Html,Drupal,Twig,Site,Ui) Started changelog, mirrored out to components on release.
- (Twig,Drupal) Parse Twig comments for @Component metadata comments.
- (Twig,Drupal) Twig component metadata using the componentinfo block has been deprecated due to issues with guarded blocks in child templates. Please use the new comment syntax instead.
- (Core,Html,Drupal,Twig,Site,Ui) Initial release