Skip to content

1.4.0

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 03 Apr 13:15
· 388 commits to master since this release
07b198b
  • removed all methods provided previously by the ThumbHelper. These methods
    are now called dynamically by the __call() magic method;
  • tests have been simplified. The library to be tested is set by the
    tests/bootstrap.php file, using the THUMBER_DRIVER environment variable.
    By default, Imagick is used;
  • full support for Windows, added tests for Appveyor;
  • added Thumber\TestSuite\TestCase::assertThumbUrl() method;
  • now it uses the mirko-pagliai/php-tools package. This also replaces
    mirko-pagliai/reflection.