Releases: ace-of-aces/laravel-image-transform-url
v1.2.0
What's Changed
- Extend PHP version support with 8.3 and 8.5 by @ace-of-aces in #23
Docs
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- [Feat]: Guidelines for Laravel Boost by @ace-of-aces in #22
- Updated
.gitattributeswhich removes unnecessary files from the package installation b7c555c
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- fix: correct facade PHPDoc annotation for temporarySignedUrl 4082852
- docs: use named parameters in code examples 0c54d90
- docs: update links 8752bee
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #19
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #21
- chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #20
Full Changelog: v1.0.0...v1.0.1
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