Skip to content

Releases: bigoen/api-bridge

v1.4.4

07 Mar 01:47

Choose a tag to compare

Update Symfony dependencies to include version 7.0 support

Expanded the version constraints for Symfony packages (http-client, property-access, property-info, and serializer) in composer.json files to support Symfony 7.0. This ensures compatibility with the latest Symfony version while maintaining support for older versions.

v1.4.3: Refactor postToResponse method in PostTrait

14 Nov 20:14

Choose a tag to compare

Updated postToResponse to accept null and used is_array instead of is_object check. This ensures better type handling and improves the flexibility of the method.

v1.4.2

29 Feb 12:51

Choose a tag to compare

Update AbstractClient.php for action base options problem fix it.

v1.4.1

22 Feb 11:19

Choose a tag to compare

Throw catch bug fix it for get all action.

v1.4

21 Feb 21:16

Choose a tag to compare

Added exception catcher for error classes.

v1.3

19 Oct 10:15

Choose a tag to compare

Update getAll function for SimpleClient.

v1.2

06 Jun 11:12

Choose a tag to compare

Move converter classes in new package.

v1.1

21 Feb 22:38

Choose a tag to compare

New Features

  • Add new converter for property base.
  • Move converters from jsonld to simple client.
  • Add new patch method.
  • Create new convert property class for unset base.
  • Add custom delete success status code.
  • Add sending (for post, put and patch.) convert properties like get convert properties.

v1.0.10

19 Oct 11:21

Choose a tag to compare

Updated GetTrait files, array bug fix it.

v1.0.9

19 Oct 09:50

Choose a tag to compare

Added throw formatter with class for post and put requests.