Skip to content

Latest commit

 

History

History
79 lines (35 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

79 lines (35 loc) · 3.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2024-05-03)

Bug Fixes

  • allow enabling twig cache (for production builds) (8242fe7)

0.2.2 (2022-09-21)

Bug Fixes

  • Keep false and zero values (705dc5f), closes #1

0.2.1 (2022-03-23)

0.2.0 (2022-01-13)

⚠ BREAKING CHANGES

  • twig-drupal: updated dependencies

  • twig-drupal: updated dependencies (9c1b1d5)

0.1.7 (2021-12-01)

Bug Fixes

  • twig-drupal: fixes remaining args were not passed to twig-drupal-filters (bf367a0)

0.1.6 (2021-06-06)

Features

  • twig-drupal: improved Drupal attributes support (decff30)

0.1.5 (2021-06-03)

Bug Fixes

  • twig-drupal: properly throw an error when an included template cant be parsed due to wrong path (4f3a660)

0.1.4 (2021-05-07)

Bug Fixes

  • twig-drupal: fix error when engine.options in miyagi config is not defined (042864f)

0.1.3 (2020-08-05)

Bug Fixes

  • twig-drupal: fix drupal attributes for included twig files (13985b2)

0.1.2 (2020-07-07)

Bug Fixes

  • twig-drupal: use full file path for resolving twig templates (a52b30e)

0.1.1 (2020-07-02)

Features

  • twig-drupal: use twig-drupal-filters which supports a few more filters and functions (8221e7f)

0.1.0 (2020-06-28)