Skip to content

Releases: luyadev/luya-headless

2.10.1

13 Sep 08:46
Compare
Choose a tag to compare

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

25 May 12:51
85ea144
Compare
Choose a tag to compare

2.9.1 (25. May 2022)

  • #38 PHP 8.1 compatibility

2.9.0

22 Sep 09:24
f309bb3
Compare
Choose a tag to compare

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

18 Aug 15:43
bec27c5
Compare
Choose a tag to compare

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

29 Dec 11:23
158cc7e
Compare
Choose a tag to compare

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

01 Sep 11:27
5604e3c
Compare
Choose a tag to compare

2.7.0 (1. September 2020)

  • #30 Added new indexBy() method to override primary key defintion while query data.

2.6.1

13 Aug 09:22
Compare
Choose a tag to compare

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

14 Jul 08:44
68557c5
Compare
Choose a tag to compare

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

03 Mar 12:39
Compare
Choose a tag to compare

2.5.0 (3. March 2020)

  • #27 New sort() method for BaseIterator objects.

2.4.0

25 Nov 16:30
Compare
Choose a tag to compare

2.4.0 (25. Nov 2019)

  • #26 Added new cache prefix key for Client objects.