- Support cache-dir for Image generation (see #297).
Thank you @dimitrilahaye for their work.
- Add support to Symfony 4 (#290)
- Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#287)
Credits go to @michaelperrin and @carusogabriel.
A BC break was introduced in v1.0.0: using objects castable to string with a cyclic dependency to the generator
as option value would break setOption()
/ setOptions()
methods.
- Use logger context rather than
var_export
to log option values (see #283)
Credits go to: @barryvdh.
- Fix
Call to a member function debug() on null
logger (see #270)
- Don't check if it's a file when the path is bigger than
PHP_MAXPATHLEN
(see #224) - Pass
image-dpi
andimage-quality
options as integer (see #251) - Improve documentation readability (see #255)
- Add logging capabilities to generators (see #264)
- Add some more frequent questions/issues to the FAQ (see #263, #265, #266)
Credits go to: @wouterbulten, @martinssipenko, @Herz3h, @akovalyov, @NiR-.