Releases: cobwebch/svconnector_json
Releases · cobwebch/svconnector_json
5.0.0
This release adds compatibility with TYPO3 13, while dropping support for TYPO3 11. It also adds support for PHP 8.4, and removes it for PHP 7.4 and 8.0.
It also contains the following features:
- all hooks have been deprecated and replaced by events
- connector parameters are now passed when fetching the service from the registry
- it is possible to choose the method for fetching data (default is still "GET")
The documentation was also cleaned up and restructured.
4.2.0
This release comes with two new features:
- query parameters can be defined as separate parameters, rather than being directly in the URI
- the connector is now able to handle paginated results and return the whole result set in one go. This is implemented out of the box for JSON-Hydra structures and can be done for any other structure with custom paginator classes.
It also comes with minor cleanup of very old things and improvements to the documentation.