|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0 (2025-09-02) |
| 4 | + |
| 5 | +Full Changelog: [v0.0.1...v0.1.0](https://github.com/imagekit-developer/imagekit-php/compare/v0.0.1...v0.1.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** add BaseWebhookEvent ([84f5b7c](https://github.com/imagekit-developer/imagekit-php/commit/84f5b7c65eb1b7b23fdda823aca71c51b73023e3)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* add support for replacing "/" with "@@" for transformation value in url generation ([cec27f1](https://github.com/imagekit-developer/imagekit-php/commit/cec27f123096332ba669f0013a6049cf07e9f222)) |
| 15 | +* check customCoordinates for empty string in updateFileDetails ([4ee66af](https://github.com/imagekit-developer/imagekit-php/commit/4ee66afe0cc719071d95091bcce274ea323e40ed)) |
| 16 | +* filter logic for setting data in GuzzleHttpWrapper ([4f510b9](https://github.com/imagekit-developer/imagekit-php/commit/4f510b938073ea4bf0f6d867a3cf9170be6cc246)) |
| 17 | +* handle case for update file details method optional parameters ([811b9de](https://github.com/imagekit-developer/imagekit-php/commit/811b9de4781c41097b867d1a61bcf4465b6da37e)) |
| 18 | +* remove uniqueFileName & isPrivate hardcoding from GuzzleHttpWrapper getMultipartData fn ([11aff51](https://github.com/imagekit-developer/imagekit-php/commit/11aff51f80a751c8393d3b0983d91ff3b816dc84)) |
| 19 | +* sanitize url endpoint for url generation buildURL ([9cb9caf](https://github.com/imagekit-developer/imagekit-php/commit/9cb9caf86da1542c5729d104ede7600380664506)) |
| 20 | +* update sdk-version url generation param to ik-sdk-version ([9e2eae6](https://github.com/imagekit-developer/imagekit-php/commit/9e2eae65570d569aa8776cc46aec1588beeee596)) |
| 21 | +* url tests & signature tests ([ca6cd93](https://github.com/imagekit-developer/imagekit-php/commit/ca6cd931774af3269380ef46f09429a52dbfdc1a)) |
| 22 | + |
| 23 | + |
| 24 | +### Chores |
| 25 | + |
| 26 | +* add example for file upload with all parameters ([54ed890](https://github.com/imagekit-developer/imagekit-php/commit/54ed89098dd7b410cb4a8030e8eb39dad89ceae4)) |
| 27 | +* filter out null, undefined and empty strings while setting data in GuzzleHttpWrapper ([0b8d476](https://github.com/imagekit-developer/imagekit-php/commit/0b8d4762e88b7f121c079de8a61e5fa97b822217)) |
| 28 | +* fix purgeFileCacheApi & listFiles inconsistencies in README.md ([27a213b](https://github.com/imagekit-developer/imagekit-php/commit/27a213b7fa27f95f9094abe6b5f3e9cdf4b6d724)) |
| 29 | +* sync repo ([bb14ef3](https://github.com/imagekit-developer/imagekit-php/commit/bb14ef396deb2b1bccc1e8d80da4bd47e3a04427)) |
| 30 | +* update dependencies to replace guzzlehttp/streams with guzzle/Psr7 ([ddc07e9](https://github.com/imagekit-developer/imagekit-php/commit/ddc07e9ee94541a7c0c28ac1cfe7980ec5045784)) |
| 31 | +* update documentation ([523ee0d](https://github.com/imagekit-developer/imagekit-php/commit/523ee0d463756aa534a6fa0daa315f9fab297800)) |
| 32 | +* update documentation for running test cases ([6f7810e](https://github.com/imagekit-developer/imagekit-php/commit/6f7810eb81ba91679ff8aa62ab41395a50793f4d)) |
| 33 | +* update file upload parameters in README.md ([b2b5776](https://github.com/imagekit-developer/imagekit-php/commit/b2b5776a682f247dc55304def204a79cc64e9d2f)) |
| 34 | +* update SDK settings ([6913a6d](https://github.com/imagekit-developer/imagekit-php/commit/6913a6de33f625b50dc0aa5881e1208e136c8b2a)) |
0 commit comments