Skip to content

Latest commit

 

History

History
106 lines (56 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

106 lines (56 loc) · 7.96 KB

Changelog

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

1.0.0-beta.5 (2023-09-15)

Bug Fixes

  • Wrong export path for "functions" (f59124f), closes #55

1.0.0-beta.4 (2022-01-04)

Features

  • Add setup options for file_url function (130a2e4), closes #31

Bug Fixes

  • Add dual support for CommonJS and ES Modules (ad301fe), closes #46 #43
  • Twing: safe_join filter in Twing should join object values (ea2531e), closes #44

1.0.0-beta.3 (2021-12-31)

Bug Fixes

1.0.0-beta.2 (2021-12-31)

Features

  • render filter should implement logic of TwigExtension::renderVar (83a84bc), closes #41

Bug Fixes

  • Render filter should convert null/undefined to empty string (b2cf5d4), closes #40

1.0.0-beta.1 (2021-12-29)

⚠ BREAKING CHANGES

  • node.js: Drop support for Node.js v12 which does not support ES Modules without an experimental flag. Projects needing Node.js v12 support before the Node.js v12 LTS support ends on May 1, 2022 should continue to use drupal-twig-extensions v1.0.0-alpha.6.

Features

  • placeholder: Add placeholder filter implementation (1745c85), closes #15 #6
  • format_date: Add setup options for date formats (c4ff787), closes #29
  • active_theme: Add setup options for active_theme function (c330f35), closes #32
  • active_theme_path: Add setup options for active_theme_path function (b5a1233), closes #33
  • format_date: Add format_date filter (eaa059b, ba96bc1), closes #10 #6
  • node.js: Drop support for Node.js v12 (1919496), closes #20

Bug Fixes

  • drupal_escape: Fix "drupal_escape" filter in Twing (e126e27), closes #16
  • clean_class: Fix caching of clean_class filter results (9c56689, 630252a), closes #30
  • render_var: render_var function should return string (d8c0b43), closes #11 #6
  • render: Render filter should return string (9adc5b5), closes #11
  • without: "without" filter should make deep clone of element (e082a85), closes #18
  • without: Filter "without" fails in Twing (e2f6550), closes #4

1.0.0-alpha.6 (2021-04-11)

Bug Fixes

  • active_theme_path and active_theme should return strings (2036335), closes #12

1.0.0-alpha.5 (2021-04-10)

Features

  • Add options to extension definitions (8e073cf), closes #3

1.0.0-alpha.4 (2021-04-10)

Bug Fixes

  • Work-around for TwingFilter/TwingFunction bug (3bfc258)

1.0.0-alpha.3 (2021-04-09)

Features

  • Add create_attribute function (963d085)

1.0.0-alpha.2 (2021-04-06)

Features

  • Add untested Twing support (9831e45)

1.0.0-alpha.1 (2021-03-22)

  • Initial release