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.
- Released.
- Support for using Servd's image transform service.
- Changed the timestamp parameter appended to image URLs from
mtime=
todm=
.
- Optionally replace Craft's native image transforms with Imgix.
- Pass assets directly to Imgixer, as well as image paths / urls.
- Append
mtime=
parameter to urls generated for assets, to break the cache when images are edited.
- Allow the
signed
parameter for a source to be set in the config as well as at the template level.
- Imgixer was looking for a config value with the key 'url' to define the Imgix source domain for a given handle, when it should have been 'domain'.
- Improved code comments and README.
- Initial release