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)
1.0.0-beta.4 (2022-01-04)
- 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)
1.0.0-beta.2 (2021-12-31)
1.0.0-beta.1 (2021-12-29)
- 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.
- 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
- 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)
1.0.0-alpha.5 (2021-04-10)
1.0.0-alpha.4 (2021-04-10)
- Work-around for TwingFilter/TwingFunction bug (3bfc258)
1.0.0-alpha.3 (2021-04-09)
- Add create_attribute function (963d085)
1.0.0-alpha.2 (2021-04-06)
- Add untested Twing support (9831e45)
- Initial release