Releases: luyadev/luya-headless
Releases · luyadev/luya-headless
2.10.1
2.10.1 (13. September 2023)
- Add php 8.3 to testing case
- Ensure null is not provided in client request url (php 8.1 issue)
2.9.1
2.9.1 (25. May 2022)
- #38 PHP 8.1 compatibility
2.9.0
2.9.0 (22. September 2021)
- #35 Added strict caching property which is by default enabled. Strict cache will only cache data which are from status 200 response code.
2.8.1
2.8.1 (18. August 2021)
- Replace static calls with
static
instead of self
in order to override the default behavior in final classes.
2.8.0
2.8.0 (29. December 2020)
- #33 Option to provide the
per-page
value when retrieving all pages with method allPages(Client $client, $perPage = 50)
.
- #32 Prepared unit tests for PHP 8.0 and 7.0
2.7.0
2.7.0 (1. September 2020)
- #30 Added new
indexBy()
method to override primary key defintion while query data.
2.6.1
2.6.1 (13. August 2020)
- Fixed an issue where storage file attributes where wrong declared
new_new
instead of new_file
and new_new_compound
instead of name_new_compound
.
2.6.0
2.6.0 (14. July 2020)
- #29 Refactoring of the caching system. The CURL collection class serializes the response into a json and stores this information in the cache. The previous version stored the full PHP class object which can lead into errors when working with memcached servers or other PSR16 cache implementations.
2.5.0
2.5.0 (3. March 2020)
- #27 New sort() method for BaseIterator objects.
2.4.0
2.4.0 (25. Nov 2019)
- #26 Added new cache prefix key for Client objects.