All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Cache the response
- Updated the
composer.json
file to point to the correct Facade file for theImageRenderer
alias.
- Response may return a 304 Not Modified if the file on disk has not changed and the request is the same regardless of cache status.
- The
cache.public
config setting was added.
- The cache duration is now expressed in seconds and not minutes.
- Added an
ImageRenderer
facade. - Transformers can now be registered using the
ImageRenderer::addTransformer()
method. - Added support for sub-directories.