Skip to content

Releases: ace-of-aces/laravel-image-transform-url

v1.2.0

23 Nov 17:46
231bfca

Choose a tag to compare

What's Changed

Docs

  • Updated a docs code snippet 2372262
  • Updated the docs theme 💅🏻 c41e654

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Nov 21:53
95ad445

Choose a tag to compare

What's Changed

  • [Feat]: Guidelines for Laravel Boost by @ace-of-aces in #22
  • Updated .gitattributes which removes unnecessary files from the package installation b7c555c

Full Changelog: v1.0.1...v1.1.0

v1.0.1

17 Nov 15:03
8752bee

Choose a tag to compare

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 🚀

06 Sep 14:52
30a22db

Choose a tag to compare

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

13 Aug 19:54
c81d7bc

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

06 Aug 15:11
fee10fb

Choose a tag to compare

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

27 Jul 14:02
f999316

Choose a tag to compare

What's Changed

  • Corrected method annotations on the Facade. f999316

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Jul 17:28
7eb8519

Choose a tag to compare

In this version, the planned URL signing feature has been added.

⚠️ Potential breaking change:
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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Jul 21:34
cb1491b

Choose a tag to compare

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

20 Jun 14:50
74acae3

Choose a tag to compare

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_directories and default_source_directory configuration options that replace the public_path option. Please adjust the image-transform-url.php configuration 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