All notable changes to php-uploadcare-transformations
will be documented in this file.
- Support for Proxy URLs (https://uploadcare.com/docs/delivery/proxy/)
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #23
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #24
- Rector by @Baspa in #26
- [Feature] Add support for rasterize (for SVG images) by @markvaneijk in #27
- [Fix] Add tests for automatic preview addition by @markvaneijk in #28
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #29
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #30
- @markvaneijk made their first contribution in #27
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.3.3...v0.4.0
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.3.2...v0.3.3
- Fixed unreachable code error which led to
Enum could not be converted to string
error. - Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #17
- Bump actions/cache from 2 to 3 by @dependabot in #18
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.3.0...v0.3.1
- Static analysis by @Baspa in #16
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.2.1...v0.3.0
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.2.0...v0.2.1
This release contains fully tested transformations, including unit tests for most of them. All available transformations from the README are correct when working with an actual image from Uploadcare (these were manually tested). The release also contains some README updates and fixes in the transformations that were needed to make them actually work.
Full Changelog: https://github.com/vormkracht10/php-uploadcare-transformations/compare/v0.1.1...v0.2.0
- initial release