Releases: bigoen/api-bridge
Releases · bigoen/api-bridge
v1.4.4
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
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
Update AbstractClient.php for action base options problem fix it.
v1.4.1
Throw catch bug fix it for get all action.
v1.4
Added exception catcher for error classes.
v1.3
Update getAll function for SimpleClient.
v1.2
Move converter classes in new package.
v1.1
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
Updated GetTrait files, array bug fix it.
v1.0.9
Added throw formatter with class for post and put requests.