All notable changes to laravel-strapi
will be documented in this file.
- Code refactoring, support for PHP 7.4
- Updates to latest Laravel
- Filter added to collection method
- [BREAKING] Support for Strapi v4
- Fix for issue #16 with ['data'] response in entry()
- Introduction of authentication, requires new strapi.php config update for token => STRAPI_TOKEN
- Laravel 9 support
- Fix recursive full image urls
- Cleaned up the code base a little
- Should be more reliable now at converting to full URLs without errors
- Fix for another array to string issue
- Fixes another problem with an array to string conversion error on single entries
- Fixes a problem with an array to string conversion error on collections
- Fixed a bug with forgetting collection caches
- Added limit and start options to collections
- Add the ability to sort and order collections by keys
- Fixed a bug with cache times
- Added entriesByField($type, $fieldName, $fieldValue)
- Added collectionCount($type) method
- Added exceptions for errors
- Added single($type) to get a single item, optionally with $pluck to fetch a single value
- fix an issue with caching specific entries
- initial release