Releases: tpg/laravel-image-renderer
Releases · tpg/laravel-image-renderer
v0.3.1
0.2.2
Added a new option to set the name of the route.
0.2.1
A small bug fix release.
Fixed an issue in composer.json
that was pointing to the wrong class for the Laravel alias.
0.2.0
Changes to the cache duration. Ensure that your configuration is updated. Cache is now expressed in seconds instead of minutes.
0.1.0
[0.1.0] - 2019-06-18
- Added an
ImageRenderer
facade. - Transformers can now be registered using the
ImageRenderer::addTransformer()
method. - Added support for sub-directories.
v0.0.3
Merge remote-tracking branch 'origin/master'
v0.0.2
Apply fixes from StyleCI (#4) [ci skip] [skip ci]
v0.0.1
The first one!