Skip to content

Releases: anweshandev/php-core

Upgrade to 1.1

16 Jun 15:38
Compare
Choose a tag to compare

✨Feature

  1. Now you can resize 🖼 with the fill-max option.
  2. Added AVIF support to the Image Manipulation API.

Major Bug Fixes 🐛

  1. Square property sq does not exceed the original area.
  2. Fixed a function typo

🔧Other Fixes

  1. Modified the function definition which determined the missing dimension of a image while resizing.
  2. Add necessary NULL checking or coalescing too many properties.
  3. Upgraded 🔗 continuation to functions for better results.
  4. Added strict checking of / & \ to trim any leading slashes.
  5. Overall minor bug fixes.

Dependency

  1. 🔼 Upgraded dependency intervention/image to v2.7

We will soon get a new release version 2 as promised.

Full Changelog: 1.0.5...1.1.0

Thank you.

Minor Release 5

09 May 12:05
Compare
Choose a tag to compare

Fix:

  • Fixed a bug discovered in Anweshan\Filesystem\Stream\File.
  • Fixed a bug discovered in Anweshan\Util\Url where null coalescing was added to $_SERVER['QUERY_STRING'].

Features

  • Added a feature where now FileInterface is inter-compatible with DirectoryInterface.
  • Added new method toArray to Anweshan\Util\Argument.

Next Major Version

  • 🎨 Color Extractor from image.
  • More Image Manipulation Features
  • Several more Abstraction Layers.

❤️ Thanks

Minor Release 4

22 Feb 11:58
Compare
Choose a tag to compare

Minor bug fixes and compatibility with UNIX like systems.

Minor Release 3

17 Jan 22:40
Compare
Choose a tag to compare
  1. Enhanced many bugs
  2. Added a brand new class Anweshan\Images\Manipulators\Helpers\TextImage which renders a text to an image.
  3. Fixed many documenting errors.
  4. Added wrapper class exception for filesystem.

Minor Release 2

14 Jan 21:42
Compare
Choose a tag to compare

Addition of new Media Capabilities, like generating text-image and audio file (.wav) format. An ideal use case would be in terms of captcha. An example of implementation of captcha has been included in tests.
NOTE: To use Anweshan\Util\WavFile you need to have the noises included in lib/ folder. When fetched using composer, the export of the audio-files are ignored.

Minor Release

05 Jan 16:57
Compare
Choose a tag to compare

There were minor bug fixes. Address & released the same.

1.0.0

20 Oct 19:17
Compare
Choose a tag to compare

The first release