Skip to content

Releases: AppsDevTeam/utils

v2.15.2

Choose a tag to compare

@thorewi thorewi released this 07 Jul 10:13
fix deprecated

v2.15.1: Sanitize and truncate Guzzle error messages

Choose a tag to compare

@thorewi thorewi released this 28 Apr 05:51
Prevent binary data and excessively long request/response bodies from being included in exception messages to ensure logs remain readable.

v2.15: Merge pull request #22 from AppsDevTeam/f-add-components-method

Choose a tag to compare

@thorewi thorewi released this 07 Apr 11:15
73e0dff
add components method

v2.14.4

Choose a tag to compare

@thorewi thorewi released this 08 Jan 18:08
508d7d9
Update Image.php

v2.14.3

Choose a tag to compare

@thorewi thorewi released this 08 Jan 17:56
31c7dc7
Update Image.php

v2.14.2

Choose a tag to compare

@thorewi thorewi released this 05 Dec 14:18
765a175
Add license field to composer.json

v2.14.1: Merge pull request #21 from AppsDevTeam/f-fix_warnings

Choose a tag to compare

@thorewi thorewi released this 30 Oct 15:37
48dd959
Fix warnings.

v2.14: Merge pull request #20 from AppsDevTeam/f-disable_format_animated_gif

Choose a tag to compare

@thorewi thorewi released this 23 Sep 16:55
0996d44
Disable format animated gif.

v2.13.2

Choose a tag to compare

@thorewi thorewi released this 26 Aug 05:30
f7f0172
Update Utils.php

v2.13.1: Adds utility function for checking emptiness

Choose a tag to compare

@thorewi thorewi released this 17 Jun 06:09
Adds a utility function that provides a more reliable way to determine if a variable is considered "empty".

The native `empty()` function treats '0' and 0 as empty, which is often not the desired behavior. The new function `realEmpty()` addresses this by explicitly checking for these cases.