All notable changes to laravel-strapi
will be documented in this file.
- 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