Skip to content

Releases: aleksip/plugin-data-transform

v1.4.0

16 Sep 13:40
Compare
Choose a tag to compare

300 000 installs celebratory release!

  • Add new DataTransformPlugin, ErrorHandlerTrait and TwigEnvironmentDecorator classes
  • Refactor verbose mode to use custom error handler and provide better information
  • Use \Twig\Node\Node::getTemplateLine() instead of deprecated \Twig\Node\Node::getLine()
  • Use Drupal Render and Utility Component packages instead of own copies
  • Update Drupal Attribute classes

Special thanks to @krisimmig for feedback and testing.

v1.3.1

12 Sep 10:05
Compare
Choose a tag to compare
  • Improve error handling and messages

v1.3.0

08 Mar 17:22
7fc1139
Compare
Choose a tag to compare
  • Add verbose config option
  • Let plugins twig extensions to load nicely by @gambry
  • Avoid "Undefined index" PHP Notice by @gambry

v1.2.0

05 Feb 12:00
Compare
Choose a tag to compare
  • Add support for Twig namespace includes
  • Add support for enabling and disabling the plugin from config
  • Remove patternengine-twig requirement
  • Refactor to decouple from Twig

v1.1.1

22 Jan 11:59
Compare
Choose a tag to compare
  • Throw an exception if the user tries to include an non-existing pattern by @stmh

v1.1.0

02 Jan 15:24
Compare
Choose a tag to compare
  • Generic object support, for example for objects created by Faker Plugin for Pattern Lab
  • Support for creating Drupal Url objects
  • Support for Twig 1.2.5 and later

v1.0.2

24 Sep 11:42
Compare
Choose a tag to compare

Temporarily restrict Twig version

v1.0.1

09 Aug 07:56
Compare
Choose a tag to compare

Small global data related fix

v1.0.0

13 Jul 14:11
Compare
Choose a tag to compare

Twig-only rewrite with global data support

v0.10.2

19 May 21:04
Compare
Choose a tag to compare
Merge pull request #3 from EvanLovely/patch-1

Bumping requirements up to 2.0.0 release