Skip to content

Releases: imsus/laravel-imgproxy

v0.2.1

25 Sep 09:52
Compare
Choose a tag to compare

Error Handling Enhancement

  • We've improved the error handling mechanism by adding a try-catch block.
  • Now, if an InvalidArgumentException occurs during validateSourceUrl(), the system will fallback to the original source URL.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Sep 07:56
Compare
Choose a tag to compare

Device Pixel Ratio Adjustment

  • Introduced setDpr method to customize device pixel ratio
  • Enables developers to optimize image quality for various screen resolutions

Full Changelog: v0.1.1...v0.2.0

v0.1.1

29 Aug 05:06
Compare
Choose a tag to compare

v0.1.1 - Hotfix for Composer Configuration

Addresses a critical issue with the Composer configuration. This hotfix resolves an error that was preventing the package from loading correctly. Here are the details of the changes:

Fixed

  • Removed a line in the composer.json file that was referencing a non-existent Workbench service provider. This was causing Composer to fail when attempting to load the package.

Changes

  • Updated composer.json to remove the unnecessary service provider reference.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Aug 04:31
Compare
Choose a tag to compare

v0.1.0 - Basic URL Generation

Dear developers,

We are pleased to announce the release of version 0.1.0 of our Laravel ImgProxy package. This initial release focuses on establishing core functionality for URL generation. Here's a detailed overview of the features and changes:

Features

  • Implemented basic URL generation, allowing for easy creation of ImgProxy URLs
  • Set up a configuration file for customizable settings
  • Created the ImgProxy class, serving as the core of the package
  • Developed a Facade for convenient package usage
  • Introduced the imgproxy() helper function for those who prefer helper methods
  • Implemented signed URL generation for enhanced security
  • Added methods to set width and height, enabling straightforward image resizing
  • Implemented various resize types, providing flexibility in image manipulation

Changes

  • Updated the configuration file to include key and salt parameters for signed URL functionality
  • Enhanced the ImgProxy class to support URL signing
  • Expanded URL generation to incorporate resize parameters

Full Changelog: https://github.com/imsus/laravel-imgproxy/commits/v0.1.0