Skip to content

Releases: tpg/laravel-image-renderer

v0.3.1

18 Mar 07:27
bdec47d
Compare
Choose a tag to compare

Updated compose.json to allow use in php7.3 and up

0.2.2

30 Oct 19:17
Compare
Choose a tag to compare

Added a new option to set the name of the route.

0.2.1

08 Aug 09:14
Compare
Choose a tag to compare

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

22 Jun 11:49
89325ed
Compare
Choose a tag to compare

Changes to the cache duration. Ensure that your configuration is updated. Cache is now expressed in seconds instead of minutes.

0.1.0

18 Jun 14:40
Compare
Choose a tag to compare

[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

18 Jun 09:56
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v0.0.2

18 Jun 09:42
58167c3
Compare
Choose a tag to compare
Apply fixes from StyleCI (#4)

[ci skip] [skip ci]

v0.0.1

04 Jun 20:53
Compare
Choose a tag to compare

The first one!