Releases: ace-of-aces/laravel-image-transform-url
v1.0.0 🚀
v1.0.0 - Stable Release! 🎉
What's Changed
- [Fix] Replace GD specific WebpEncoder with general WebpEncoder by @ace-of-aces in #17
- [Docs + Test] Properly support multiple image drivers by @ace-of-aces in #18
- [Docs] Added vite-plugin-llms: f3da2f9
- [Docs] wording improvements: 30a22db
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #14
- chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #15
Full Changelog: v0.9.0...v1.0.0
v0.9.0
v0.8.0
What's Changed
- [Feat]: Added support for programatically generating unsigned URLs in 33d8876
- chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #12
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
In this version, the planned URL signing feature has been added.
Renamed the service provider from LaravelImageTransformUrlServiceProvider to ImageTransformUrlServiceProvider.
Code changes should only necessary when a custom service provider registration is being used.
What's Changed
- [Feature]: Signed URLs by @ace-of-aces in #11
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This version introduces a new cache size limit, enabled by default. More info in the documentation.
What's Changed
- [Enhancement] improve requirements and installation instructions by @ace-of-aces in #5
- [Feature]: New Documentation 💅🏻 by @ace-of-aces in #6
- chore(deps): bump actions/configure-pages from 4 to 5 by @dependabot in #8
- chore(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #7
- [Feature]: Cache Size Limit by @ace-of-aces in #9
Full Changelog: v0.5.0...v0.6.0
v0.5.0
This version introduces breaking changes in how the image source configuration works.
This allows for multiple source directories to be defined, as well as fixing storage support.
What's Changed
- BREAKING: Introduced new
source_directoriesanddefault_source_directoryconfiguration options that replace thepublic_pathoption. Please adjust theimage-transform-url.phpconfiguration accordingly, or re-publish the vendor config file. - fixes: #3
- chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #2
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This version adds a new background option which can be used to set a HEX color to transparent areas of png images.
v0.3.0
This version adds checks against a possible path traversal attack vector in the ImageTransformerController.
Any real possibilities of this could not be detected, but this adds an additional safeguard.
v0.2.0
This version fixes an issue with the default configuration file using the app() helper, causing a binding resolution issue when published.
New configuration option:
- added a new
rate_limit.disabled_for_environmentsconfiguration option in replacement to theapp()->isProduction()helper onrate_limit.enabled